From 7448536d5f9ee2002d919beec1f02796da1df513 Mon Sep 17 00:00:00 2001 From: lev Date: Sat, 25 Oct 2008 09:06:21 +0000 Subject: (1) Update to 1.5.4 (2) Create SVNUSER in cases when SVHGROUP is created [1] (3) Change default repository path to "/home/svn/repos" in svnwrapper [1] (4) Fix typo [2] PR: [1] ports/122972, [2] ports/127347 --- devel/subversion16/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/subversion16/Makefile.common') diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index a629f98c7e0e..e383d3e9e14b 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ @@ -62,10 +62,12 @@ WITH_APACHE2_APR= yes CONFIGURE_ARGS+= --with-apxs=${APXS} PLIST_SUB+= MOD_DAV_SVN="" SVNGROUP?= www +SVNGUSER?= www .else PLIST_SUB+= MOD_DAV_SVN="@comment " PKGDEINSTALL= NONEXISTENT SVNGROUP?= svn +SVNUSER?= svn .endif .if defined(WITH_APACHE2_APR) -- cgit