svn commit: r492967 - head/security/snortreport
Craig Leres
leres at FreeBSD.org
Fri Feb 15 03:09:34 UTC 2019
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"
More information about the svn-ports-all
mailing list