aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2012-03-09 02:50:29 +0800
committerpgollucci <pgollucci@FreeBSD.org>2012-03-09 02:50:29 +0800
commitff4ca051ff339ff2a33eb9bb2d4b7b9cc69f4c3f (patch)
tree2ee76c0f4470d27e2db9fc6fb3738f6df03eb05f /UPDATING
parentbdc7b8de9b4a00d6f78b8a20e6e92ad630e44558 (diff)
downloadfreebsd-ports-gnome-ff4ca051ff339ff2a33eb9bb2d4b7b9cc69f4c3f.tar.gz
freebsd-ports-gnome-ff4ca051ff339ff2a33eb9bb2d4b7b9cc69f4c3f.tar.zst
freebsd-ports-gnome-ff4ca051ff339ff2a33eb9bb2d4b7b9cc69f4c3f.zip
- add note about perl changes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 315b7d3e8241..ae64f8302c14 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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