diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-28 20:45:10 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-28 20:45:10 +0000 |
commit | 1a9ef9fa6754e0c0f087f4e7a76e65029a75941c (patch) | |
tree | e0596dfc5254e65a6f3de0b5eb6d25f4ad08a7d0 /UPDATING | |
parent | 0804fca67c5eda2be61329599da40c5734b4d634 (diff) |
Introduce Perl 5.10.0
Notes
Notes:
svn path=/head/; revision=231213
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080328: + AFFECTS: users of lang/perl* + AUTHOR: skv@FreeBSD.org + + lang/perl5.10 is out. If you want to switch to it from, for example + lang/perl5.8, that is: + + Portupgrade users: + 0) Fix pkgdb.db (for safety): + pkgdb -Ff + + 1) Reinstall perl with new 5.10: + portupgrade -o lang/perl5.10 -f perl-5.8.\* + + 2) Reinstall everything that depends on Perl: + portupgrade -fr perl + + Portmaster users: + portmaster -o lang/perl5.10 lang/perl5.8 + portmaster -r perl\* + 20090327: AFFECTS: users of security/clamav AUTHOR: garga@FreeBSD.org |