From be1a30be949159f830f963d6e1e53d3c77ce38a3 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Wed, 2 Feb 2000 21:23:24 +0000 Subject: [PATCH] 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. --- math/plplot/Makefile | 6 +++--- 1 file 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