aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2012-07-01 05:00:43 +0800
committerskv <skv@FreeBSD.org>2012-07-01 05:00:43 +0800
commitd1900682d9d7f2f65d986703bd930dd796ad105d (patch)
treebe9dd03a06bdc018d2786ccccd0c48e35a14c87b /UPDATING
parentb01956b083c559fc0bdd6d422a75021697773aff (diff)
downloadfreebsd-ports-gnome-d1900682d9d7f2f65d986703bd930dd796ad105d.tar.gz
freebsd-ports-gnome-d1900682d9d7f2f65d986703bd930dd796ad105d.tar.zst
freebsd-ports-gnome-d1900682d9d7f2f65d986703bd930dd796ad105d.zip
Introduce Perl 5.16.0
Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod Approved by: portmgr (linimon)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING29
1 files changed, 29 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ebea956c9160..a4c51c0d5d36 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,35 @@ 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.
+201206230:
+ AFFECTS: users of lang/perl*
+ AUTHOR: skv@FreeBSD.org
+
+ lang/perl5.16 is out. If you want to switch to it from, for example
+ lang/perl5.12, that is:
+
+ Portupgrade users:
+ 0) Fix pkgdb.db (for safety):
+ pkgdb -Ff
+
+ 1) Reinstall new version of Perl (5.16):
+ env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.16 -f perl-5.12.\*
+
+ 2) Reinstall everything that depends on Perl:
+ portupgrade -fr perl
+
+ Portmaster users:
+ portmaster -o lang/perl5.16 lang/perl5.12
+
+ Conservative:
+ portmaster p5-
+
+ Comprehensive (but perhaps overkill):
+ 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.
+
20120623:
AFFECTS: users of sysutils/xfce4-utils
AUTHOR: xfce@FreeBSD.org