diff options
author | stas <stas@FreeBSD.org> | 2011-08-23 14:03:03 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-08-23 14:03:03 +0800 |
commit | e3ce2bb532d8586bcbbc33aaaa100521a1d75bc5 (patch) | |
tree | 662ccf925b0b5cacfaf553a17cc2e65151d09722 /UPDATING | |
parent | 3a2062486f9827286eef67c3932552faa503b63e (diff) | |
download | freebsd-ports-gnome-e3ce2bb532d8586bcbbc33aaaa100521a1d75bc5.tar.gz freebsd-ports-gnome-e3ce2bb532d8586bcbbc33aaaa100521a1d75bc5.tar.zst freebsd-ports-gnome-e3ce2bb532d8586bcbbc33aaaa100521a1d75bc5.zip |
- Recommend portupgrading ruby19 as well if user has it installed (so
it builds the new package and gets all the proper links installed).
Mention that the user can delete old ruby version after all these
steps are complete.
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. |