Mon Jun 3 15:23:14 2013 UTC ()
Update PHP53_VERSION and PHP54_VERSION.  It should be updated with
last update of php53/php54.


(taca)
diff -r1.32 -r1.33 pkgsrc/lang/php/phpversion.mk

cvs diff -r1.32 -r1.33 pkgsrc/lang/php/phpversion.mk (expand / switch to unified diff)

--- pkgsrc/lang/php/phpversion.mk 2013/04/12 17:01:46 1.32
+++ pkgsrc/lang/php/phpversion.mk 2013/06/03 15:23:14 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: phpversion.mk,v 1.32 2013/04/12 17:01:46 taca Exp $ 1# $NetBSD: phpversion.mk,v 1.33 2013/06/03 15:23:14 taca Exp $
2# 2#
3# This file selects a PHP version, based on the user's preferences and 3# This file selects a PHP version, based on the user's preferences and
4# the installed packages. It does not add a dependency on the PHP 4# the installed packages. It does not add a dependency on the PHP
5# package. 5# package.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PHP_VERSION_DEFAULT 9# PHP_VERSION_DEFAULT
10# The PHP version to choose when more than one is acceptable to 10# The PHP version to choose when more than one is acceptable to
11# the package. 11# the package.
12# 12#
13# Possible: 53 54 13# Possible: 53 54
14# Default: 54 14# Default: 54
@@ -65,28 +65,28 @@ @@ -65,28 +65,28 @@
65# 65#
66 66
67.if !defined(PHPVERSION_MK) 67.if !defined(PHPVERSION_MK)
68PHPVERSION_MK= defined 68PHPVERSION_MK= defined
69 69
70_VARGROUPS+= php 70_VARGROUPS+= php
71_USER_VARS.php= PHP_VERSION_DEFAULT 71_USER_VARS.php= PHP_VERSION_DEFAULT
72_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD 72_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD
73_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ 73_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
74 PKG_PHP_MAJOR_VERS 74 PKG_PHP_MAJOR_VERS
75 75
76.include "../../mk/bsd.prefs.mk" 76.include "../../mk/bsd.prefs.mk"
77 77
78PHP53_VERSION= 5.3.24 78PHP53_VERSION= 5.3.25
79PHP54_VERSION= 5.4.14 79PHP54_VERSION= 5.4.15
80 80
81PHP_VERSION_DEFAULT?= 54 81PHP_VERSION_DEFAULT?= 54
82PHP_VERSIONS_ACCEPTED?= 54 53 82PHP_VERSIONS_ACCEPTED?= 54 53
83 83
84# transform the list into individual variables 84# transform the list into individual variables
85.for pv in ${PHP_VERSIONS_ACCEPTED} 85.for pv in ${PHP_VERSIONS_ACCEPTED}
86_PHP_VERSION_${pv}_OK= yes 86_PHP_VERSION_${pv}_OK= yes
87.endfor 87.endfor
88 88
89# check what is installed 89# check what is installed
90.if exists(${LOCALBASE}/lib/php/20120301) 90.if exists(${LOCALBASE}/lib/php/20120301)
91_PHP_VERSION_54_INSTALLED= yes 91_PHP_VERSION_54_INSTALLED= yes
92_PHP_INSTALLED= yes 92_PHP_INSTALLED= yes