aboutsummaryrefslogtreecommitdiff
path: root/security/modsecurity3
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2019-02-06 16:11:06 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2019-02-06 16:11:06 +0000
commit9cadfae4c025bdcd112b46086a974f29d1739f4d (patch)
tree1ee8d89c6e906feb090a45e6663b2103795188b4 /security/modsecurity3
parent977506a4e82bc92520f3db585b4a793e2190b23b (diff)
downloadports-9cadfae4c025bdcd112b46086a974f29d1739f4d.tar.gz
ports-9cadfae4c025bdcd112b46086a974f29d1739f4d.zip
Change from libGeoIP to libmaxminddb and bump PORTREVISION
PR: 235154 Reported by: Ralf van der Enden <tremere@cainites.net> Approved by: Marius Halden <marius.halden@modirum.com> (maintainer) Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=492312
Diffstat (limited to 'security/modsecurity3')
-rw-r--r--security/modsecurity3/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/modsecurity3/Makefile b/security/modsecurity3/Makefile
index e380d077b5c3..823537fd1b75 100644
--- a/security/modsecurity3/Makefile
+++ b/security/modsecurity3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= modsecurity
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security www
MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX= 3
@@ -14,13 +14,10 @@ COMMENT= Intrusion detection and prevention engine
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre.so:devel/pcre \
libyajl.so:devel/yajl \
- libGeoIP.so:net/GeoIP
+ libmaxminddb.so:net/libmaxminddb
USES= compiler:c++11-lang gmake gnome libtool pkgconfig:build
USE_GNOME= libxml2