From 058d14b99ecd4ed54d6f1e0c7da18edf594206fa Mon Sep 17 00:00:00 2001 From: sergei Date: Fri, 21 Oct 2005 09:09:52 +0000 Subject: - Mark the port DEPRECATED with expiration in a month: Prelude project has stopped development of its own NIDS sensor in favor of using Snort (security/snort) which has native support for integration with Prelude as of version 2.4.1 See http://www.prelude-ids.org/article.php3?id_article=124 for details. --- security/prelude-nids/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/prelude-nids/Makefile b/security/prelude-nids/Makefile index e2fa237db3fa..fa8ff9c08e72 100644 --- a/security/prelude-nids/Makefile +++ b/security/prelude-nids/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sergei@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System sensor +DEPRECATED= Prelude 0.9.0 and later is using Snort as its default NIDS sensor +EXPIRATION_DATE= 2005-11-21 + LIB_DEPENDS= prelude.1:${PORTSDIR}/security/libprelude USE_GMAKE= yes -- cgit