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

(-)Makefile (-3 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mod_security
3
PORTNAME=	mod_security
4
PORTVERSION=	2.9.1
4
PORTVERSION=	2.9.2
5
CATEGORIES=	www security
5
CATEGORIES=	www security
6
MASTER_SITES=	http://www.modsecurity.org/tarball/${PORTVERSION}/
6
MASTER_SITES=	http://www.modsecurity.org/tarball/${PORTVERSION}/
7
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 15-26 Link Here
15
LIB_DEPENDS+=	libpcre.so:devel/pcre \
15
LIB_DEPENDS+=	libpcre.so:devel/pcre \
16
		libapr-1.so:devel/apr1 \
16
		libapr-1.so:devel/apr1 \
17
		libyajl.so:devel/yajl \
17
		libyajl.so:devel/yajl \
18
		libcurl.so:ftp/curl
18
		libcurl.so:ftp/curl \
19
		libgdbm.so:databases/gdbm \
20
		libexpat.so:textproc/expat2
19
21
22
USES=		perl5 pkgconfig shebangfix bdb
20
USE_APACHE=	22+
23
USE_APACHE=	22+
21
USE_GNOME=	libxml2
24
USE_GNOME=	libxml2
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
USES=		perl5 pkgconfig shebangfix
24
SHEBANG_FILES=	tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in
26
SHEBANG_FILES=	tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in
25
perl_OLD_CMD=	@PERL@
27
perl_OLD_CMD=	@PERL@
26
28
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24
1
TIMESTAMP = 1501788911
2
SIZE (modsecurity-2.9.1.tar.gz) = 4261212
2
SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5
3
SIZE (modsecurity-2.9.2.tar.gz) = 4298993

Return to bug 222838