pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Add two mirror servers for sourceforge.jp:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95da8d9a77d8
branches:  trunk
changeset: 529847:95da8d9a77d8
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 11 08:17:54 2007 +0000

description:
Add two mirror servers for sourceforge.jp:
 * IIJ
 * GLOBALBASE PROJECT

diffstat:

 mk/fetch/sites.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c3e3b5db36ce -r 95da8d9a77d8 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Mon Jun 11 08:01:40 2007 +0000
+++ b/mk/fetch/sites.mk Mon Jun 11 08:17:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.29 2007/05/26 04:07:11 obache Exp $
+# $NetBSD: sites.mk,v 1.30 2007/06/11 08:17:54 obache Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -120,7 +120,9 @@
 MASTER_SITE_SOURCEFORGE_JP+=   \
        http://download.sourceforge.jp/ \
        http://osdn.dl.sourceforge.jp/ \
+       http://iij.dl.sourceforge.jp/ \
        http://keihanna.dl.sourceforge.jp/ \
+       http://globalbase.dl.sourceforge.jp/ \
        http://qgpop.dl.sourceforge.jp/
 
 MASTER_SITE_SUSE+=     \



Home | Main Index | Thread Index | Old Index