svn commit: r386205 - in head: . Mk
Mathieu Arnold
mat at FreeBSD.org
Wed May 13 10:20:19 UTC 2015
Author: mat
Date: Wed May 13 10:20:18 2015
New Revision: 386205
URL: https://svnweb.freebsd.org/changeset/ports/386205
Log:
Change the default Perl to 5.20.
PR: 200134
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Modified:
head/Mk/bsd.default-versions.mk
head/UPDATING
Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk Wed May 13 08:22:37 2015 (r386204)
+++ head/Mk/bsd.default-versions.mk Wed May 13 10:20:18 2015 (r386205)
@@ -23,7 +23,7 @@ FPC_DEFAULT?= 2.6.4
GCC_DEFAULT?= 4.8
LUA_DEFAULT?= 5.2
MYSQL_DEFAULT?= 5.6
-PERL5_DEFAULT?= 5.18
+PERL5_DEFAULT?= 5.20
PGSQL_DEFAULT?= 9.3
PHP_DEFAULT?= 5.6
PYTHON_DEFAULT?= 2.7
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Wed May 13 08:22:37 2015 (r386204)
+++ head/UPDATING Wed May 13 10:20:18 2015 (r386205)
@@ -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 at 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 at FreeBSD.org
More information about the svn-ports-all
mailing list