diff options
author | clsung <clsung@FreeBSD.org> | 2008-06-09 09:50:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-06-09 09:50:21 +0800 |
commit | d5921f787c80f8213cfd4d46a335febb65b26dbe (patch) | |
tree | 60c2635faf54457a03a32dd2ad7ecf133facdd0c /security | |
parent | 65c39e61270a9c63b94a3e4a259967bc4edcb521 (diff) | |
download | freebsd-ports-gnome-d5921f787c80f8213cfd4d46a335febb65b26dbe.tar.gz freebsd-ports-gnome-d5921f787c80f8213cfd4d46a335febb65b26dbe.tar.zst freebsd-ports-gnome-d5921f787c80f8213cfd4d46a335febb65b26dbe.zip |
- Snort now includes an updated version of FLEXRESP2 in the main snort source code and no longer needs to be patched.
- bump PORTREVISION
PR: ports/124048
Submitted by: "Scot W. Hetzel" <swhetzel_AT_gmail dot com>
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index fc5d92a5394e..cc6b01a6fdb0 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,7 +7,7 @@ PORTNAME= snort PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -82,9 +82,6 @@ CONFIGURE_ARGS+= --enable-flexresp \ .endif .if defined(WITH_FLEXRESP2) -BROKEN= FLEXRESP2 patch file does not incorporate cleanly -PATCH_SITES+= http://cerberus.sourcefire.com/~jeff/archives/snort/sp_respond2/ -PATCHFILES+= sp_respond2.diff.gz BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ libdnet*>=1.10_1:${PORTSDIR}/net/libdnet CONFIGURE_ARGS+= --enable-flexresp2 \ |