diff options
author | taca <taca@pkgsrc.org> | 2012-07-20 12:30:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-20 12:30:36 +0000 |
commit | 3c73cf2bd36aeae3bd178422f5e62da7bf471d06 (patch) | |
tree | 6f8343b63906d68a034251e8aba5a0ad19bab03b /archivers | |
parent | 45355298518350e085d1e3172012be43b5d9625a (diff) | |
download | pkgsrc-3c73cf2bd36aeae3bd178422f5e62da7bf471d06.tar.gz |
- Reset PKG_REVISION by both php53 and php54 are updated.
- Remove supporting php5 (PHP 5.2.x) supporting codes.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php-zip/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index df740326375..6830d3cb5a7 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/06/16 02:49:39 taca Exp $ +# $NetBSD: Makefile,v 1.15 2012/07/20 12:30:36 taca Exp $ MODNAME= zip -PKGREVISION= 2 CATEGORIES+= archivers COMMENT= PHP extension for ZIP archive handling @@ -13,12 +12,6 @@ CONFIGURE_ARGS+= --enable-zip CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib} USE_PHP_EXT_PATCHES= yes -# Remove these PKGNAME tweak after PHP 5.2.18 release (after support of php52) -.include "../../lang/php/phpversion.mk" -.if ${PHP_BASE_VERS} == "5.2.17" -PKGNAME:= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11 -.endif - .include "../../lang/php/ext.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |