diff options
author | mat <mat@FreeBSD.org> | 2014-02-14 23:41:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-14 23:41:50 +0800 |
commit | 0bd58b0373c0ee2163a713a3d85754a7175e94e6 (patch) | |
tree | 20f2ff22275615fb39d6a7fd49d7c4a0df16a9d3 /UPDATING | |
parent | 2d95e62b5c522dabb857175f8127bb635240366f (diff) | |
download | freebsd-ports-gnome-0bd58b0373c0ee2163a713a3d85754a7175e94e6.tar.gz freebsd-ports-gnome-0bd58b0373c0ee2163a713a3d85754a7175e94e6.tar.zst freebsd-ports-gnome-0bd58b0373c0ee2163a713a3d85754a7175e94e6.zip |
Like it was announced six months ago, remove Perl 5.12.
Sponsored by: Absolight
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -5,6 +5,36 @@ 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. +20140214: + AFFECTS: users of lang/perl5.12 + AUTHOR: mat@FreeBSD.org + + Perl 5.12 has been removed. The default Perl is lang/perl5.16. + + Portupgrade users: + 0) Fix pkgdb.db (for safety): + pkgdb -Ff + + 1) Reinstall new version of Perl (5.16): + portupgrade -o lang/perl5.16 -f lang/perl5.12 + + 2) Reinstall everything that depends on Perl: + portupgrade -fr lang/perl5.16 + + 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. Also, + depending on when you've upgraded perl 5.12 last, the prefix may be + perl5- or perl5.12-. + 20140211: AFFECTS: users of lang/php* database/postgresql* database/mysql* www/apache* AUTHOR: mat@FreeBSD.org |