diff options
author | fenner <fenner@FreeBSD.org> | 2005-09-30 17:48:57 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-09-30 17:48:57 +0000 |
commit | 7fcf63d4a245011987a15babe71bcfed8c05fa1f (patch) | |
tree | 5d141b2f6960612273cb712cc0446c86d84bacff /math | |
parent | f34d7e6e6387c010722948f6ad7601846288b5d2 (diff) | |
download | FreeBSD-ports-7fcf63d4a245011987a15babe71bcfed8c05fa1f.zip FreeBSD-ports-7fcf63d4a245011987a15babe71bcfed8c05fa1f.tar.gz |
www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.
Approved By: portmgr (linimon)
Diffstat (limited to 'math')
-rw-r--r-- | math/blas/Makefile | 2 | ||||
-rw-r--r-- | math/eispack/Makefile | 2 | ||||
-rw-r--r-- | math/linpack/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index ddbb708..e06aa86 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -9,7 +9,7 @@ PORTNAME= blas PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \ + ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/blas/ \ http://www.netlib.org/blas/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 7d2e231..4869f06 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -9,7 +9,7 @@ PORTNAME= eispack PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ + ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/eispack/ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 120518d..9ae2e2d 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -9,7 +9,7 @@ PORTNAME= linpack PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ + ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/linpack/ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org |