aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-02-20 15:13:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-02-20 15:13:29 +0000
commitf7f0d00ce2640a96d2535cb9f80932b4025ea065 (patch)
tree573638a837789c73dd92703144eb8b83d510c97f /UPDATING
parent291f475f4276ad00d80222a641f26411c67bde65 (diff)
downloadports-f7f0d00ce2640a96d2535cb9f80932b4025ea065.tar.gz
ports-f7f0d00ce2640a96d2535cb9f80932b4025ea065.zip
Expand a bit the "how do I change Perl5 major versions" entry.
Notes
Notes: svn path=/head/; revision=493424
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8835fc6b2142..8a94e937feed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -3010,6 +3010,11 @@ you update your ports collection, before attempting any port upgrades.
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
@@ -3021,6 +3026,11 @@ you update your ports collection, before attempting any port upgrades.
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
AUTHOR: brnrd@FreeBSD.org