aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-09-05 08:04:41 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-09-05 08:04:41 +0000
commit188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51 (patch)
treea1d3a3ca3c5ea1412c1b40560f73be10b22c7590
parent5ddb8b642aa6fc50ae87d2e72efb7a0b3ab830f1 (diff)
downloadports-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.tar.gz
ports-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.zip
Notes
-rw-r--r--Mk/bsd.default-versions.mk2
-rw-r--r--UPDATING14
2 files changed, 15 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index f6bf3cde62e7..a548ceb1040f 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -77,7 +77,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
# Possible values: 9.3, 9.4, 9.5, 9.6, 10
PGSQL_DEFAULT?= 9.5
# Possible values: 5.6, 7.0, 7.1, 7.2
-PHP_DEFAULT?= 5.6
+PHP_DEFAULT?= 7.1
# Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
PYTHON_DEFAULT?= 2.7
# Possible values: 2.7
diff --git a/UPDATING b/UPDATING
index a2ae189c02ba..6e44f4213248 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180905:
+ AFFECTS: users of lang/php56
+ AUTHOR: tz@FreeBSD.org
+
+ The default version of PHP has been switched from 5.6 to 7.1.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info php5\* > ~/installed-php-ports-list
+
+ After the upgrade, check with such list if all your php extensions
+ are still installed, and reinstall them if needed.
+
20180901:
AFFECTS: net/samba48
AUTHOR: timur@FreeBSD.org