diff options
author | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
commit | 806c7762542eeaa418b0f428ee13d94b005ef000 (patch) | |
tree | 9a972850347a77d3becf10d370cc764c662fd651 /security | |
parent | b5e9be63c275066ac5e28c9425d2d11c9c166a11 (diff) | |
download | freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.gz freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.zst freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.zip |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/libpreludedb/Makefile | 3 | ||||
-rw-r--r-- | security/prelude-lml/Makefile | 4 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 3 | ||||
-rw-r--r-- | security/samhain/Makefile | 3 | ||||
-rw-r--r-- | security/snort/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index a1e843085de7..446c2e5566c2 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -5,6 +5,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -12,7 +13,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Framework library for access to Prelude NIDS database -LIB_DEPENDS= prelude.7:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.[6-?]:${PORTSDIR}/security/libprelude USE_GPG= yes SIG_SUFFIX= .sig diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index e9a8ceb8e9a6..ee5b283d62f9 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -6,7 +6,7 @@ PORTNAME= prelude-lml PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre USE_GPG= yes diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index d0993a798f45..b16fe86ad912 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,6 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MASTER_SITES= http://www.prelude-ids.org/download/releases/old/ @@ -13,7 +14,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/old/ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System central logging point -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_GPG= yes diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 3a4ccf8981d4..b2d150115c34 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -6,6 +6,7 @@ PORTNAME= samhain PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ @@ -92,7 +93,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif diff --git a/security/snort/Makefile b/security/snort/Makefile index 6c9305306bf3..56a52e250fc5 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -73,7 +74,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |