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 Dec 8 06:58:36 UTC 2018
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
lang/php: fix php71's version
Oops, fix PHP71_VERSION.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.239 pkgsrc/lang/php/phpversion.mk:1.240
--- pkgsrc/lang/php/phpversion.mk:1.239 Fri Dec 7 17:14:58 2018
+++ pkgsrc/lang/php/phpversion.mk Sat Dec 8 06:58:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.239 2018/12/07 17:14:58 taca Exp $
+# $NetBSD: phpversion.mk,v 1.240 2018/12/08 06:58:36 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.39
PHP70_VERSION= 7.0.33
-PHP71_VERSION= 7.1.26
+PHP71_VERSION= 7.1.25
PHP72_VERSION= 7.2.13
# Define initial release of major version.
Home |
Main Index |
Thread Index |
Old Index