Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2009 22:44:07 +0200 (CEST)
From:      olli hauer <ohauer@gmx.de>
To:        bug-followup@FreeBSD.org, ohauer@gmx.de, lev@FreeBSD.org
Cc:        ohauer@gmx.de
Subject:   ports/133898: [patch] devel/subversion: update to 1.6.1
Message-ID:  <20090421204407.77FDECB74@u18-124.dsl.vianetworks.de>
Resent-Message-ID: <200904212050.n3LKo1v3017304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133898
>Category:       ports
>Synopsis:       [patch] devel/subversion: update to 1.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 21 20:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     olli hauer
>Release:        FreeBSD 7.1-RELEASE-p4 i386
>Organization:
>Environment:



>Description:

if subversion is build and installed from port mod_authz_svn is activated in httpd.conf but
installed as package the module line is missing in httpd.con



>How-To-Repeat:

build port as package, deinstall and install the package, the module is installed but there is not entry in httpd.conf

>Fix:


--- patch_subversion_1.6.1-followup.txt begins here ---
--- pkg-plist
+++ pkg-plist
@@ -291,6 +291,7 @@
 %%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_authz_svn.so
 %%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav libexec/%%APACHEDIR%%/mod_dav.so
 %%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav_svn libexec/%%APACHEDIR%%/mod_dav_svn.so
+%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n authz_svn libexec/%%APACHEDIR%%/mod_authz_svn.so
 %%MOD_DONTDOTHAT%%%%APACHEMODDIR%%/mod_dontdothat.so
 %%MOD_DONTDOTHAT%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dontdothat libexec/%%APACHEDIR%%/mod_dontdothat.so
 %%PORTDOCS%%%%BOOK%%@dirrm %%DOCSDIR%%/svn-book-html/images
--- patch_subversion_1.6.1-followup.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090421204407.77FDECB74>