pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: minskim
Date: Tue Dec 3 02:09:06 UTC 2019
Modified Files:
pkgsrc/lang/rust: cargo.mk
Log Message:
lang/rust/cargo.mk: Set default values for cargo package variables
With these values, a Rust package downloads its own distfile from
crates.io by default, and shares dependancy crate distfiles with other
Rust packages to avoid multiple downloads.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/rust/cargo.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/cargo.mk
diff -u pkgsrc/lang/rust/cargo.mk:1.8 pkgsrc/lang/rust/cargo.mk:1.9
--- pkgsrc/lang/rust/cargo.mk:1.8 Sun Nov 3 19:04:07 2019
+++ pkgsrc/lang/rust/cargo.mk Tue Dec 3 02:09:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.8 2019/11/03 19:04:07 rillig Exp $
+# $NetBSD: cargo.mk,v 1.9 2019/12/03 02:09:06 minskim Exp $
#
# Common logic that can be used by packages that depend on cargo crates
# from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -20,6 +20,9 @@
#
# See also www/geckodriver for a full example.
+MASTER_SITES?= -${MASTER_SITE_CRATESIO}${PKGBASE}/${PKGVERSION_NOREV}/download
+DIST_SUBDIR?= crates.io
+
BUILD_DEPENDS+= rust-[0-9]*:../../lang/rust
USE_TOOLS+= bsdtar digest
Home |
Main Index |
Thread Index |
Old Index