diff options
author | dvl <dvl@FreeBSD.org> | 2018-04-20 22:21:25 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2018-04-20 22:21:25 +0800 |
commit | 4e93d73c9d9d2b670eb8e85d87c0d946055d1a6e (patch) | |
tree | cbb0ecd09bb9a9a88d4b5f82fe17ae4764ae9cd2 /security | |
parent | 7adcb0135b12818d9ec4def9223765c7c393a3a1 (diff) | |
download | freebsd-ports-gnome-4e93d73c9d9d2b670eb8e85d87c0d946055d1a6e.tar.gz freebsd-ports-gnome-4e93d73c9d9d2b670eb8e85d87c0d946055d1a6e.tar.zst freebsd-ports-gnome-4e93d73c9d9d2b670eb8e85d87c0d946055d1a6e.zip |
Fix build when APPID is on
Approved by: zi (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 1 | ||||
-rw-r--r-- | security/snort/pkg-plist | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 5d69475011dd..b12a173a0ee7 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -3,6 +3,7 @@ PORTNAME= snort PORTVERSION= 2.9.11.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://snort.org/downloads/snort/ \ ZI diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 0d19b6862de5..a3c8347e76dd 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -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 |