pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php lang/php: fix php71's version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e307bc827f12
branches:  trunk
changeset: 316207:e307bc827f12
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 08 06:58:36 2018 +0000

description:
lang/php: fix php71's version

Oops, fix PHP71_VERSION.

diffstat:

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

diffs (18 lines):

diff -r 90d9c473111e -r e307bc827f12 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Dec 08 04:37:22 2018 +0000
+++ b/lang/php/phpversion.mk    Sat Dec 08 06:58:36 2018 +0000
@@ -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 @@
 # 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