diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile index 380fd530a2e3..4a28b6c102b3 100644 --- a/x11-toolkits/rubygem-pango/Makefile +++ b/x11-toolkits/rubygem-pango/Makefile @@ -1,19 +1,19 @@ PORTNAME= pango -PORTVERSION= 3.4.3 +PORTVERSION= 3.4.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of Pango 1.x LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection USES= gem gnome USE_GNOME= pango USE_RUBY= yes .include diff --git a/x11-toolkits/rubygem-pango/distinfo b/x11-toolkits/rubygem-pango/distinfo index 883f9ac1d430..c8ca6a969b7d 100644 --- a/x11-toolkits/rubygem-pango/distinfo +++ b/x11-toolkits/rubygem-pango/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589305294 -SHA256 (rubygem/pango-3.4.3.gem) = eec455e77ff2017576792ac6a65bc7c4a1a5c0c890a60223e6675a2585ed5517 -SIZE (rubygem/pango-3.4.3.gem) = 28160 +TIMESTAMP = 1619198993 +SHA256 (rubygem/pango-3.4.4.gem) = a14089352e211deb41b0d9e6ab144e27ffed7f6974d65cc170fdb13a1540e86f +SIZE (rubygem/pango-3.4.4.gem) = 27648 diff --git a/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb b/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb deleted file mode 100644 index 7dad20664eb2..000000000000 --- a/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/pango/extconf.rb.orig 2018-07-07 04:30:00 UTC -+++ ext/pango/extconf.rb -@@ -39,7 +39,7 @@ package_id = "pango" - require "mkmf-gnome2" - - depended_packages = [ -- "glib2", -+ "cairo", "glib2", "pango", - "gobject-introspection", - ] - depended_packages.each do |package|