aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/nepenthes/Makefile8
-rw-r--r--net/nepenthes/files/prelude_modules_log-prelude_Makefile.in.patch11
-rw-r--r--security/libpreludedb/Makefile3
-rw-r--r--security/samhain/Makefile3
-rw-r--r--security/snort/Makefile4
-rw-r--r--www/py-prewikka/Makefile4
6 files changed, 11 insertions, 22 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 862164b554fd..4c9e69d89ddd 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -7,10 +7,9 @@
PORTNAME= nepenthes
PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= nepenthes
+MASTER_SITES= SF
MAINTAINER= systemoperator@gmail.com
COMMENT= Determine the malware activity on a network
@@ -21,9 +20,8 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
adns.1:${PORTSDIR}/dns/adns
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
-EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
.endif
.if defined(WITH_DEBUG_LOGGING)
diff --git a/net/nepenthes/files/prelude_modules_log-prelude_Makefile.in.patch b/net/nepenthes/files/prelude_modules_log-prelude_Makefile.in.patch
deleted file mode 100644
index 01e68f347c10..000000000000
--- a/net/nepenthes/files/prelude_modules_log-prelude_Makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/log-prelude/Makefile.in.orig Sun Jan 14 14:09:10 2007
-+++ modules/log-prelude/Makefile.in Sun Jan 14 14:09:21 2007
-@@ -216,7 +216,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- AUTOMAKE_OPTIONS = foreign
--AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE $(CPPFLAG_PRELUDE)
-+AM_CPPFLAGS = -I/usr/local/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
- AM_CXXFLAGS = -Wall
- AM_LDFLAGS = $(LDFLAG_PRELUDE) ${LIB_PRELUDE}
- pkglib_LTLIBRARIES = logprelude.la
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index 254b2e516869..f5199419ac12 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -5,6 +5,7 @@
PORTNAME= libpreludedb
PORTVERSION= 0.9.15.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= r.gruyters@snow.nl
COMMENT= Framework library for access to Prelude NIDS database
-LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index c5e82d5135bf..c70a1f07843d 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -6,6 +6,7 @@
PORTNAME= samhain
PORTVERSION= 2.5.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/
@@ -96,7 +97,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude
.endif
diff --git a/security/snort/Makefile b/security/snort/Makefile
index c35883120ecf..739397ed810a 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.8.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile
index 720a290ca047..c8615e650876 100644
--- a/www/py-prewikka/Makefile
+++ b/www/py-prewikka/Makefile
@@ -7,7 +7,7 @@
PORTNAME= prewikka
PORTVERSION= 0.9.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www security python
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -17,7 +17,7 @@ MAINTAINER= r.gruyters@snow.nl
COMMENT= Frontend for the Prelude IDS
BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah
-LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude \
+LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude \
preludedb.4:${PORTSDIR}/security/libpreludedb
USE_PYTHON= 2.3+