diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-19 21:44:36 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-19 21:44:36 +0000 |
commit | 68fdbeba167f9b6d51a322db0d70e042138178ce (patch) | |
tree | 66308bcca4596901248d8f904ca181871516bac1 /UPDATING | |
parent | d44650cb1d504a2e2168b26c5a3c5aebbdc4af61 (diff) |
- allow java/subversion-jave to stay on subversion17
- update UPDATING with a hint how to keep subversion17
Notes
Notes:
svn path=/head/; revision=321336
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ you update your ports collection, before attempting any port upgrades. devel/subversion has been upgraded from 1.7.10 to 1.8.0 subversion-1.7.x is available as devel/subversion17 - To stay on subversion-1.7.x use the following command + To stay on subversion-1.7.x set in /etc/make.conf + WITH_SUBVERSION_VER=17 + and use the following command # pkg set -o devel/subversion:devel/subversion17 |