Date: Fri, 20 Apr 2018 14:21:25 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467825 - head/security/snort Message-ID: <201804201421.w3KELPWV051570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804201421.w3KELPWV051570>