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: jperkin
Date: Fri Oct 11 12:42:10 UTC 2024
Modified Files:
pkgsrc/lang/rust: cargo.mk
Log Message:
lang/rust: Add digest to USE_TOOLS.
This has relied on the fact that digest is usually already added to
USE_TOOLS, but needs to be explicit as that may not always be the case.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/lang/rust/cargo.mk:1.39
--- pkgsrc/lang/rust/cargo.mk:1.38 Sat Aug 10 11:17:31 2024
+++ pkgsrc/lang/rust/cargo.mk Fri Oct 11 12:42:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.38 2024/08/10 11:17:31 js Exp $
+# $NetBSD: cargo.mk,v 1.39 2024/10/11 12:42:10 jperkin 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
@@ -25,7 +25,7 @@ CHECK_SSP_SUPPORTED= no
.include "../../lang/rust/rust.mk"
-USE_TOOLS+= bsdtar
+USE_TOOLS+= bsdtar digest
CARGO_VENDOR_DIR= ${WRKDIR}/vendor
CARGO_WRKSRC?= ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index