aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-07-15 14:48:51 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-07-15 14:48:51 +0000
commitc82c63a794aef8d2e4b64f57f88391a3d216cbef (patch)
tree5e4cebc36c83b857582ed5aac8b5642e81d36b17 /UPDATING
parentfac7f3b3c8d29f91331cacce751f365710ebcb32 (diff)
downloadports-c82c63a794aef8d2e4b64f57f88391a3d216cbef.tar.gz
ports-c82c63a794aef8d2e4b64f57f88391a3d216cbef.zip
Introduce Perl 5.12.1
Acknowledgements: kuriyama
Notes
Notes: svn path=/head/; revision=257819
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index efb5b11beb24..09123aff5370 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,30 @@ 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.
+20100715:
+ AFFECTS: users of lang/perl*
+ AUTHOR: skv@FreeBSD.org
+
+ lang/perl5.12 is out. If you want to switch to it from, for example
+ lang/perl5.10, that is:
+
+ Portupgrade users:
+ 0) Fix pkgdb.db (for safety):
+ pkgdb -Ff
+
+ 1) Reinstall new version of Perl (5.12):
+ env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.10.\*
+
+ 2) Reinstall everything that depends on Perl:
+ portupgrade -fr perl
+
+ Portmaster users:
+ env DISABLE_CONFLICTS=1 portmaster -o lang/perl5.12 lang/perl5.10
+ portmaster -r perl-
+
+ Note: If the "perl-" glob matches more than one port you will need to
+ specify the name of the Perl directory in /var/db/pkg explicitly.
+
20100626:
AFFECTS: users of japanese/ibus-mozc
AUTHOR: daichi@FreeBSD.org