diff options
author | tota <tota@FreeBSD.org> | 2012-08-09 19:28:59 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-08-09 19:28:59 +0800 |
commit | 335cf02af52097740de3acecd7eddf69cbeb3ea0 (patch) | |
tree | ce788f8b511da7489636a473902fb615c7f3e85d | |
parent | 6a838605dbbb474b8e4264dd9235cb8ef6e06cda (diff) | |
download | freebsd-ports-gnome-335cf02af52097740de3acecd7eddf69cbeb3ea0.tar.gz freebsd-ports-gnome-335cf02af52097740de3acecd7eddf69cbeb3ea0.tar.zst freebsd-ports-gnome-335cf02af52097740de3acecd7eddf69cbeb3ea0.zip |
- Update to 0.58
- Make portlint happy: remove ABI version number from LIB_DEPENDS
-rw-r--r-- | graphics/php5-swfed/Makefile | 7 | ||||
-rw-r--r-- | graphics/php5-swfed/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index 143d048ef35c..bf9dced1344c 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -6,11 +6,10 @@ # PORTNAME= swfed -PORTVERSION= 0.57 -PORTREVISION= 1 +PORTVERSION= 0.58 CATEGORIES= graphics www MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= ${PORTNAME}/55622 +MASTER_SITE_SUBDIR= ${PORTNAME}/56609 PKGNAMEPREFIX= php5- MAINTAINER= yoya@awm.jp @@ -19,7 +18,7 @@ COMMENT= A PHP extension to edit SWF file LICENSE= PHP301 BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png DEFAULT_PHP_VER= 5 diff --git a/graphics/php5-swfed/distinfo b/graphics/php5-swfed/distinfo index 873476285e58..3048e94cb60a 100644 --- a/graphics/php5-swfed/distinfo +++ b/graphics/php5-swfed/distinfo @@ -1,2 +1,2 @@ -SHA256 (swfed-0.57.tar.gz) = 86341ce8c2f6965158a0cffa178ac9fde4071f3e128fbce71e7912ee9e24c58a -SIZE (swfed-0.57.tar.gz) = 453769 +SHA256 (swfed-0.58.tar.gz) = 4913efd5fd52974a15564754cce56e88021e8163cec618a6961778ccb210ec62 +SIZE (swfed-0.58.tar.gz) = 454711 |