svn commit: r490306 - head/security/bro
Craig Leres
leres at FreeBSD.org
Mon Jan 14 17:51:29 UTC 2019
Author: leres
Date: Mon Jan 14 17:51:27 2019
New Revision: 490306
URL: https://svnweb.freebsd.org/changeset/ports/490306
Log:
net/GeoIP has been deprecated but security/bro builds without it;
remove GeoIP dependency and undeprecate.
Approved by: ler (mentor, implicit)
Modified:
head/security/bro/Makefile
Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile Mon Jan 14 17:50:45 2019 (r490305)
+++ head/security/bro/Makefile Mon Jan 14 17:51:27 2019 (r490306)
@@ -3,6 +3,7 @@
PORTNAME= bro
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.bro.org/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -13,11 +14,6 @@ COMMENT= System for detecting network intruders in rea
LICENSE= BSD3CLAUSE
BROKEN_powerpc64= Does not build: error: zero-size array 'names'
-
-LIB_DEPENDS= libGeoIP.so:net/GeoIP
-
-DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
More information about the svn-ports-head
mailing list