diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-02 16:31:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-02 16:31:14 +0000 |
commit | 13dccf91cd14b6dba6fadb999f271898bc8cd421 (patch) | |
tree | aba0f53d3ae60d1c643efabca8fe60209a9ffe5b | |
parent | From http://abook.sourceforge.net/ (diff) |
Help the masses out with the perl 5.6->5.8 transition.
Notes
Notes:
svn path=/head/; revision=102744
-rw-r--r-- | UPDATING | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -28,4 +28,16 @@ upgrades. 4) Deinstall ruby 1.6 stuff (if you are paranoia) pkg_deinstall -ri lang/ruby16 -$FreeBSD$
\ No newline at end of file + +20040204: + AFFECTS: 5.2-CURRENT users who started with a 5.2-RELEASE or older. + + Change the default version of perl to 5.8. + + 1) Force perl-5.6.1 to be upgraded with perl-5.8. + portupgrade -o lang/perl5.8 -f perl-5.6.1_15 + + 2) Update all p5-* modules. + portupgrade -f p5-\* + +$FreeBSD$ |