svn commit: r492312 - head/security/modsecurity3
Jochen Neumeister
joneum at FreeBSD.org
Wed Feb 6 16:11:07 UTC 2019
Author: joneum
Date: Wed Feb 6 16:11:06 2019
New Revision: 492312
URL: https://svnweb.freebsd.org/changeset/ports/492312
Log:
Change from libGeoIP to libmaxminddb and bump PORTREVISION
PR: 235154
Reported by: Ralf van der Enden <tremere at cainites.net>
Approved by: Marius Halden <marius.halden at modirum.com> (maintainer)
Sponsored by: Netzkommune GmbH
Modified:
head/security/modsecurity3/Makefile
Modified: head/security/modsecurity3/Makefile
==============================================================================
--- head/security/modsecurity3/Makefile Wed Feb 6 16:06:53 2019 (r492311)
+++ head/security/modsecurity3/Makefile Wed Feb 6 16:11:06 2019 (r492312)
@@ -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
More information about the svn-ports-all
mailing list