Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 17:51:28 +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: r490306 - head/security/bro
Message-ID:  <201901141751.x0EHpSPg000288@repo.freebsd.org>

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

Log:
  net/GeoIP has been deprecated but security/bro builds without it;
  remove GeoIP dependency and undeprecate.
  
  Approved by:    ler (mentor, implicit)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Mon Jan 14 17:50:45 2019	(r490305)
+++ head/security/bro/Makefile	Mon Jan 14 17:51:27 2019	(r490306)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bro
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.bro.org/downloads/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -13,11 +14,6 @@ COMMENT=	System for detecting network intruders in rea
 LICENSE=	BSD3CLAUSE
 
 BROKEN_powerpc64=	Does not build: error: zero-size array 'names'
-
-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
 
 USES=		bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
 



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