diff options
author | Brad Davis <brd@FreeBSD.org> | 2013-11-12 17:18:10 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2013-11-12 17:18:10 +0000 |
commit | 2c7d62c44d7e3eaeffb0eae79415e02659174c5a (patch) | |
tree | 979580e92107208b7b73c38522a97be1f7e9ce8d /UPDATING | |
parent | 063eb95c1e40fe30e0db49573ce5dd005d532ed3 (diff) | |
download | ports-2c7d62c44d7e3eaeffb0eae79415e02659174c5a.tar.gz ports-2c7d62c44d7e3eaeffb0eae79415e02659174c5a.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -100,13 +100,15 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of lang/perl5.12 lang/perl5.14 AUTHOR: mat@FreeBSD.org - The default perl has been switched to lang/perl5.16. If you're using binary - packages, you need to do : + The default Perl has been switched to lang/perl5.16. These examples + are for switching from lang/perl5.14, if you are running another + version, replace lang/perl5.14 with the origin of the Perl you have + installed. - # pkg set -o lang/perl5.14:lang/perl5.16 + Pkgng users: - If you're not using binary packages and want to (and should) switch, if - you're using perl-5.14, for instance : + # pkg set -o lang/perl5.14:lang/perl5.16 + # pkg install -Rf lang/perl5.16 Portupgrade users: 0) Fix pkgdb.db (for safety): |