diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:43:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:43:11 +0800 |
commit | f37864e13921bb4be77bf35ac5ff64f14e3dc005 (patch) | |
tree | 3064c7e99012c2eaf10a57d42a04edb061a1469a /graphics | |
parent | b1b16f6762fb0a50a117676d06a394f040039635 (diff) | |
download | freebsd-ports-gnome-f37864e13921bb4be77bf35ac5ff64f14e3dc005.tar.gz freebsd-ports-gnome-f37864e13921bb4be77bf35ac5ff64f14e3dc005.tar.zst freebsd-ports-gnome-f37864e13921bb4be77bf35ac5ff64f14e3dc005.zip |
Update to 3.1.3
- Add BUILD_DEPENDS
- Add NO_ARCH
- Add USES=gnome
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-gdk_pixbuf2/Makefile | 8 | ||||
-rw-r--r-- | graphics/rubygem-gdk_pixbuf2/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile index 7ab78f6bbc2d..3fc5f55036cc 100644 --- a/graphics/rubygem-gdk_pixbuf2/Makefile +++ b/graphics/rubygem-gdk_pixbuf2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gdk_pixbuf2 -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.3 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,10 +10,12 @@ COMMENT= Ruby binding for GdkPixbuf2 LICENSE= LGPL21+ -RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake +RUN_DEPENDS= rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2 +NO_ARCH= yes USE_GNOME= gdkpixbuf2 USE_RUBY= yes -USES= gem +USES= gem gnome .include <bsd.port.mk> diff --git a/graphics/rubygem-gdk_pixbuf2/distinfo b/graphics/rubygem-gdk_pixbuf2/distinfo index e9a861a086fa..153fbe82fb50 100644 --- a/graphics/rubygem-gdk_pixbuf2/distinfo +++ b/graphics/rubygem-gdk_pixbuf2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488814733 -SHA256 (rubygem/gdk_pixbuf2-3.1.1.gem) = 01c23cb6543990b70100c0b9ddcc41210c43e5060ccf7f701cce44f795fe2e75 -SIZE (rubygem/gdk_pixbuf2-3.1.1.gem) = 24576 +TIMESTAMP = 1493381438 +SHA256 (rubygem/gdk_pixbuf2-3.1.3.gem) = 4118d469ad34516532c765821ce280a625a9e7dec759aec204e324cf3aaa2106 +SIZE (rubygem/gdk_pixbuf2-3.1.3.gem) = 25088 |