diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-01-14 17:51:27 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-01-14 17:51:27 +0000 |
commit | 7b95c737bb1cd86f17bea743d335aaab097ee358 (patch) | |
tree | 177c5a5c08043040bd98586f2edea8b06888d424 /security/bro | |
parent | a2623bffe71ecc6cb4c98b793bcfc98bfc2196fb (diff) | |
download | ports-7b95c737bb1cd86f17bea743d335aaab097ee358.tar.gz ports-7b95c737bb1cd86f17bea743d335aaab097ee358.zip |
Notes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 255141a1447a..1f259a755507 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -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} @@ -14,11 +15,6 @@ 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 CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} |