diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-08-23 06:03:03 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-08-23 06:03:03 +0000 |
commit | f73644602eefd5fb0bcf170eabd4af80d37fc4b7 (patch) | |
tree | 694e2a6a35fda37b53782d806e5b9426fbfa9297 /UPDATING | |
parent | 8b3e296bd302ad30f7511c1e818f3a071433b09a (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,11 +18,15 @@ you update your ports collection, before attempting any port upgrades. If you use portupgrade: # portupgrade -f lang/ruby18 + # portupgrade -f lang/ruby19 # if you have it installed # portupgrade -f ports-mgmt/portupgrade # portupgrade -x ruby-1.8.\* -fr lang/ruby18 + After these steps are complete, you can pkg_delete ruby 1.8 if you + no longer need it. + If you wish to keep the 1.8 version as default, add the following lines - to your /etc/make.conf file: + to your /etc/make.conf file, and rebuild lang/ruby18 after that. # # Keep ruby 1.8 as default version. |