diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-12 19:48:50 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-12 19:48:50 +0000 |
commit | 3d48a84b6b713deba02838037ecb0f4b5dbee516 (patch) | |
tree | a714d8f29215029bc3dd4e6d5c7d33c7cc0f38ac /math | |
parent | 26f607605d1049eb0dd2a16c48a2ebd012c10cbf (diff) | |
download | pkgsrc-3d48a84b6b713deba02838037ecb0f4b5dbee516.tar.gz |
Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 561220ece0e..a2b8aa7c0bc 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2007/10/05 16:31:33 adam Exp $ +# $NetBSD: Makefile,v 1.71 2007/11/12 19:48:50 heinz Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/ \ ftp://ftp.task.gda.pl/pub/software/octave/ EXTRACT_SUFX= .tar.bz2 |