pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Use http instead of ftp from ftp.fi.NetBSD.org. Thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6567ea8731d7
branches:  trunk
changeset: 477473:6567ea8731d7
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Sat Jul 03 12:35:04 2004 +0000

description:
Use http instead of ftp from ftp.fi.NetBSD.org. This provides at least
one MASTER_SITE_BACKUP which is available by http, to be nice to people
behind proxies or who have difficulty with ftp.

diffstat:

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

diffs (18 lines):

diff -r 50da7687850e -r 6567ea8731d7 mk/bsd.sites.mk
--- a/mk/bsd.sites.mk   Sat Jul 03 12:15:22 2004 +0000
+++ b/mk/bsd.sites.mk   Sat Jul 03 12:35:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sites.mk,v 1.5 2004/06/27 16:16:11 grant Exp $
+# $NetBSD: bsd.sites.mk,v 1.6 2004/07/03 12:35:04 gavan Exp $
 #
 # Default MASTER_SITES
 
@@ -297,7 +297,7 @@
  
 # The primary backup site. 
 MASTER_SITE_BACKUP?=   \
-       ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \
+       http://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.cz.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/



Home | Main Index | Thread Index | Old Index