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

(-)mod_security/Makefile (-3 / +5 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_security
8
PORTNAME=	mod_security
9
PORTVERSION=	1.5.1
9
PORTVERSION=	1.7
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.modsecurity.org/download/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}
12
13
13
MAINTAINER=	sysadmin@alexdupre.com
14
MAINTAINER=	sysadmin@alexdupre.com
14
COMMENT=	An intrusion detection and prevention engine
15
COMMENT=	An intrusion detection and prevention engine
Lines 35-41 Link Here
35
BUILD_DEPENDS+= ${APXS}:${APACHE_PORT}
36
BUILD_DEPENDS+= ${APXS}:${APACHE_PORT}
36
RUN_DEPENDS+=   ${APXS}:${APACHE_PORT}
37
RUN_DEPENDS+=   ${APXS}:${APACHE_PORT}
37
38
38
DOCS=		CHANGES INSTALL LICENSE README modsecurity-manual-v1.5.1.pdf
39
DOCS=		CHANGES INSTALL LICENSE README modsecurity-manual-${PORTVERSION}.pdf
40
PLIST_SUB+=	VER=${PORTVERSION}
39
41
40
do-build:
42
do-build:
41
	@cd ${APWRKSRC} && ${APXS} -c mod_security.c
43
	@cd ${APWRKSRC} && ${APXS} -c mod_security.c
(-)mod_security/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mod_security-1.5.1.tar.gz) = 05ef8cc89a1b4d291bf694b0d77a2f5b
1
MD5 (mod_security-1.7.tar.gz) = c6b152d726c5383be4f112e294c19d03
(-)mod_security/pkg-plist (-9 / +9 lines)
Lines 1-12 Link Here
1
libexec/%%APACHE%%/mod_security.so
1
libexec/%%APACHE%%/mod_security.so
2
@exec %D/sbin/apxs -e -a -n security %D/%F
2
@exec %D/sbin/apxs -e -a -n security %D/%F
3
@unexec %D/sbin/apxs -e -A -n security %D/%F
3
@unexec %D/sbin/apxs -e -A -n security %D/%F
4
%%PORTDOCS%%share/doc/mod_security/CHANGES
4
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
5
%%PORTDOCS%%share/doc/mod_security/INSTALL
5
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
6
%%PORTDOCS%%share/doc/mod_security/LICENSE
6
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
7
%%PORTDOCS%%share/doc/mod_security/README
7
%%PORTDOCS%%%%DOCSDIR%%/README
8
%%PORTDOCS%%share/doc/mod_security/modsecurity-manual-v1.5.1.pdf
8
%%PORTDOCS%%%%DOCSDIR%%/modsecurity-manual-%%VER%%.pdf
9
share/examples/mod_security/httpd.conf.example-full
9
%%EXAMPLESDIR%%/httpd.conf.example-full
10
share/examples/mod_security/httpd.conf.example-minimal
10
%%EXAMPLESDIR%%/httpd.conf.example-minimal
11
%%PORTDOCS%%@dirrm share/doc/mod_security
11
%%PORTDOCS%%@dirrm %%DOCSDIR%%
12
@dirrm share/examples/mod_security
12
@dirrm %%EXAMPLESDIR%%

Return to bug 58307