diff options
author | taca <taca@pkgsrc.org> | 2012-11-23 13:22:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-11-23 13:22:51 +0000 |
commit | b1d0864cbed3b72e65ccc310eb6d2437444ca493 (patch) | |
tree | 4dd089ae0008c978b669a4d9d9aa682d3e91597e | |
parent | 43d438e26ea38235036bd0300b6790dd74a18b78 (diff) | |
download | pkgsrc-b1d0864cbed3b72e65ccc310eb6d2437444ca493.tar.gz |
Update versions of php53 and php54 for PHP extensions.
Reset PKGREVISION of database/php-ldap.
-rw-r--r-- | databases/php-ldap/Makefile | 3 | ||||
-rw-r--r-- | lang/php/phpversion.mk | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile index d99a97a4f0c..1d3204be996 100644 --- a/databases/php-ldap/Makefile +++ b/databases/php-ldap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 08:50:28 manu Exp $ +# $NetBSD: Makefile,v 1.19 2012/11/23 13:22:51 taca Exp $ MODNAME= ldap -PKGREVISION= 1 CATEGORIES+= databases COMMENT= PHP extension for LDAP database access diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 08896c6c3c1..8f82f4007ef 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.25 2012/10/19 14:59:15 taca Exp $ +# $NetBSD: phpversion.mk,v 1.26 2012/11/23 13:22:51 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -75,8 +75,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP53_VERSION= 5.3.18 -PHP54_VERSION= 5.4.8 +PHP53_VERSION= 5.3.19 +PHP54_VERSION= 5.4.9 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |