diff options
author | shaun <shaun@FreeBSD.org> | 2009-07-20 02:59:40 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2009-07-20 02:59:40 +0800 |
commit | 0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c (patch) | |
tree | 85f420bdabc031e98f99da1078c1ce5e67a3aa31 /security | |
parent | 6e31a97bdd1b2c76d94ae3db68f399027d3a9658 (diff) | |
download | freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.tar.gz freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.tar.zst freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.zip |
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
Diffstat (limited to 'security')
-rw-r--r-- | security/clamassassin/Makefile | 3 | ||||
-rw-r--r-- | security/knock/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile index dfbdf46a51f1..03af061e908e 100644 --- a/security/clamassassin/Makefile +++ b/security/clamassassin/Makefile @@ -9,8 +9,7 @@ PORTNAME= clamassassin PORTVERSION= 1.2.4 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://jameslick.com/clamassassin/ \ - http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= http://jameslick.com/clamassassin/ MAINTAINER= chalpin@cs.wisc.edu COMMENT= A simple virus filter wrapper for ClamAV diff --git a/security/knock/Makefile b/security/knock/Makefile index 6a67a3998948..b0b8584bf311 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -9,7 +9,8 @@ PORTNAME= knock PORTVERSION= 0.5.20051124 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= shaun MAINTAINER= sbrabez@gmail.com COMMENT= A flexible port-knocking server and client |