aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-02-01 13:37:19 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-02-01 13:37:19 +0000
commitb3ab261a6b9b49e1affc2a8e1cdaa4b371c0ae07 (patch)
treede2b89c45a67e2f22c7316046d18e16c4977f055 /UPDATING
parent4400a5e9853ae93bceb634729cd63ffbf9629bca (diff)
downloadports-b3ab261a6b9b49e1affc2a8e1cdaa4b371c0ae07.tar.gz
ports-b3ab261a6b9b49e1affc2a8e1cdaa4b371c0ae07.zip
Document lang/perl5 and lang/perl5.8 update.
Notes
Notes: svn path=/head/; revision=127847
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b057ee495fa0..d87eecb84b85 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,30 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050201:
+ AFFECTS: users of lang/perl5 and lang/perl5.8
+ AUTHOR: tobez@FreeBSD.org
+
+ lang/perl5 has been updated to 5.6.2, and lang/perl5.8 has been
+ updated to 5.8.6. you should update everything depending on perl, that
+ is:
+
+ * first, upgrade your perl installation (use either lang/perl5 or
+ lang/perl5.8, the latter being recommended);
+ * for FreeBSD 4.X, run "use.perl port", so that the system knows you
+ have 5.8.6 or 5.6.2; this step is not needed on FreeBSD 5.X and
+ FreeBSD -CURRENT;
+ * run some magic incantations to upgrade all ports depending on perl,
+ that is run something like :
+ portupgrade -f `(pkg_info -R perl-5\* |tail +4; \
+ find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \
+ | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u`
+ This is likely to fail for a few ports, you'll have to upgrade them
+ afterwards by hand.
+ Please note, that this last step is, strictly speaking, not necessary,
+ if you are upgrading from 5.8.[45] to 5.8.6, or from 5.6.1 to
+ 5.6.2. But it is cleaner to do so anyway.
+
20050130:
AFFECTS: users of PostgreSQL
AUTHOR: girgen@FreeBSD.org