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:           Sat Nov 14 12:44:03 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Fix build with more checksum update


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 pkgsrc/lang/rust/Makefile

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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.204 pkgsrc/lang/rust/Makefile:1.205
--- pkgsrc/lang/rust/Makefile:1.204     Fri Nov 13 23:00:13 2020
+++ pkgsrc/lang/rust/Makefile   Sat Nov 14 12:44:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.204 2020/11/13 23:00:13 adam Exp $
+# $NetBSD: Makefile,v 1.205 2020/11/14 12:44:02 ryoon Exp $
 
 DISTNAME=      rustc-1.47.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -317,6 +317,10 @@ CKSUM_CRATES+=     vendor/lzma-sys
 CKSUMS+=       6fd5e9245db34c6f557b8bfcaf03db82fc88c3b06dbfbb5f03b2bcd138983ef9
 CKSUMS+=       5e252578b5d266f6a4c8dc9f71ca7a91536ccb8c5c7d7753b82f12ec886459ef
 
+CKSUM_CRATES+= vendor/stacker
+CKSUMS+=       37ef9666d048191eeca23d8f7d99cf912b953cc489bf860107aec306b95b2d99
+CKSUMS+=       410f22f5e95860530be1abaaf2e279d2f4226e5c17c2cee302661d8079246b3a
+
 SUBST_CLASSES+=                cksum
 SUBST_STAGE.cksum=     pre-configure
 .for crate in ${CKSUM_CRATES}



Home | Main Index | Thread Index | Old Index