Date: Wed, 6 Feb 2019 16:11:06 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492312 - head/security/modsecurity3 Message-ID: <201902061611.x16GB6ds041295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@cainites.net> Approved by: Marius Halden <marius.halden@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902061611.x16GB6ds041295>