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:   he
Date:           Mon Jun  8 22:37:28 UTC 2020

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

Log Message:
It looks like "checksum" is optional, and "source" isn't for
"external" packages, so use the latter.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/lang/rust/cargo.mk:1.15
--- pkgsrc/lang/rust/cargo.mk:1.14      Mon Jun  8 17:13:39 2020
+++ pkgsrc/lang/rust/cargo.mk   Mon Jun  8 22:37:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.14 2020/06/08 17:13:39 he Exp $
+# $NetBSD: cargo.mk,v 1.15 2020/06/08 22:37:28 he 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
@@ -64,6 +64,6 @@ cargo-vendor-crates:
 show-cargo-depends:
        ${RUN}${AWK} '/^name = / { split($$3, a, "\""); name=a[2]; } \
                /^version = / { split($$3, a, "\""); vers=a[2]; } \
-               /^checksum = / { \
+               /^source = / { \
                        print "CARGO_CRATE_DEPENDS+=\t" name "-" vers; \
                        }' ${WRKSRC}/Cargo.lock



Home | Main Index | Thread Index | Old Index