svn commit: r493424 - head

Mathieu Arnold mat at FreeBSD.org
Wed Feb 20 15:13:30 UTC 2019


Author: mat
Date: Wed Feb 20 15:13:29 2019
New Revision: 493424
URL: https://svnweb.freebsd.org/changeset/ports/493424

Log:
  Expand a bit the "how do I change Perl5 major versions" entry.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Feb 20 14:28:25 2019	(r493423)
+++ head/UPDATING	Wed Feb 20 15:13:29 2019	(r493424)
@@ -3010,6 +3010,11 @@ you update your ports collection, before attempting an
 
 	portupgrade -f `pkg shlib -qR libperl.so.5.20`
 
+	  If, for some reason, this command fails at one point, it is safe to
+	  run it again, it will not rebuild what it already rebuilt, as the
+	  ports that have been rebuilt no longer depend on libperl.so.5.20 but
+	  on libperl.so.5.24.
+
   Portmaster users:
 	portmaster -o lang/perl5.24 lang/perl5.20
 
@@ -3020,6 +3025,11 @@ you update your ports collection, before attempting an
 	  can do so with:
 
 	portmaster -f `pkg shlib -qR libperl.so.5.20`
+
+	  If, for some reason, this command fails at one point, it is safe to
+	  run it again, it will not rebuild what it already rebuilt, as the
+	  ports that have been rebuilt no longer depend on libperl.so.5.20 but
+	  on libperl.so.5.24.
 
 20161102:
   AFFECTS: users of security/acme-client


More information about the svn-ports-all mailing list