diff options
author | tron <tron> | 2006-06-23 07:45:49 +0000 |
---|---|---|
committer | tron <tron> | 2006-06-23 07:45:49 +0000 |
commit | 1de24ab335ad50a0e6817eb999fcee27cc9b8c01 (patch) | |
tree | 6fa085e5f283654d06acba28dea22861e5411b81 | |
parent | 12109e7ab333f358dc0379fbed41fe4fb96d3744 (diff) | |
download | pkgsrc-1de24ab335ad50a0e6817eb999fcee27cc9b8c01.tar.gz |
Remove "apache.towardex.com" (down) and "sunsite.tus.ac.jp" (redirects
to new version) from the list of Apache master sites.
-rw-r--r-- | mk/fetch/sites.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 8ee4cb604a3..faec2878230 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.1 2006/06/06 03:05:48 jlam Exp $ +# $NetBSD: sites.mk,v 1.2 2006/06/23 07:45:49 tron Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -171,12 +171,10 @@ MASTER_SITE_APACHE+= \ http://mirrors.ccs.neu.edu/Apache/dist/ \ http://apache.planetmirror.com.au/dist/ \ http://www.ibiblio.org/pub/mirrors/apache/ \ - http://apache.towardex.com/ \ http://apache.oregonstate.edu/ \ http://www.tux.org/pub/net/apache/dist/ \ http://apache.secsup.org/dist/ \ http://apache.osuosl.org/ \ - http://sunsite.tus.ac.jp/pub/apache/ \ http://www.mirrorservice.org/sites/ftp.apache.org/ \ ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/ \ ftp://ftp.planetmirror.com.au/pub/apache/dist/ \ |