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:   christos
Date:           Fri Feb 23 23:37:38 UTC 2018

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

Log Message:
Bump from 7.0 to 7.1: Justification:
- NetBSD current has OpenSSL-1.1 and this requires at least 7.1 to compile.
- http://php.net/supported-versions.php: 7.2 was released 2 months ago and
  is too fresh.


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 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.204 pkgsrc/lang/php/phpversion.mk:1.205
--- pkgsrc/lang/php/phpversion.mk:1.204 Tue Feb 20 08:22:42 2018
+++ pkgsrc/lang/php/phpversion.mk       Fri Feb 23 18:37:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.204 2018/02/20 13:22:42 wiz Exp $
+# $NetBSD: phpversion.mk,v 1.205 2018/02/23 23:37:38 christos 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.
 #
 #      Possible: 56 70 71 72
-#      Default: 70
+#      Default: 71
 #
 # === Infrastructure variables ===
 #
@@ -106,7 +106,7 @@ _SYS_VARS.php=      PKG_PHP_VERSION PKG_PHP P
 
 .include "../../mk/bsd.prefs.mk"
 
-PHP_VERSION_DEFAULT?=          70
+PHP_VERSION_DEFAULT?=          71
 PHP_VERSIONS_ACCEPTED?=                56 70 71 72
 .for pv in ${PHP_VERSIONS_ACCEPTED}
 .  if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})



Home | Main Index | Thread Index | Old Index