svn commit: r493013 - head/security/snort

Craig Leres leres at FreeBSD.org
Fri Feb 15 23:22:06 UTC 2019


Author: leres
Date: Fri Feb 15 23:22:05 2019
New Revision: 493013
URL: https://svnweb.freebsd.org/changeset/ports/493013

Log:
  Undeprecate the BARNYARD option now that the dependent ports
  (security/barnyard and security/bro) have been undeprecated.
  
  PR:		235724
  Approved by:	zi (maintainer), matthew (mentor, implicit)

Modified:
  head/security/snort/Makefile

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Fri Feb 15 22:43:57 2019	(r493012)
+++ head/security/snort/Makefile	Fri Feb 15 23:22:05 2019	(r493013)
@@ -85,11 +85,6 @@ APPID_CONFIGURE_ENV+=	luajit_CFLAGS="-I${LOCALBASE}/in
 
 .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
-
 CONFIG_FILES=	classification.config gen-msg.map reference.config \
 		snort.conf threshold.conf unicode.map file_magic.conf
 


More information about the svn-ports-head mailing list