aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2017-09-29 20:10:13 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2017-09-29 20:10:13 +0000
commit68345b1ce3bfe9daae3ceb3980575b060ec50a28 (patch)
treecad47d62577d0a193b69eb83108fd80b5ac7f48e /UPDATING
parent13ee39b71833bfa4c318046c426836667f977522 (diff)
downloadports-68345b1ce3bfe9daae3ceb3980575b060ec50a28.tar.gz
ports-68345b1ce3bfe9daae3ceb3980575b060ec50a28.zip
Give a hint for those who strugges updating PHP after
dependency switch from devel/oniguruma5 to devel/oniguruma6 PR: 220809 Reported by: dvl Approved by: ale (maintainer timeout, 8 weeks)
Notes
Notes: svn path=/head/; revision=450934
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 40f43355202c..0e8f194d95ff 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ 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.
+20170930:
+ AFFECTS: users of PHP and its modules
+ AUTHOR: eugen@FreeBSD.org
+
+ All lang/php* ports switched to depend on devel/oniguruma6
+ instead of previous oniguruma version some time ago.
+
+ If you have not moved from devel/oniguruma5 before and
+ have troubles updating PHP,
+
+ for users of portmaster:
+ portmaster -o devel/oniguruma6 devel/oniguruma5
+ portmaster -r devel/oniguruma6
+
+ for users of portupgrade:
+ portupgrade -o devel/oniguruma6 devel/oniguruma5
+ portupgrade -fr devel/oniguruma6
+
+ pkg should handle this automatically.
+
20170928:
AFFECTS: users of security/courier-authlib and its modules
AUTHOR: madpilot@FreeBSD.org