aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-08-23 06:03:03 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-08-23 06:03:03 +0000
commitf73644602eefd5fb0bcf170eabd4af80d37fc4b7 (patch)
tree694e2a6a35fda37b53782d806e5b9426fbfa9297 /UPDATING
parent8b3e296bd302ad30f7511c1e818f3a071433b09a (diff)
downloadports-f73644602eefd5fb0bcf170eabd4af80d37fc4b7.tar.gz
ports-f73644602eefd5fb0bcf170eabd4af80d37fc4b7.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.
Notes
Notes: svn path=/head/; revision=280240
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 5 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index c0310e358b01..13f3a6162f76 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.