diff options
author | bf <bf@FreeBSD.org> | 2011-03-20 02:28:00 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-03-20 02:28:00 +0800 |
commit | 33d977b6f1ff73f805a7acac1a528193d3661c36 (patch) | |
tree | b237bf6bfe3edf64a72fbe6a682e89a87fff916d /math/eispack | |
parent | ca47d4c555e9c188a59f5c7d1c7e9f41b60a4ee1 (diff) | |
download | freebsd-ports-gnome-33d977b6f1ff73f805a7acac1a528193d3661c36.tar.gz freebsd-ports-gnome-33d977b6f1ff73f805a7acac1a528193d3661c36.tar.zst freebsd-ports-gnome-33d977b6f1ff73f805a7acac1a528193d3661c36.zip |
Add the mirrorservices.org http mirror; add
an ftp mirror; remove the Sandia mirror (despite
the fact that it is one of the four main synchronized
mirrors), because Sandia's site compression policy
is awkward in Ports, where per-site compression
schemes are not easily accommodated at the moment
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index ebff171ecefa..83380a6ffe77 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -9,7 +9,7 @@ PORTNAME= eispack PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= math -MASTER_SITES= ${MASTER_SITES_NETLIB:N*sandia*} +MASTER_SITES= ${MASTER_SITES_NETLIB} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${SRCS} EXTRACT_ONLY= #empty @@ -19,9 +19,10 @@ COMMENT= Eigenvalue system package MASTER_SITES_NETLIB= ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ - http://www.netlib.no/netlib/%SUBDIR%/ \ - http://netlib.sandia.gov/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ + ftp://ftp.netlib.no/netlib/%SUBDIR%/ \ + http://www.netlib.no/netlib/%SUBDIR%/ \ http://artfiles.org/netlib.org/%SUBDIR%/ \ http://netlib.amss.ac.cn/%SUBDIR%/ \ http://netlib.caspur.it/%SUBDIR%/ \ |