svn commit: r490305 - head/security/broccoli

Craig Leres leres at FreeBSD.org
Mon Jan 14 17:50:46 UTC 2019


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
 


More information about the svn-ports-all mailing list