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:   wiz
Date:           Sun Sep 11 20:57:46 UTC 2016

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

Log Message:
Revert probably unintended part of the previous commit:

7.1.0beta3 was upgraded to 7.1.0RC1 without a corresponding update to
the distinfo file.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 pkgsrc/lang/php/phpversion.mk:1.154
--- pkgsrc/lang/php/phpversion.mk:1.153 Sun Sep 11 17:13:18 2016
+++ pkgsrc/lang/php/phpversion.mk       Sun Sep 11 20:57:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.153 2016/09/11 17:13:18 taca Exp $
+# $NetBSD: phpversion.mk,v 1.154 2016/09/11 20:57:46 wiz 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.25
 PHP70_VERSION= 7.0.10
-PHP71_VERSION= 7.1.0RC1
+PHP71_VERSION= 7.1.0beta3
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828



Home | Main Index | Thread Index | Old Index