diff options
author | obraun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
commit | 2a92c8427e7312a24da76b807289901735d04405 (patch) | |
tree | 3db1cf1aea87458c1d5a73323c4fa0511eb419d7 /devel | |
parent | ae8d53cf4e46050120721102f81b3c4623431e49 (diff) | |
download | FreeBSD-ports-2a92c8427e7312a24da76b807289901735d04405.zip FreeBSD-ports-2a92c8427e7312a24da76b807289901735d04405.tar.gz |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-alex/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-crypto/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-haddock/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-happy/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hmake/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-popenhs/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 3cf2471..3a79e33 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -8,7 +8,8 @@ PORTNAME= alex PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/alex/dist/ +MASTER_SITES= http://www.haskell.org/alex/dist/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/alex/dist/ PKGNAMEPREFIX= hs- DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index f918d6b..df2b60f 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -9,7 +9,8 @@ PORTNAME= crypto PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/crypto/downloads/ +MASTER_SITES= http://www.haskell.org/crypto/downloads/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/crypto/downloads/ PKGNAMEPREFIX= hs- EXTRACT_SUFX= .tar diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index b706796..496aab7 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -8,7 +8,8 @@ PORTNAME= haddock PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/haddock/ +MASTER_SITES= http://www.haskell.org/haddock/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/haddock/ PKGNAMEPREFIX= hs- DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index dfa3a36..7fde8fd 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -8,7 +8,8 @@ PORTNAME= happy PORTVERSION= 1.13 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ +MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/happy/dist/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src PKGNAMEPREFIX= hs- diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index fc415be..e49476e 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -11,7 +11,8 @@ PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/hmake/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ - http://www.cs.york.ac.uk/fp/hmake/ + http://www.cs.york.ac.uk/fp/hmake/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/hmake/ \ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile index fb754dd..c12178d 100644 --- a/devel/hs-popenhs/Makefile +++ b/devel/hs-popenhs/Makefile @@ -9,7 +9,8 @@ PORTNAME= popenhs PORTVERSION= 1.00.0 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/~petersen/haskell/popenhs/ +MASTER_SITES= http://www.haskell.org/~petersen/haskell/popenhs/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/~petersen/haskell/popenhs/ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org |