diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2015-10-15 10:43:15 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2015-10-15 10:43:15 +0000 |
commit | 3535651a1bb09e4115fb7f28811db6bcd8baff7a (patch) | |
tree | adce6bffd291ee5978cad30b7d14365997de2b06 /UPDATING | |
parent | 8839ec2c75f833f1fbd564d0896e8d998c546668 (diff) | |
download | ports-3535651a1bb09e4115fb7f28811db6bcd8baff7a.tar.gz ports-3535651a1bb09e4115fb7f28811db6bcd8baff7a.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151015: + AFFECTS: users of devel/subversion, its bindings and www/mod_dav_svn + AUTHOR: lev@FreeBSD.org + + The subversion upgdate to 1.9 branch introduces new "old" subversion + port devel/subversion18. + + If you don't want to update your subversion installation, run + + pkg set -o devel/subversion:devel/subversion18 + + and add + + WITH_SUBVERSION_VER=18 + + to your /etc/make.conf + 20151013: AFFECTS: users of security/sshguard-ipfw AUTHOR: feld@FreeBSD.org |