pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php Make PHP54_VERSION to 5.4.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8563e6dbb54f
branches:  trunk
changeset: 621377:8563e6dbb54f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 07 16:22:21 2013 +0000

description:
Make PHP54_VERSION to 5.4.17.

diffstat:

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

diffs (18 lines):

diff -r c4c363573cd2 -r 8563e6dbb54f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Jul 07 16:16:51 2013 +0000
+++ b/lang/php/phpversion.mk    Sun Jul 07 16:22:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.34 2013/06/07 13:56:25 taca Exp $
+# $NetBSD: phpversion.mk,v 1.35 2013/07/07 16:22:21 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
@@ -76,7 +76,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 PHP53_VERSION=                 5.3.26
-PHP54_VERSION=                 5.4.16
+PHP54_VERSION=                 5.4.17
 
 PHP_VERSION_DEFAULT?=          54
 PHP_VERSIONS_ACCEPTED?=                54 53



Home | Main Index | Thread Index | Old Index