ports/147147: [PATCH] www/mod_log_dbd: cleanups

Philip M. Gollucci pgollucci at p6m7g8.com
Thu May 27 21:00:08 UTC 2010


>Number:         147147
>Category:       ports
>Synopsis:       [PATCH] www/mod_log_dbd: cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 27 21:00:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- pet portlint
- use apxs not sed in pkg-plist
- apxs -a is install -A is uninistall
- bump portrevision

Port maintainer (bfoz at bfoz.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mod_log_dbd-0.2_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_dbd/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	25 May 2010 20:17:32 -0000	1.7
+++ Makefile	27 May 2010 20:36:17 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	mod_log_dbd
 PORTVERSION=	0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www databases
 MASTER_SITES=	http://bfoz.net/projects/${PORTNAME}/release/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@
 MAINTAINER=	bfoz at bfoz.net
 COMMENT=	Uses APR DBD to store Apache access logs in a database
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE=	yes
 
 USE_APACHE=	2.2+
 USE_BZIP2=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_dbd/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	15 Jul 2007 19:10:58 -0000	1.2
+++ pkg-plist	27 May 2010 20:36:49 -0000
@@ -1,4 +1,4 @@
+ at exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
 %%APACHEMODDIR%%/%%AP_MODULE%%
- at exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
- at unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
+ at unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
 @unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf"
--- ap22-mod_log_dbd-0.2_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list