pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php Bump from 7.0 to 7.1: Justification:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f0373237cbf
branches: trunk
changeset: 375876:4f0373237cbf
user: christos <christos%pkgsrc.org@localhost>
date: Fri Feb 23 23:37:38 2018 +0000
description:
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.
diffstat:
lang/php/phpversion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6bcbd1ac8024 -r 4f0373237cbf lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Feb 23 19:42:16 2018 +0000
+++ b/lang/php/phpversion.mk Fri Feb 23 23:37:38 2018 +0000
@@ -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 @@
.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