(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion (3) Rework all addons to unify versioning code. FLAVORS is not used because it will conflict with Python FLAVORS (4) Restore mod_dontdothat for www/mod_dav_svn
9 lines
100 B
Bash
9 lines
100 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SVNSERVE=$(dirname $(realpath $0))/svnserve.bin
|
|
|
|
umask 002
|
|
$SVNSERVE "$@"
|
|
|