aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2019-01-14 17:50:45 +0000
committerCraig Leres <leres@FreeBSD.org>2019-01-14 17:50:45 +0000
commita2623bffe71ecc6cb4c98b793bcfc98bfc2196fb (patch)
tree477f89e4977eb1397d3da0035a913b912c5f21fe
parent285392bd42d626705e405cc32a1b49f94b65ebd9 (diff)
downloadports-a2623bffe71ecc6cb4c98b793bcfc98bfc2196fb.tar.gz
ports-a2623bffe71ecc6cb4c98b793bcfc98bfc2196fb.zip
Notes
-rw-r--r--security/broccoli/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/broccoli/Makefile b/security/broccoli/Makefile
index 8601bd104946..f33c1b9e6fe3 100644
--- a/security/broccoli/Makefile
+++ b/security/broccoli/Makefile
@@ -3,6 +3,7 @@
PORTNAME= broccoli
PORTVERSION= 1.97
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.bro.org/downloads/release/
@@ -14,15 +15,11 @@ COMMENT= Bro Client Communications Library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= swig3.0:devel/swig30
-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
-
-EXTRACT_AFTER_ARGS= ${DISTNAME}/aux/broccoli
USES= cmake ssl bison
USE_LDCONFIG= yes
+
+EXTRACT_AFTER_ARGS= ${DISTNAME}/aux/broccoli
CMAKE_SOURCE_PATH= ${WRKSRC}/aux/broccoli
BINARY_ALIAS= swig=swig3.0