diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:50:29 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:50:29 +0000 |
commit | fc0829d8ded3b6de200fa6357ee0433ed4e81b11 (patch) | |
tree | b38a0b1cb983708df2bc17e8d665616746a26f98 /UPDATING | |
parent | 2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608 (diff) | |
download | ports-fc0829d8ded3b6de200fa6357ee0433ed4e81b11.tar.gz ports-fc0829d8ded3b6de200fa6357ee0433ed4e81b11.zip |
- add note about perl changes
Notes
Notes:
svn path=/head/; revision=292978
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20120308: + AFFECTS: users of lang/perl5.8 and lang/perl.10 + AUTHOR: pgollucci@FreeBSD.org + + lang/perl5.8 and lang/perl5.10 have been removed since they've + been EOL upstream for 3yrs and 2yrs respectively. The default + of lang/perl5.12 has not changed (yet). Conditional checks for + perl < 5.12 have been removed. UNLESS you have PERL_VERSION=5.8.x + or PERL_VERSION=5.10.x in /etc/make.conf you need take no action. + If you do, you will been to recompile all perl dependant ports after + updating your ports/ tree. Please see entry 20110517 for help. + 20120225: AFFECTS: users of archivers/libarchive AUTHOR: glewis@FreeBSD.org |