Date: Thu, 9 Aug 2012 11:29:00 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302336 - head/graphics/php5-swfed Message-ID: <201208091129.q79BT02E003901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Thu Aug 9 11:28:59 2012 New Revision: 302336 URL: http://svn.freebsd.org/changeset/ports/302336 Log: - Update to 0.58 - Make portlint happy: remove ABI version number from LIB_DEPENDS Modified: head/graphics/php5-swfed/Makefile head/graphics/php5-swfed/distinfo Modified: head/graphics/php5-swfed/Makefile ============================================================================== --- head/graphics/php5-swfed/Makefile Thu Aug 9 09:25:17 2012 (r302335) +++ head/graphics/php5-swfed/Makefile Thu Aug 9 11:28:59 2012 (r302336) @@ -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 fil 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 Modified: head/graphics/php5-swfed/distinfo ============================================================================== --- head/graphics/php5-swfed/distinfo Thu Aug 9 09:25:17 2012 (r302335) +++ head/graphics/php5-swfed/distinfo Thu Aug 9 11:28:59 2012 (r302336) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091129.q79BT02E003901>