svn commit: r460641 - head/security/snort3

Mark Felder feld at FreeBSD.org
Thu Feb 1 21:57:10 UTC 2018


Author: feld
Date: Thu Feb  1 21:57:09 2018
New Revision: 460641
URL: https://svnweb.freebsd.org/changeset/ports/460641

Log:
  security/snort3: Bump PORTREVISION
  
  Bump for sanity
  Add missing DOCS to OPTIONS_DEFINE

Modified:
  head/security/snort3/Makefile

Modified: head/security/snort3/Makefile
==============================================================================
--- head/security/snort3/Makefile	Thu Feb  1 21:54:26 2018	(r460640)
+++ head/security/snort3/Makefile	Thu Feb  1 21:57:09 2018	(r460641)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snort
 DISTVERSION=	3.0.0-a4.242
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	3
 
@@ -27,7 +28,7 @@ GH_ACCOUNT=	snortadmin
 GH_PROJECT=	snort3
 GH_TAGNAME=	BUILD_242
 
-OPTIONS_DEFINE=		DEBUG LRGPCAP
+OPTIONS_DEFINE=		DEBUG DOCS LRGPCAP
 
 OPTIONS_SUB=		yes
 


More information about the svn-ports-head mailing list