diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
commit | dd69db8b97c79685b53477053d4421bca9143576 (patch) | |
tree | 949d369ad2b4cb586622dd1c049ca0eb8990f6b9 /devel | |
parent | Fix password-based sftp authentication. (diff) |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com>
Notes
Notes:
svn path=/head/; revision=108940
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 3cf2471e5d57..3a79e3333c62 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 f918d6bb51c9..df2b60f13c4f 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 b706796f36e0..496aab7e2a9f 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 dfa3a361c340..7fde8fd0c4ec 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 fc415be6404b..e49476eaa4e9 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 fb754dd8ff6f..c12178d45f4b 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 |