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:   ryoon
Date:           Mon May 31 14:33:03 UTC 2021

Modified Files:
        pkgsrc/lang/rust: cargo.mk

Log Message:
rust: Fix cargo module build


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/lang/rust/cargo.mk:1.26
--- pkgsrc/lang/rust/cargo.mk:1.25      Mon May 31 10:17:53 2021
+++ pkgsrc/lang/rust/cargo.mk   Mon May 31 14:33:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.25 2021/05/31 10:17:53 he Exp $
+# $NetBSD: cargo.mk,v 1.26 2021/05/31 14:33:02 ryoon 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
@@ -51,7 +51,7 @@ cargo-vendor-crates:
        ${RUN}${MKDIR} ${CARGO_VENDOR_DIR}
 .for crate in ${CARGO_CRATE_DEPENDS}
        ${RUN}${PRINTF} '{"package":"%s","files":{}}'   \
-         `$(${DIGEST} sha256 < ${_DISTDIR}/${crate}.crate` \
+         `${DIGEST} sha256 < ${_DISTDIR}/${crate}.crate` \
          > ${CARGO_VENDOR_DIR}/${crate}/.cargo-checksum.json
 .endfor
 



Home | Main Index | Thread Index | Old Index