pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch add an http: urls for gnome and gnu for the b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03bb0b9eb50f
branches:  trunk
changeset: 517171:03bb0b9eb50f
user:      perry <perry%pkgsrc.org@localhost>
date:      Sun Aug 06 04:56:50 2006 +0000

description:
add an http: urls for gnome and gnu for the benefit of those with
broken ftp proxies

diffstat:

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

diffs (25 lines):

diff -r 8b66dc51bf30 -r 03bb0b9eb50f mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Sun Aug 06 03:30:28 2006 +0000
+++ b/mk/fetch/sites.mk Sun Aug 06 04:56:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.7 2006/08/02 15:31:02 tron Exp $
+# $NetBSD: sites.mk,v 1.8 2006/08/06 04:56:50 perry Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -15,6 +15,7 @@
        ftp://ftp.x.org/contrib/
 
 MASTER_SITE_GNU+=       \
+       http://ftp.gnu.org/pub/gnu/ \
        ftp://ftp.gnu.org/pub/gnu/ \
        ftp://ftp.funet.fi/pub/gnu/prep/ \
        ftp://ftp.wustl.edu/mirrors/gnu/ \
@@ -79,6 +80,7 @@
        ftp://ftp.tuwien.ac.at/pub/linux/ibiblio/
 
 MASTER_SITE_GNOME+=     \
+       http://ftp.gnome.org/pub/GNOME/ \
        ftp://ftp.gnome.org/pub/GNOME/ \
        ftp://ftp.sunet.se/pub/X11/GNOME/ \
        ftp://ftp.tuwien.ac.at/hci/GNOME/ \



Home | Main Index | Thread Index | Old Index