svn commit: r503015 - head/security/snort

Ryan Steinmetz zi at FreeBSD.org
Wed May 29 21:03:30 UTC 2019


Author: zi
Date: Wed May 29 21:03:29 2019
New Revision: 503015
URL: https://svnweb.freebsd.org/changeset/ports/503015

Log:
  - Explicitly depend on bison
  - Bump PORTREVISION
  
  PR:		238220
  Submitted by:	Bill Meeks <bmeeks8 at bellsouth.net>

Modified:
  head/security/snort/Makefile

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Wed May 29 20:54:26 2019	(r503014)
+++ head/security/snort/Makefile	Wed May 29 21:03:29 2019	(r503015)
@@ -3,7 +3,7 @@
 
 PORTNAME=	snort
 PORTVERSION=	2.9.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://snort.org/downloads/snort/ \
 		ZI
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpcap.so:net/libpcap
 RUN_DEPENDS=	daq>=2.0.0:net/daq
 
-USES=			cpe libtool pathfix shebangfix ssl
+USES=			bison cpe libtool pathfix shebangfix ssl
 USE_RC_SUBR=		snort
 USE_LDCONFIG=		yes
 


More information about the svn-ports-head mailing list