pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/install
Module Name: pkgsrc
Committed By: mspo
Date: Thu Jun 16 00:14:55 UTC 2016
Modified Files:
pkgsrc/mk/install: bin-install.mk
Log Message:
set cdn.netbsd.org as the bin install site for netbsd
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mk/install/bin-install.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/install/bin-install.mk
diff -u pkgsrc/mk/install/bin-install.mk:1.23 pkgsrc/mk/install/bin-install.mk:1.24
--- pkgsrc/mk/install/bin-install.mk:1.23 Sat Nov 5 17:04:42 2011
+++ pkgsrc/mk/install/bin-install.mk Thu Jun 16 00:14:55 2016
@@ -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