pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install set cdn.netbsd.org as the bin install site ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d55b234e531e
branches:  trunk
changeset: 348540:d55b234e531e
user:      mspo <mspo%pkgsrc.org@localhost>
date:      Thu Jun 16 00:14:55 2016 +0000

description:
set cdn.netbsd.org as the bin install site for netbsd

diffstat:

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

diffs (18 lines):

diff -r 7ffc54edb765 -r d55b234e531e mk/install/bin-install.mk
--- a/mk/install/bin-install.mk Thu Jun 16 00:13:38 2016 +0000
+++ b/mk/install/bin-install.mk Thu Jun 16 00:14:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bin-install.mk,v 1.23 2011/11/05 17:04:42 tcort Exp $
+# $NetBSD: bin-install.mk,v 1.24 2016/06/16 00:14:55 mspo Exp $
 #
 
 # This file provides the following targets:
@@ -31,7 +31,7 @@
 # replaced with OS release ("1.5", ...) and architecture ("mipsel", ...)
 .if ${OPSYS} == "NetBSD"
 BINPKG_SITES?= \
-       ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel}
+       http://cdn.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