Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 17:50:45 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490305 - head/security/broccoli
Message-ID:  <201901141750.x0EHojf7095975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Mon Jan 14 17:50:45 2019
New Revision: 490305
URL: https://svnweb.freebsd.org/changeset/ports/490305

Log:
  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)

Modified:
  head/security/broccoli/Makefile

Modified: head/security/broccoli/Makefile
==============================================================================
--- head/security/broccoli/Makefile	Mon Jan 14 17:12:23 2019	(r490304)
+++ head/security/broccoli/Makefile	Mon Jan 14 17:50:45 2019	(r490305)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901141750.x0EHojf7095975>