diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 16:22:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 16:22:15 +0000 |
commit | c5e3914c6048e8c8b3a98992dd49628d5fa168fb (patch) | |
tree | 03398cf00a47d6dad02f63a5ef186907bad6115d /security | |
parent | 9cc8b79596b43182bdbfe0d898e986f29066c5c6 (diff) | |
download | ports-c5e3914c6048e8c8b3a98992dd49628d5fa168fb.tar.gz ports-c5e3914c6048e8c8b3a98992dd49628d5fa168fb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-stats/Makefile | 2 | ||||
-rw-r--r-- | security/libprelude/Makefile | 3 | ||||
-rw-r--r-- | security/libpreludedb/Makefile | 3 | ||||
-rw-r--r-- | security/prelude-lml/Makefile | 8 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 3 |
5 files changed, 5 insertions, 14 deletions
diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index fabfada53b76..f67d6dc3fc89 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -9,7 +9,7 @@ PORTNAME= amavis-stats PORTVERSION= 0.1.12 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://rekudos.net/download/ +MASTER_SITES= http://downloads.topicdesk.com/amavis_stats/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple AMaViS statistics generator based on rrdtool diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index b3d2bcb77da6..8dee9d0be614 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -7,8 +7,7 @@ PORTNAME= libprelude PORTVERSION= 0.9.24.1 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for Prelude NIDS diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 997235772b29..c0bc09496125 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -7,8 +7,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.15.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for access to Prelude NIDS database diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index d1dfd88f78dc..c8627cf9c801 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -7,20 +7,14 @@ PORTNAME= prelude-lml PORTVERSION= 0.9.15 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre -BROKEN= does not fetch - USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml.sh diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 962bd39095fd..1d9f1600bbf6 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -8,8 +8,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.14.2 PORTREVISION= 7 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System central logging point |