pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch Remove sourceforge.jp mirror sites that is no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b424270f6a5
branches:  trunk
changeset: 634007:3b424270f6a5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue May 06 13:11:46 2014 +0000

description:
Remove sourceforge.jp mirror sites that is not listed
in official download page.
They have no uptodate content, and download.sourceforge.jp is
redirect only.

diffstat:

 mk/fetch/sites.mk |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 540e4dd5ae3e -r 3b424270f6a5 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Tue May 06 12:53:31 2014 +0000
+++ b/mk/fetch/sites.mk Tue May 06 13:11:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.102 2014/05/06 12:53:31 ryoon Exp $
+# $NetBSD: sites.mk,v 1.103 2014/05/06 13:11:46 ryoon Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -90,10 +90,7 @@
 
 MASTER_SITE_SOURCEFORGE_JP+=   \
        http://osdn.dl.sourceforge.jp/ \
-       http://jaist.dl.sourceforge.jp/ \
-       http://globalbase.dl.sourceforge.jp/ \
-       http://iij.dl.sourceforge.jp/ \
-       http://download.sourceforge.jp/
+       http://jaist.dl.sourceforge.jp/
 
 MASTER_SITE_SUSE+=     \
        ftp://rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \



Home | Main Index | Thread Index | Old Index