diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-03 05:23:24 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-03 05:23:24 +0800 |
commit | 233dc591df403a327b198bdd920f8200ebb7a7f9 (patch) | |
tree | 5f9e2fe3ebd8e0d8ec575e8c62b22f34a25b8f78 /math | |
parent | 62bb437165d1cb2082d271bc631a6d5503ccb863 (diff) | |
download | freebsd-ports-gnome-233dc591df403a327b198bdd920f8200ebb7a7f9.tar.gz freebsd-ports-gnome-233dc591df403a327b198bdd920f8200ebb7a7f9.tar.zst freebsd-ports-gnome-233dc591df403a327b198bdd920f8200ebb7a7f9.zip |
Reorder MASTER_SITES so that the DISTFILE is fetchable and is
valid:
* Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do
not seem to be accepting connections.
* The DISTFILE at ftp.che.utexas.edu is six bytes smaller. The
archive is valid and no files have changed (diff -urN shows
nothing), but the checksum is subsequently different.
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 5f27b8a2d48c..27fccf0219a0 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -9,10 +9,10 @@ DISTNAME= plplot4p99j PKGNAME= plplot-4.99j CATEGORIES= math -MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \ +MASTER_SITES= ftp://ftp.uniovi.es/pub6/graphics/plotting/ \ + ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/plot/plplot/distrib/alpha/ \ - ftp://ftp.che.utexas.edu/pub/graphics/ \ - ftp://ftp.uniovi.es/pub6/graphics/plotting/ + ftp://ftp.che.utexas.edu/pub/graphics/ MAINTAINER= ports@FreeBSD.org |