svn commit: r467825 - head/security/snort

Dan Langille dvl at FreeBSD.org
Fri Apr 20 14:21:26 UTC 2018


Author: dvl
Date: Fri Apr 20 14:21:25 2018
New Revision: 467825
URL: https://svnweb.freebsd.org/changeset/ports/467825

Log:
  Fix build when APPID is on
  
  Approved by:	zi (maintainer)

Modified:
  head/security/snort/Makefile
  head/security/snort/pkg-plist

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Fri Apr 20 12:37:42 2018	(r467824)
+++ head/security/snort/Makefile	Fri Apr 20 14:21:25 2018	(r467825)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snort
 PORTVERSION=	2.9.11.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://snort.org/downloads/snort/ \
 		ZI

Modified: head/security/snort/pkg-plist
==============================================================================
--- head/security/snort/pkg-plist	Fri Apr 20 12:37:42 2018	(r467824)
+++ head/security/snort/pkg-plist	Fri Apr 20 14:21:25 2018	(r467825)
@@ -37,13 +37,6 @@ include/snort/dynamic_output/stream_api.h
 %%APPID%%include/snort/dynamic_preproc/dns_defs.h
 %%APPID%%include/snort/dynamic_preproc/thirdparty_appid_api.h
 %%APPID%%include/snort/dynamic_preproc/thirdparty_appid_types.h
-%%APPID%%include/snort/dynamic_preproc/md5.h
-%%APPID%%include/snort/dynamic_preproc/sfghash.h
-%%APPID%%include/snort/dynamic_preproc/sfhashfcn.h
-%%APPID%%include/snort/dynamic_preproc/sflsq.h
-%%APPID%%include/snort/dynamic_preproc/sfmemcap.h
-%%APPID%%include/snort/dynamic_preproc/sfprimetable.h
-%%APPID%%include/snort/dynamic_preproc/sfxhash.h
 include/snort/dynamic_preproc/appdata_adjuster.h
 include/snort/dynamic_preproc/bitop.h
 include/snort/dynamic_preproc/cpuclock.h


More information about the svn-ports-head mailing list