pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust-src
Module Name: pkgsrc
Committed By: he
Date: Sat Jan 22 17:31:01 UTC 2022
Modified Files:
pkgsrc/lang/rust-src: Makefile PLIST distinfo
Log Message:
rust-src: update to version 1.57.0.
* Added '-f' option to rm, so that "make install" is repeatable
* Adjusted PLIST to match new contents
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust-src/Makefile \
pkgsrc/lang/rust-src/PLIST pkgsrc/lang/rust-src/distinfo
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-src/Makefile
diff -u pkgsrc/lang/rust-src/Makefile:1.1 pkgsrc/lang/rust-src/Makefile:1.2
--- pkgsrc/lang/rust-src/Makefile:1.1 Sun Nov 28 13:49:01 2021
+++ pkgsrc/lang/rust-src/Makefile Sat Jan 22 17:31:01 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/11/28 13:49:01 he Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/22 17:31:01 he Exp $
-DISTNAME= rust-src-1.56.1
+DISTNAME= rust-src-1.57.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL:=rust/}
@@ -47,7 +47,7 @@ do-install:
cd ${WRKSRC}; \
set -e; \
for f in ${ORIG_FILES}; do \
- rm rust-src/$$f; \
+ rm -f rust-src/$$f; \
grep -v $$f <${MANIFEST_SRC} > ${MANIFEST_SRC}.new; \
mv ${MANIFEST_SRC}.new ${MANIFEST_SRC}; \
done; \
Index: pkgsrc/lang/rust-src/PLIST
diff -u pkgsrc/lang/rust-src/PLIST:1.1 pkgsrc/lang/rust-src/PLIST:1.2
--- pkgsrc/lang/rust-src/PLIST:1.1 Sun Nov 28 13:49:01 2021
+++ pkgsrc/lang/rust-src/PLIST Sat Jan 22 17:31:01 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/11/28 13:49:01 he Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 17:31:01 he Exp $
lib/rustlib/manifest-rust-src
lib/rustlib/src/rust/Cargo.lock
lib/rustlib/src/rust/library/alloc/Cargo.toml
@@ -22,6 +22,7 @@ lib/rustlib/src/rust/library/alloc/src/c
lib/rustlib/src/rust/library/alloc/src/collections/btree/append.rs
lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow.rs
lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow/tests.rs
+lib/rustlib/src/rust/library/alloc/src/collections/btree/dedup_sorted_iter.rs
lib/rustlib/src/rust/library/alloc/src/collections/btree/fix.rs
lib/rustlib/src/rust/library/alloc/src/collections/btree/map.rs
lib/rustlib/src/rust/library/alloc/src/collections/btree/map/entry.rs
@@ -56,8 +57,6 @@ lib/rustlib/src/rust/library/alloc/src/c
lib/rustlib/src/rust/library/alloc/src/fmt.rs
lib/rustlib/src/rust/library/alloc/src/lib.rs
lib/rustlib/src/rust/library/alloc/src/macros.rs
-lib/rustlib/src/rust/library/alloc/src/prelude/mod.rs
-lib/rustlib/src/rust/library/alloc/src/prelude/v1.rs
lib/rustlib/src/rust/library/alloc/src/raw_vec.rs
lib/rustlib/src/rust/library/alloc/src/raw_vec/tests.rs
lib/rustlib/src/rust/library/alloc/src/rc.rs
@@ -185,10 +184,21 @@ lib/rustlib/src/rust/library/core/benche
lib/rustlib/src/rust/library/core/benches/num/flt2dec/mod.rs
lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/dragon.rs
lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/grisu.rs
+lib/rustlib/src/rust/library/core/benches/num/int_log/mod.rs
lib/rustlib/src/rust/library/core/benches/num/mod.rs
lib/rustlib/src/rust/library/core/benches/ops.rs
lib/rustlib/src/rust/library/core/benches/pattern.rs
lib/rustlib/src/rust/library/core/benches/slice.rs
+lib/rustlib/src/rust/library/core/benches/str.rs
+lib/rustlib/src/rust/library/core/primitive_docs/box_into_raw.md
+lib/rustlib/src/rust/library/core/primitive_docs/fs_file.md
+lib/rustlib/src/rust/library/core/primitive_docs/io_bufread.md
+lib/rustlib/src/rust/library/core/primitive_docs/io_read.md
+lib/rustlib/src/rust/library/core/primitive_docs/io_seek.md
+lib/rustlib/src/rust/library/core/primitive_docs/io_write.md
+lib/rustlib/src/rust/library/core/primitive_docs/net_tosocketaddrs.md
+lib/rustlib/src/rust/library/core/primitive_docs/process_exit.md
+lib/rustlib/src/rust/library/core/primitive_docs/string_string.md
lib/rustlib/src/rust/library/core/src/alloc/global.rs
lib/rustlib/src/rust/library/core/src/alloc/layout.rs
lib/rustlib/src/rust/library/core/src/alloc/mod.rs
@@ -338,6 +348,7 @@ lib/rustlib/src/rust/library/core/src/pi
lib/rustlib/src/rust/library/core/src/prelude/mod.rs
lib/rustlib/src/rust/library/core/src/prelude/v1.rs
lib/rustlib/src/rust/library/core/src/primitive.rs
+lib/rustlib/src/rust/library/core/src/primitive_docs.rs
lib/rustlib/src/rust/library/core/src/ptr/const_ptr.rs
lib/rustlib/src/rust/library/core/src/ptr/metadata.rs
lib/rustlib/src/rust/library/core/src/ptr/mod.rs
@@ -522,6 +533,15 @@ lib/rustlib/src/rust/library/std/benches
lib/rustlib/src/rust/library/std/benches/hash/set_ops.rs
lib/rustlib/src/rust/library/std/benches/lib.rs
lib/rustlib/src/rust/library/std/build.rs
+lib/rustlib/src/rust/library/std/primitive_docs/box_into_raw.md
+lib/rustlib/src/rust/library/std/primitive_docs/fs_file.md
+lib/rustlib/src/rust/library/std/primitive_docs/io_bufread.md
+lib/rustlib/src/rust/library/std/primitive_docs/io_read.md
+lib/rustlib/src/rust/library/std/primitive_docs/io_seek.md
+lib/rustlib/src/rust/library/std/primitive_docs/io_write.md
+lib/rustlib/src/rust/library/std/primitive_docs/net_tosocketaddrs.md
+lib/rustlib/src/rust/library/std/primitive_docs/process_exit.md
+lib/rustlib/src/rust/library/std/primitive_docs/string_string.md
lib/rustlib/src/rust/library/std/src/alloc.rs
lib/rustlib/src/rust/library/std/src/ascii.rs
lib/rustlib/src/rust/library/std/src/backtrace.rs
@@ -659,6 +679,9 @@ lib/rustlib/src/rust/library/std/src/os/
lib/rustlib/src/rust/library/std/src/os/solaris/fs.rs
lib/rustlib/src/rust/library/std/src/os/solaris/mod.rs
lib/rustlib/src/rust/library/std/src/os/solaris/raw.rs
+lib/rustlib/src/rust/library/std/src/os/solid/ffi.rs
+lib/rustlib/src/rust/library/std/src/os/solid/io.rs
+lib/rustlib/src/rust/library/std/src/os/solid/mod.rs
lib/rustlib/src/rust/library/std/src/os/unix/ffi/mod.rs
lib/rustlib/src/rust/library/std/src/os/unix/ffi/os_str.rs
lib/rustlib/src/rust/library/std/src/os/unix/fs.rs
@@ -754,6 +777,15 @@ lib/rustlib/src/rust/library/std/src/sys
lib/rustlib/src/rust/library/std/src/sys/hermit/thread.rs
lib/rustlib/src/rust/library/std/src/sys/hermit/thread_local_dtor.rs
lib/rustlib/src/rust/library/std/src/sys/hermit/time.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/abi.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/condvar.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/error.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/mutex.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/spin.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/task.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/thread.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/time.rs
+lib/rustlib/src/rust/library/std/src/sys/itron/time/tests.rs
lib/rustlib/src/rust/library/std/src/sys/mod.rs
lib/rustlib/src/rust/library/std/src/sys/sgx/abi/entry.S
lib/rustlib/src/rust/library/std/src/sys/sgx/abi/mem.rs
@@ -790,6 +822,24 @@ lib/rustlib/src/rust/library/std/src/sys
lib/rustlib/src/rust/library/std/src/sys/sgx/waitqueue/tests.rs
lib/rustlib/src/rust/library/std/src/sys/sgx/waitqueue/unsafe_list.rs
lib/rustlib/src/rust/library/std/src/sys/sgx/waitqueue/unsafe_list/tests.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/abi/fs.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/abi/mod.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/abi/sockets.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/alloc.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/env.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/error.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/fs.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/io.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/memchr.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/mod.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/net.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/os.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/path.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/rwlock.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/stdio.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/thread_local_dtor.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/thread_local_key.rs
+lib/rustlib/src/rust/library/std/src/sys/solid/time.rs
lib/rustlib/src/rust/library/std/src/sys/unix/alloc.rs
lib/rustlib/src/rust/library/std/src/sys/unix/android.rs
lib/rustlib/src/rust/library/std/src/sys/unix/args.rs
@@ -920,7 +970,6 @@ lib/rustlib/src/rust/library/std/src/sys
lib/rustlib/src/rust/library/std/src/sys_common/process.rs
lib/rustlib/src/rust/library/std/src/sys_common/remutex.rs
lib/rustlib/src/rust/library/std/src/sys_common/remutex/tests.rs
-lib/rustlib/src/rust/library/std/src/sys_common/rt.rs
lib/rustlib/src/rust/library/std/src/sys_common/rwlock.rs
lib/rustlib/src/rust/library/std/src/sys_common/tests.rs
lib/rustlib/src/rust/library/std/src/sys_common/thread.rs
@@ -1113,6 +1162,14 @@ lib/rustlib/src/rust/library/stdarch/cra
lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse42.rs
lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/xsave.rs
lib/rustlib/src/rust/library/stdarch/crates/core_arch/tests/cpu-detection.rs
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/Cargo.toml
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/README.md
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/neon-intrinsics.csv
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/argument.rs
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/intrinsic.rs
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/main.rs
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/types.rs
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/values.rs
lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/Cargo.toml
lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/lib.rs
lib/rustlib/src/rust/library/stdarch/crates/std_detect/Cargo.toml
@@ -1192,6 +1249,7 @@ lib/rustlib/src/rust/library/test/src/he
lib/rustlib/src/rust/library/test/src/helpers/isatty.rs
lib/rustlib/src/rust/library/test/src/helpers/metrics.rs
lib/rustlib/src/rust/library/test/src/helpers/mod.rs
+lib/rustlib/src/rust/library/test/src/helpers/shuffle.rs
lib/rustlib/src/rust/library/test/src/lib.rs
lib/rustlib/src/rust/library/test/src/options.rs
lib/rustlib/src/rust/library/test/src/stats.rs
Index: pkgsrc/lang/rust-src/distinfo
diff -u pkgsrc/lang/rust-src/distinfo:1.1 pkgsrc/lang/rust-src/distinfo:1.2
--- pkgsrc/lang/rust-src/distinfo:1.1 Sun Nov 28 13:49:01 2021
+++ pkgsrc/lang/rust-src/distinfo Sat Jan 22 17:31:01 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/28 13:49:01 he Exp $
+$NetBSD: distinfo,v 1.2 2022/01/22 17:31:01 he Exp $
-BLAKE2s (rust-src-1.56.1.tar.gz) = 188abebf0e287fc829b1b42a8f46b10b8ea30780317e217ccfad6cb1137769c7
-SHA512 (rust-src-1.56.1.tar.gz) = e39719b1046238c9a1fa4c1963cd4191493822456577a4b8ab7b6e2b512259ca03da77015c1d8d7e1863114e5d17c80cb9b80d757e3706e19001a776cea1837a
-Size (rust-src-1.56.1.tar.gz) = 3553629 bytes
+BLAKE2s (rust-src-1.57.0.tar.gz) = bfe703a857b963f3281705acc7520341d0c0e44eff2f88423a6ef1af26f4953d
+SHA512 (rust-src-1.57.0.tar.gz) = 24870ff910d11111afdd6f6744ac8750189c67315100ea68e26a05394288624e965d7b4edc99b6b5ed0d311768cf55acf6a7617dfe4f9079f24740af97200531
+Size (rust-src-1.57.0.tar.gz) = 3679703 bytes
Home |
Main Index |
Thread Index |
Old Index