Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 11:50:56 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492914 - head/security/barnyard2
Message-ID:  <201902141150.x1EBousl009753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Thu Feb 14 11:50:56 2019
New Revision: 492914
URL: https://svnweb.freebsd.org/changeset/ports/492914

Log:
  security/barnyard2: Undeprecate BRO option
  
  PR:		235723
  Submitted by:	leres

Modified:
  head/security/barnyard2/Makefile

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Thu Feb 14 11:45:22 2019	(r492913)
+++ head/security/barnyard2/Makefile	Thu Feb 14 11:50:56 2019	(r492914)
@@ -3,7 +3,7 @@
 PORTNAME=	barnyard2
 PORTVERSION=	1.13
 DISTVERSIONPREFIX=	v2-
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -70,11 +70,6 @@ PORT_PCAP_CONFIGURE_ON=	--with-libpcap-includes=${LOCA
 			--with-libpcap-libraries=${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBRO}
-DEPRECATED=	Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} 's|/etc|${LOCALBASE}/etc|' \



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