diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2014-06-16 13:12:21 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2014-06-16 13:12:21 +0000 |
commit | 146867e80269edb296bac45ab890b929f5e44db8 (patch) | |
tree | 93f1d8e2e19e6c53166e3aa900148a3db947ae53 /UPDATING | |
parent | 09107dfdf0e158de744fd7634ef054e505e3da34 (diff) | |
download | ports-146867e80269edb296bac45ab890b929f5e44db8.tar.gz ports-146867e80269edb296bac45ab890b929f5e44db8.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -5,6 +5,36 @@ 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. +20140616: + AFFECTS: users of devel/subversion + AUTHOR: lev@FreeBSD.org + + subversion port has been overhauled. Some optional parts was extracted + to separate ports. These ports are: + + www/mod_dav_svn + instead of option MOD_DAV_SVN. + security/subversion-gnome-keyring + instead of option GNOME_KEYRING. + security/subversion-kwallet + instead of option KDE_KWALLET. + + If you used devel/subversion with one (or more) of these non-standard + options, you should install appropriate port after subversion upgrade. + + "mod_dontdothat" is installed unconditionally by www/mod_dav_svn + port (it has been depended on TOOLS option), but is not activated by + default, you may need to edit apache's configuration file. + + devel/subversion port now installs svndiff, svndiff3 and svndiff4 + commands if TOOLS option is enabled. They was skipped before. + Official names "diff", "diff3" and "diff4" are prefixed with "svn" to + avoid conflicts with base and other diff versions. + + All libraries and binaries are now stripped if MAINTAINER_DEBUG + option is not selected (including all sub-ports, like bindings + and mod_dav_svn). + 20140611: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org |