View | Details | Raw Unified | Return to bug 147147
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	mod_log_dbd
7
PORTNAME=	mod_log_dbd
8
PORTVERSION=	0.2
8
PORTVERSION=	0.2
9
PORTREVISION=	3
9
PORTREVISION=	4
10
CATEGORIES=	www databases
10
CATEGORIES=	www databases
11
MASTER_SITES=	http://bfoz.net/projects/${PORTNAME}/release/
11
MASTER_SITES=	http://bfoz.net/projects/${PORTNAME}/release/
12
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
MAINTAINER=	bfoz@bfoz.net
14
MAINTAINER=	bfoz@bfoz.net
15
COMMENT=	Uses APR DBD to store Apache access logs in a database
15
COMMENT=	Uses APR DBD to store Apache access logs in a database
16
16
17
MAKE_JOBS_SAFE=  yes
17
MAKE_JOBS_SAFE=	yes
18
18
19
USE_APACHE=	2.2+
19
USE_APACHE=	2.2+
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
(-)pkg-plist (-2 / +2 lines)
Lines 1-4 Link Here
1
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
1
%%APACHEMODDIR%%/%%AP_MODULE%%
2
%%APACHEMODDIR%%/%%AP_MODULE%%
2
@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
3
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
3
@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
4
@unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf"
4
@unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf"

Return to bug 147147