Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 21:03:30 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503015 - head/security/snort
Message-ID:  <201905292103.x4TL3UYn051522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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