diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-17 19:30:03 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-17 19:30:03 +0000 |
commit | b9716b9857dec72d44692638dd6c32e2bd1b6781 (patch) | |
tree | 4deb3f06ebfaae6f086561b5446418be88f7cb4a /UPDATING | |
parent | 7c25b89c780619c63de7d8b16b9a648024ed3832 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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. +20110517: + AFFECTS: users of lang/perl* + AUTHOR: skv@FreeBSD.org + + lang/perl5.14 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.14): + env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.14 -f perl-5.12.\* + + 2) Reinstall everything that depends on Perl: + portupgrade -fr perl + + Portmaster users: + portmaster -o lang/perl5.14 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. + 20110516: AFFECTS: users of net/skype, net/skype-devel, net-im/skype, net-im/skype-devel AUTHOR: Ion-Mihai Tetcu <itetcu@FreeBSD.org> |