pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust178-bin: bump distfile for NetBSD/aarch64.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Jul 30 15:42:43 2024 +0000
Changeset:	76b20ff269cc533ab471f229096a4a422b13d8e0

Modified Files:
	rust178-bin/Makefile
	rust178-bin/distinfo

Log Message:
rust178-bin: bump distfile for NetBSD/aarch64.

The new distfile has the workaround for NetBSD PR#58154.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=76b20ff269cc533ab471f229096a4a422b13d8e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust178-bin/Makefile | 4 +++-
 rust178-bin/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust178-bin/Makefile b/rust178-bin/Makefile
index 822592f9c2..51469fbc29 100644
--- a/rust178-bin/Makefile
+++ b/rust178-bin/Makefile
@@ -111,10 +111,12 @@ DISTFILES:=	${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
 NBSUF=
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) || make(makesum) || make(mdi)
+# Just for aarch64, due to workaround for PR#58154
+NB=		-nb1
 RUST_ARCH:=	aarch64-unknown-netbsd
 DN:=		${DISTNAME}${NBSUF}
 EXTRACT_SUFX=	.tar.xz
-DF:=		${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+DF:=		${DN}-${RUST_ARCH}${NB}${EXTRACT_SUFX}
 DISTFILES:=	${DISTFILES} ${DF}
 SITES.${DF}=	${NETBSD_REPO}
 .endif
diff --git a/rust178-bin/distinfo b/rust178-bin/distinfo
index 0c0c7f121d..17e115d934 100644
--- a/rust178-bin/distinfo
+++ b/rust178-bin/distinfo
@@ -9,9 +9,9 @@ Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-linux-gnu.tar.gz) = 474875165
 BLAKE2s (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-linux-musl.tar.gz) = f2f7915e6c9145214a609b05424b44d83efde031b94419eeaa82bf3355e44ff1
 SHA512 (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-linux-musl.tar.gz) = f69a36031e2dc439e6fd29788dd0862292cf473d1266c945b96850e888842209a357ab2066d08b2517cbf69cb55a38f8162663a98cafa355212d1a37f041e527
 Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-linux-musl.tar.gz) = 383582050 bytes
-BLAKE2s (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd.tar.xz) = ae137e3b1af21db98d5437c5f18f7130d966ecf8f80cf5b050958e31eef64e90
-SHA512 (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd.tar.xz) = 352f077b7b1d6b3fbe62349d0bde812b5e46ce112399d2e5205c1abfadb4f86d58fd3ade2adc90b4c07c2e4383906ac74f6564ca496b9e3db3f810c0422eb6e3
-Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd.tar.xz) = 170785060 bytes
+BLAKE2s (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = d690ca4901c0440956b573892165397814ad8fb0487b28df53d2fe7c59eb8265
+SHA512 (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = 3d0c7713da80081d37285972600ce717f5fe078ba5dc4bfc7b7b943fedb89c8a5b87bb6bce08ab9fa8e5c63038a88862e77e211459201a59e729aa94b9a2e680
+Size (rust-bin-1.78.0/rust-1.78.0-aarch64-unknown-netbsd-nb1.tar.xz) = 170867824 bytes
 BLAKE2s (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 16aa3fb01f417c2b4752928934aa95680b444360ef0262b75a1c627f38347e0f
 SHA512 (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 78f426b28d32bd5c4a54e6094f016de292fe49bdb190bfb12c68e16e8b82b6e8b497ede77f42409d93d26528f506672f9592f0037d51e2ff946c368e9b661f61
 Size (rust-bin-1.78.0/rust-1.78.0-armv6-unknown-netbsd-eabihf.tar.xz) = 145977172 bytes


Home | Main Index | Thread Index | Old Index