summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
committerpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
commitb6c77895261859228cc9fa0664e09fbea060e104 (patch)
tree64ec78831396b65233663ebce29e8f389059bb8d /usr.bin/svn/Makefile
parent67366adb20c44f7e7f9f3739419e8a0a82157433 (diff)
parentc18b5d7f26f112be58bb1c4660799dea49f219ba (diff)
downloadFreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.zip
FreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.tar.gz
Update from svn-1.8.14 to 1.9.2.
Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes
Diffstat (limited to 'usr.bin/svn/Makefile')
-rw-r--r--usr.bin/svn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/svn/Makefile b/usr.bin/svn/Makefile
index 1d2ae21..cafa47d 100644
--- a/usr.bin/svn/Makefile
+++ b/usr.bin/svn/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
-SUBDIR = lib .WAIT \
- svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion \
- svnmucc svnrdump
+SUBDIR= lib .WAIT \
+ svn svnadmin svnbench svndumpfilter svnfsfs svnlook svnserve \
+ svnsync svnversion svnmucc svnrdump
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud