pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Now that ftp.netbsd.org has an http server, include...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cf4b21b71e0
branches:  trunk
changeset: 512998:6cf4b21b71e0
user:      perry <perry%pkgsrc.org@localhost>
date:      Fri May 19 02:21:24 2006 +0000

description:
Now that ftp.netbsd.org has an http server, include it in the list for
MASTER_SITE_BACKUP for the benefit of people behind broken firewalls
that screw up ftp.

diffstat:

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

diffs (17 lines):

diff -r d1a442c36acb -r 6cf4b21b71e0 mk/bsd.sites.mk
--- a/mk/bsd.sites.mk   Thu May 18 22:22:37 2006 +0000
+++ b/mk/bsd.sites.mk   Fri May 19 02:21:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sites.mk,v 1.62 2006/04/12 11:37:18 markd Exp $
+# $NetBSD: bsd.sites.mk,v 1.63 2006/05/19 02:21:24 perry Exp $
 #
 # Default MASTER_SITES
 
@@ -395,6 +395,7 @@
 MASTER_SITE_BACKUP?=   \
        http://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \
+       http://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/
 
 .endif # BSD_SITES_MK



Home | Main Index | Thread Index | Old Index