diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-05-27 21:44:32 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-05-27 21:44:32 +0000 |
commit | d38ab88e88c59cd2ae3006262bca95bf5930c8ee (patch) | |
tree | 6070037a7677df9c47b0981ed32d2c0d08a8fd29 | |
parent | - Update to 1.4.1 (diff) |
- Fix incorrect portmaster instructions for ruby update
Notes
Notes:
svn path=/head/; revision=319286
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ you update your ports collection, before attempting any port upgrades. The default ruby version has been updated from 1.8 to 1.9. You'll need to rebuild all ports that depend on ruby: - # portmaster -r lang/ruby19 + # portmaster -r ruby19 or # portupgrade -fr lang/ruby19 or |