pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/fetch
Module Name: pkgsrc
Committed By: tnn
Date: Wed Nov 8 11:58:02 UTC 2017
Modified Files:
pkgsrc/mk/fetch: sites.mk
Log Message:
define MASTER_SITE_CRATESIO (for downloading rust crates)
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/mk/fetch/sites.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/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.154 pkgsrc/mk/fetch/sites.mk:1.155
--- pkgsrc/mk/fetch/sites.mk:1.154 Fri Sep 29 06:17:12 2017
+++ pkgsrc/mk/fetch/sites.mk Wed Nov 8 11:58:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.154 2017/09/29 06:17:12 maya Exp $
+# $NetBSD: sites.mk,v 1.155 2017/11/08 11:58:02 tnn Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -290,6 +290,9 @@ MASTER_SITE_PYPI+= \
MASTER_SITE_HASKELL_HACKAGE+= \
http://hackage.haskell.org/package/
+MASTER_SITE_CRATESIO+= \
+ https://crates.io/api/v1/crates/
+
# The primary backup site.
MASTER_SITE_BACKUP?= \
http://cdn.NetBSD.org/pub/pkgsrc/distfiles/ \
Home |
Main Index |
Thread Index |
Old Index