pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep 17 08:36:50 UTC 2016

Modified Files:
        pkgsrc/lang/php: phpversion.mk

Log Message:
Oops, forgot to commit php/phpversion.mk.

Thanks for wiz@ who noted me via private e-mail.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/lang/php/phpversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.157 pkgsrc/lang/php/phpversion.mk:1.158
--- pkgsrc/lang/php/phpversion.mk:1.157 Fri Sep 16 16:10:28 2016
+++ pkgsrc/lang/php/phpversion.mk       Sat Sep 17 08:36:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.157 2016/09/16 16:10:28 taca Exp $
+# $NetBSD: phpversion.mk,v 1.158 2016/09/17 08:36:50 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.26
 PHP70_VERSION= 7.0.11
-PHP71_VERSION= 7.1.0RC1
+PHP71_VERSION= 7.1.0RC2
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828



Home | Main Index | Thread Index | Old Index