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 /misc | |
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 'misc')
-rw-r--r-- | misc/bestfit/Makefile | 3 | ||||
-rw-r--r-- | misc/countrycodes/Makefile | 4 | ||||
-rw-r--r-- | misc/ddate/Makefile | 4 | ||||
-rw-r--r-- | misc/gnu-watch/Makefile | 4 | ||||
-rw-r--r-- | misc/gopod/Makefile | 3 | ||||
-rw-r--r-- | misc/ree/Makefile | 3 |
6 files changed, 15 insertions, 6 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 531cd82f6c93..713b5936b20f 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -9,7 +9,8 @@ PORTNAME= bestfit PORTVERSION= 0.2.0 CATEGORIES= misc MASTER_SITES= http://oskarsapps.mine.nu/src/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Optimally choose files to be put on a CD (or other media) diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index d4888d8ecd3d..c45225af12f7 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -8,7 +8,9 @@ PORTNAME= countrycodes PORTVERSION= 1.0.5 CATEGORIES= misc -MASTER_SITES= http://www.grigna.com/diego/linux/countrycodes/ +MASTER_SITES= http://www.grigna.com/diego/linux/countrycodes/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= An ISO 3166 country code finder diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index f34eed1b83d3..7f19172cf174 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -8,7 +8,9 @@ PORTNAME= ddate PORTVERSION= 2.12q CATEGORIES= misc -MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/ +MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index 57a7fd201490..ee70ff9f0ea2 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -8,7 +8,9 @@ PORTNAME= watch DISTVERSION= 3.2.5 CATEGORIES= misc -MASTER_SITES= http://procps.sourceforge.net/ +MASTER_SITES= http://procps.sourceforge.net/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ PKGNAMEPREFIX= gnu- DISTNAME= procps-${DISTVERSION} diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 5ed617c72b82..07b9483c72d3 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -9,7 +9,8 @@ PORTNAME= gopod PORTVERSION= 1.4 CATEGORIES= misc MASTER_SITES= http://gopod.free-go.net/gopod/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ PKGNAMEPREFIX?= DISTNAME= goPod-${PORTVERSION}_linux_bsd diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 68f742bda3ee..14fe3e57e54b 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -9,7 +9,8 @@ PORTNAME= ree PORTVERSION= 1.3 CATEGORIES= misc MASTER_SITES= http://www.linuks.mine.nu/ree/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to dump your ROM extensions |