svn commit: r450934 - head

Eugene Grosbein eugen at FreeBSD.org
Fri Sep 29 20:10:14 UTC 2017


Author: eugen
Date: Fri Sep 29 20:10:13 2017
New Revision: 450934
URL: https://svnweb.freebsd.org/changeset/ports/450934

Log:
  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)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Sep 29 19:45:27 2017	(r450933)
+++ head/UPDATING	Fri Sep 29 20:10:13 2017	(r450934)
@@ -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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list