Date: Mon, 14 Jan 2019 12:08:50 -0700 From: Adam Weinberger <adamw@adamw.org> To: Craig Leres <leres@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r490306 - head/security/bro Message-ID: <CAP7rwch6vLjct8P9pbOfP19h7oF=N7x0vfyV-A4GsQ52ZRLusg@mail.gmail.com> In-Reply-To: <201901141751.x0EHpSPg000288@repo.freebsd.org> References: <201901141751.x0EHpSPg000288@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 14, 2019 at 10:51 AM Craig Leres <leres@freebsd.org> wrote: > > 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) There might be other changes you want to make with this. security/barnyard2 had a BRO option deprecated, and security/snort and security/snortreport had a BARNYARD option get deprecated. # Adam > > 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 > > -- Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwch6vLjct8P9pbOfP19h7oF=N7x0vfyV-A4GsQ52ZRLusg>