diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-23 11:03:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-23 11:03:47 +0000 |
commit | 3e99dd95f8e9a574100f312cdd0f75f8d0deafc1 (patch) | |
tree | f5c4e3d580f6b1c5eceef1c226acf66acee70db1 /UPDATING | |
parent | 9b3aca26610b152ff0f42109ad64d44de0c69b43 (diff) | |
download | ports-3e99dd95f8e9a574100f312cdd0f75f8d0deafc1.tar.gz ports-3e99dd95f8e9a574100f312cdd0f75f8d0deafc1.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -14,6 +14,31 @@ you update your ports collection, before attempting any port upgrades. # pkg set -o lang/perl5.14:lang/perl5.16 + If you're not using binary packages and want to (and should) switch, if + you're using perl-5.14, for instance : + + Portupgrade users: + 0) Fix pkgdb.db (for safety): + pkgdb -Ff + + 1) Reinstall new version of Perl (5.16): + portupgrade -o lang/perl5.16 -f perl-5.14.\* + + 2) Reinstall everything that depends on Perl: + portupgrade -fr perl + + Portmaster users: + portmaster -o lang/perl5.16 lang/perl5.14 + + 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. + 20131020: AFFECTS: users of mail/squirrelmail AUTHOR: adamw@adamw.org |