diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-01-14 17:50:45 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-01-14 17:50:45 +0000 |
commit | a2623bffe71ecc6cb4c98b793bcfc98bfc2196fb (patch) | |
tree | 477f89e4977eb1397d3da0035a913b912c5f21fe | |
parent | 285392bd42d626705e405cc32a1b49f94b65ebd9 (diff) |
net/GeoIP has been deprecated but security/broccoli builds without
it; remove GeoIP dependency and undeprecate.
While we're here fix some portlint reported Makefile variable order
issues.
Approved by: ler (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=490305
-rw-r--r-- | security/broccoli/Makefile | 9 |
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 |