summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2012-06-16 02:49:39 +0000
committertaca <taca>2012-06-16 02:49:39 +0000
commit54bda68f57f4e1eec5b93cde0290206a659533bc (patch)
treeab63297be49a15214af57699e65b6bb89370dd0d
parent4e93e603eecc6bd9499cbd03e0a768ce7c254f2f (diff)
downloadpkgsrc-54bda68f57f4e1eec5b93cde0290206a659533bc.tar.gz
Change "5" as value of PKG_PHP_VERSION.
And restrict the case PHP_BASE_VERS in PKGNAME for PHP 5.2.17.
-rw-r--r--archivers/php-zip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
index 20dade284ca..df740326375 100644
--- a/archivers/php-zip/Makefile
+++ b/archivers/php-zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/02/22 07:36:07 taca Exp $
+# $NetBSD: Makefile,v 1.14 2012/06/16 02:49:39 taca Exp $
MODNAME= zip
PKGREVISION= 2
@@ -13,9 +13,9 @@ 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.14 release
+# Remove these PKGNAME tweak after PHP 5.2.18 release (after support of php52)
.include "../../lang/php/phpversion.mk"
-.if ${PKG_PHP_VERSION} == "5"
+.if ${PHP_BASE_VERS} == "5.2.17"
PKGNAME:= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11
.endif