Update PHP53_VERSION and PHP54_VERSION. It should be updated with
last update of php53/php54.
This commit is contained in:
parent
00452606ff
commit
dc657d54e6
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.32 2013/04/12 17:01:46 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.33 2013/06/03 15:23:14 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.24
|
||||
PHP54_VERSION= 5.4.14
|
||||
PHP53_VERSION= 5.3.25
|
||||
PHP54_VERSION= 5.4.15
|
||||
|
||||
PHP_VERSION_DEFAULT?= 54
|
||||
PHP_VERSIONS_ACCEPTED?= 54 53
|
||||
|
|
Loading…
Reference in a new issue