diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
commit | 2d31e96f4f2b4811449072fa83d877d5d205c3ff (patch) | |
tree | 679e23e1b46e37724085fbe35bad1b344ea0f2ac /net | |
parent | 95b3fb7dc6b24f4c6a5cdadc0c589903136ce79e (diff) | |
download | freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.gz freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.zst freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.zip |
Add an additional mirror.
Diffstat (limited to 'net')
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/micro_proxy/Makefile | 3 | ||||
-rw-r--r-- | net/recvnet/Makefile | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 38104e5cd9fb..6d1ff105f738 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -9,6 +9,8 @@ PORTNAME= httping PORTVERSION= 1.0.10 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt EXTRACT_SUFX= .tgz diff --git a/net/micro_proxy/Makefile b/net/micro_proxy/Makefile index f07f4974bdf7..8d2b32a6b8c2 100644 --- a/net/micro_proxy/Makefile +++ b/net/micro_proxy/Makefile @@ -9,7 +9,8 @@ PORTNAME= micro_proxy PORTVERSION= 20021030 CATEGORIES= net MASTER_SITES= http://www.acme.com/software/micro_proxy/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= ${PORTNAME}_30oct2002 MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/recvnet/Makefile b/net/recvnet/Makefile index df342f4a437a..95e1ab0ff165 100644 --- a/net/recvnet/Makefile +++ b/net/recvnet/Makefile @@ -9,7 +9,8 @@ PORTNAME= recvnet PORTVERSION= 0.0.1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/Linux/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org |