diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-03 00:22:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-03 00:22:15 +0800 |
commit | 61785696310d3553dcb999ce4f1ca027f2c6eeb7 (patch) | |
tree | 94ae04c3ae5b94023561b9b317b9bbfd6c861df6 /security | |
parent | c05f38965d9a51678866144503c81096b0bc59c4 (diff) | |
download | freebsd-ports-gnome-61785696310d3553dcb999ce4f1ca027f2c6eeb7.tar.gz freebsd-ports-gnome-61785696310d3553dcb999ce4f1ca027f2c6eeb7.tar.zst freebsd-ports-gnome-61785696310d3553dcb999ce4f1ca027f2c6eeb7.zip |
Fix master_site
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 |