aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 20:43:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 20:43:01 +0000
commit77e33ba2635406c905e2bb7ecf353452059d8138 (patch)
tree8a3739040877f2dd2017a487c924203e84fa7ed9 /x11-toolkits
parent5f1f549bc172141e15b587a6a5be6ad143e2212a (diff)
downloadports-77e33ba2635406c905e2bb7ecf353452059d8138.tar.gz
ports-77e33ba2635406c905e2bb7ecf353452059d8138.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rubygem-pango/Makefile7
-rw-r--r--x11-toolkits/rubygem-pango/distinfo6
-rw-r--r--x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb16
3 files changed, 15 insertions, 14 deletions
diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile
index 6942ba5a3ab1..c661b083824e 100644
--- a/x11-toolkits/rubygem-pango/Makefile
+++ b/x11-toolkits/rubygem-pango/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pango
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.3
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
@@ -11,10 +11,11 @@ COMMENT= Ruby binding for Pango
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-cairo>=1.14.0:graphics/rubygem-cairo \
- rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
+ rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
+ rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection
USE_GNOME= pango
USE_RUBY= yes
-USES= gem
+USES= gem gnome
.include <bsd.port.mk>
diff --git a/x11-toolkits/rubygem-pango/distinfo b/x11-toolkits/rubygem-pango/distinfo
index a6e41c1e0211..10fb3c23e823 100644
--- a/x11-toolkits/rubygem-pango/distinfo
+++ b/x11-toolkits/rubygem-pango/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488814889
-SHA256 (rubygem/pango-3.1.1.gem) = 7ed9d940fe40ff821092bf2d061d20ee7abde0daf16ab7d53dab36f229118ca1
-SIZE (rubygem/pango-3.1.1.gem) = 40960
+TIMESTAMP = 1493381433
+SHA256 (rubygem/pango-3.1.3.gem) = 2235b4c653121542d89ebfee776fa6a23bf2cef86fa0e3e3c5359dfc3a898a43
+SIZE (rubygem/pango-3.1.3.gem) = 15872
diff --git a/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb b/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb
index e88fb0378100..efdce269aa5e 100644
--- a/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb
+++ b/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb
@@ -1,11 +1,11 @@
---- ext/pango/extconf.rb.orig 2016-01-19 22:13:22 UTC
+--- ext/pango/extconf.rb.orig 2017-04-27 18:04:28 UTC
+++ ext/pango/extconf.rb
-@@ -33,7 +33,7 @@ end
- ruby_header = "ruby.h"
- have_func("rb_errinfo", ruby_header)
+@@ -39,7 +39,7 @@ package_id = "pango"
+ require "mkmf-gnome2"
--["glib2"].each do |package|
-+["cairo", "pango", "glib2"].each do |package|
+ depended_packages = [
+- "glib2",
++ "cairo", "glib2", "pango"
+ ]
+ depended_packages.each do |package|
directory = "#{package}#{version_suffix}"
- build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
- add_depend_package(package, "#{directory}/ext/#{package}",