summaryrefslogtreecommitdiff
path: root/archivers/php-zip
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-07-20 12:30:36 +0000
committertaca <taca@pkgsrc.org>2012-07-20 12:30:36 +0000
commit3c73cf2bd36aeae3bd178422f5e62da7bf471d06 (patch)
tree6f8343b63906d68a034251e8aba5a0ad19bab03b /archivers/php-zip
parent45355298518350e085d1e3172012be43b5d9625a (diff)
downloadpkgsrc-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/php-zip')
-rw-r--r--archivers/php-zip/Makefile9
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"