pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php Correct default value in description of PHP_V...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/218121c0b144
branches:  trunk
changeset: 603349:218121c0b144
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri May 04 16:07:51 2012 +0000

description:
Correct default value in description of PHP_VERSION_DEFAULT.

diffstat:

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

diffs (18 lines):

diff -r a45566d5f67a -r 218121c0b144 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri May 04 16:07:02 2012 +0000
+++ b/lang/php/phpversion.mk    Fri May 04 16:07:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.16 2011/10/29 13:47:03 cheusov Exp $
+# $NetBSD: phpversion.mk,v 1.17 2012/05/04 16:07: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
@@ -11,7 +11,7 @@
 #      the package. '5' means any 5.*, 52 only 5.2.*, 53 only 5.3.*
 #
 #      Possible: 5 52 53
-#      Default: 5
+#      Default: 53
 #
 # === Package-settable variables ===
 #



Home | Main Index | Thread Index | Old Index