pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php Catch up with PHP 5.3 base.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c0711ea9027
branches:  trunk
changeset: 597970:6c0711ea9027
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 12 18:25:50 2012 +0000

description:
Catch up with PHP 5.3 base.

diffstat:

 lang/php/ext.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b298b1566564 -r 6c0711ea9027 lang/php/ext.mk
--- a/lang/php/ext.mk   Thu Jan 12 17:42:52 2012 +0000
+++ b/lang/php/ext.mk   Thu Jan 12 18:25:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.23 2011/12/17 13:46:27 obache Exp $
+# $NetBSD: ext.mk,v 1.24 2012/01/12 18:25:50 joerg Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -40,7 +40,7 @@
 . if ${PKG_PHP_VERSION} == "5"
 PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-5.2.17.${PECL_VERSION}
 . elif ${PKG_PHP_VERSION} == "53"
-PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-5.3.8.${PECL_VERSION}
+PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-5.3.9.${PECL_VERSION}
 . endif
 .else
 PKGNAME?=              ${PHP_PKG_PREFIX}-${MODNAME}-${PECL_VERSION}



Home | Main Index | Thread Index | Old Index