aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-13 10:20:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-13 10:20:18 +0000
commit1ce0b86d8f17636f19cc368f1d0b9c4e5426ddd7 (patch)
tree186283c75f5959566cc8186331e47c73bff53771 /UPDATING
parent438f262f4913b05d21fa982e15616ea6a3bc3f0a (diff)
downloadports-1ce0b86d8f17636f19cc368f1d0b9c4e5426ddd7.tar.gz
ports-1ce0b86d8f17636f19cc368f1d0b9c4e5426ddd7.zip
Change the default Perl to 5.20.
PR: 200134 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=386205
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING25
1 files changed, 25 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e759e063bc4a..b15e4ed5dc6a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,31 @@ 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.
+20150513:
+ AFFECTS: users of lang/perl5*
+ AUTHOR: mat@FreeBSD.org
+
+ The default Perl version has been switched to Perl 5.20. If you are using
+ binary packages to upgrade your system, you do not have anything to do, pkg
+ upgrade will do the right thing. For the other people, assuming you are
+ migrating from 5.18 to 5.20, do:
+
+ Portupgrade users:
+ portupgrade -o lang/perl5.20 -f lang/perl5.18
+
+ portupgrade -f `pkg shlib -R libperl.so.5.18|tail +2`
+
+ Portmaster users:
+ portmaster -o lang/perl5.20 lang/perl5.18
+
+ portmaster -f `pkg shlib -R libperl.so.5.18|tail +2`
+
+ IMPORTANT:
+ In case you have not updated your system in a while, and specifically,
+ followed the 20141126 instructions regarding the new Perl layout, you
+ should follow those more extensive instructions rather than the
+ conservative presented here.
+
20150510:
AFFECTS: users of mail/postfix mail/postfix-current
AUTHOR: ohauer@FreeBSD.org