Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2019 03:09:33 +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: r492967 - head/security/snortreport
Message-ID:  <201902150309.x1F39XEw092735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Fri Feb 15 03:09:33 2019
New Revision: 492967
URL: https://svnweb.freebsd.org/changeset/ports/492967

Log:
  Undeprecate the BARNYARD option now that the dependent ports
  (security/barnyard and security/bro) have been undeprecated.
  
  PR:		235725
  Reviewed by:	matthew (mentor)
  Approved by:	Zane C. Bowers-Hadley (maintainer), matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19198

Modified:
  head/security/snortreport/Makefile

Modified: head/security/snortreport/Makefile
==============================================================================
--- head/security/snortreport/Makefile	Fri Feb 15 03:07:46 2019	(r492966)
+++ head/security/snortreport/Makefile	Fri Feb 15 03:09:33 2019	(r492967)
@@ -29,12 +29,6 @@ USES=		php:web
 MYSQL_USE=	php=mysql
 PGSQL_USE=	php=pgsql
 
-.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MBARNYARD}
-DEPRECATED=     Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-.endif
-
 pre-everything::
 	@${ECHO} ""
 	@${ECHO} "You have to configure PHP either with MySQL or PostgreSQL"



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