diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-05 11:30:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-05 11:30:41 +0800 |
commit | ac19a3fae76a61138a641d8665155b851c1eabe9 (patch) | |
tree | d34a571a68b84fe8b5f645f322b603de161fe5f1 | |
parent | b2a49bc637935d6b9b531c56f045231b848eb1a3 (diff) | |
download | freebsd-ports-gnome-ac19a3fae76a61138a641d8665155b851c1eabe9.tar.gz freebsd-ports-gnome-ac19a3fae76a61138a641d8665155b851c1eabe9.tar.zst freebsd-ports-gnome-ac19a3fae76a61138a641d8665155b851c1eabe9.zip |
- Update to 1.37
- Convert to new LIB_DEPENDS format
- Fix GTK2 option
Changes: https://github.com/dk/Prima/blob/master/HISTORY
-rw-r--r-- | x11-toolkits/p5-Prima/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/p5-Prima/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index 7abeb32ff2e4..721d55887b4c 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Prima -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +12,10 @@ COMMENT= Extensible Perl toolkit for multi-platform GUI development LICENSE= BSD -LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff OPTIONS_DEFINE= GTK2 ICONV XFT OPTIONS_DEFAULT=ICONV XFT @@ -145,7 +145,7 @@ CONFIGURE_ARGS+=WITH_ICONV=0 CONFIGURE_ARGS+=WITH_XFT=0 .endif -.if ${PORT_OPTIONS:MGTK} +.if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 CONFIGURE_ARGS+=WITH_GTK2=1 .endif diff --git a/x11-toolkits/p5-Prima/distinfo b/x11-toolkits/p5-Prima/distinfo index c72284b92ffa..d081203abf14 100644 --- a/x11-toolkits/p5-Prima/distinfo +++ b/x11-toolkits/p5-Prima/distinfo @@ -1,2 +1,2 @@ -SHA256 (Prima-1.36.tar.gz) = 58e905b15c6fedf5c876314b9535fd136b636a0014624cc2c1be4061a5dbb189 -SIZE (Prima-1.36.tar.gz) = 1371832 +SHA256 (Prima-1.37.tar.gz) = 7ab228f9116a92b28501c828aa271f6e42f2173529d4b55a921687d93754c967 +SIZE (Prima-1.37.tar.gz) = 1375708 |