Change default perl to lang/perl5.16

PR:		ports/182550
Submitted by:	mat
Approved by:	bdrewery (exp-run)
This commit is contained in:
Mathieu Arnold 2013-10-23 10:26:23 +00:00
parent 8035bf70d1
commit 012586d32c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331361
2 changed files with 10 additions and 1 deletions

View File

@ -17,7 +17,7 @@ _l= ${lang:C/=.*//g}
${_l:U}_DEFAULT= ${lang:C/.*=//g}
.endfor
PERL5_DEFAULT?= 5.14
PERL5_DEFAULT?= 5.16
RUBY_DEFAULT?= 1.9
TCLTK_DEFAULT?= 8.6
PYTHON_DEFAULT?= 2.7

View File

@ -5,6 +5,15 @@ 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.
20131023:
AFFECTS: users of lang/perl5.12 lang/perl5.14
AUTHOR: mat@FreeBSD.org
The default perl has been switched to lang/perl5.16. If you're using binary
packages, you need to do :
# pkg set -o lang/perl5.14:lang/perl5.16
20131020:
AFFECTS: users of mail/squirrelmail
AUTHOR: adamw@adamw.org