pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install add ftp6 to binpkg_sites, at request of joe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d95c55580b
branches:  trunk
changeset: 348603:23d95c55580b
user:      mspo <mspo%pkgsrc.org@localhost>
date:      Thu Jun 16 18:28:45 2016 +0000

description:
add ftp6 to binpkg_sites, at request of joerg, since cdn is ipv4 only

diffstat:

 mk/install/bin-install.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e2d57a50099a -r 23d95c55580b mk/install/bin-install.mk
--- a/mk/install/bin-install.mk Thu Jun 16 18:23:01 2016 +0000
+++ b/mk/install/bin-install.mk Thu Jun 16 18:28:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bin-install.mk,v 1.24 2016/06/16 00:14:55 mspo Exp $
+# $NetBSD: bin-install.mk,v 1.25 2016/06/16 18:28:45 mspo Exp $
 #
 
 # This file provides the following targets:
@@ -31,7 +31,8 @@
 # replaced with OS release ("1.5", ...) and architecture ("mipsel", ...)
 .if ${OPSYS} == "NetBSD"
 BINPKG_SITES?= \
-       http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel}
+       http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel} \
+       http://ftp6.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel}
 .elif ${OPSYS} == "Minix"
 BINPKG_SITES?= \
        ftp://ftp.minix3.org/pub/minix/packages/$$(${UNAME} -r)/$${arch}



Home | Main Index | Thread Index | Old Index