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)
This commit is contained in:
Craig Leres 2019-01-14 17:50:45 +00:00
parent 285392bd42
commit a2623bffe7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490305

View File

@ -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