summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2012-08-17 15:38:19 +0000
committertaca <taca>2012-08-17 15:38:19 +0000
commit3ee75c411fc9909f9850957e304fb2d842b6c1d0 (patch)
tree8453aec85ec623192f956a0bfcd0a4af20abe46b /lang
parent3ebc6ef7324f4bdeba7e3c5b4d38d61f4329fec6 (diff)
downloadpkgsrc-3ee75c411fc9909f9850957e304fb2d842b6c1d0.tar.gz
Remove remained codes for PHP 5.2.x.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/ext.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index 7585ac82745..d9646514f4a 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.28 2012/06/16 02:47:51 taca Exp $
+# $NetBSD: ext.mk,v 1.29 2012/08/17 15:38:19 taca Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -36,14 +36,9 @@ WRKSRC?= ${WRKDIR}/${EXTRACT_ELEMENTS}
DISTINFO_FILE= ${.CURDIR}/${PHPPKGSRCDIR}/distinfo
.else
# PECL extension
-# WARINING: following fixed version number for 5.2 and 5.3 must not be bumped!
-.if defined(PECL_LEGACY_VERSION_SCHEME) && \
- (${PKG_PHP_VERSION} == "52" || ${PKG_PHP_VERSION} == "53")
-. if ${PKG_PHP_VERSION} == "52"
-PKGNAME?= ${PHP_PKG_PREFIX}-${MODNAME}-5.2.17.${PECL_VERSION}
-. elif ${PKG_PHP_VERSION} == "53"
+# WARINING: following fixed version number for PHP 5.3.x must not be bumped!
+.if defined(PECL_LEGACY_VERSION_SCHEME) && ${PKG_PHP_VERSION} == "53"
PKGNAME?= ${PHP_PKG_PREFIX}-${MODNAME}-5.3.9.${PECL_VERSION}
-. endif
.else
PKGNAME?= ${PHP_PKG_PREFIX}-${MODNAME}-${PECL_VERSION}
.endif