Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 15:13:29 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493424 - head
Message-ID:  <201902201513.x1KFDTUf073303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902201513.x1KFDTUf073303>