pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Sep 28 12:24:32 UTC 2023

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
rust-bin: use a revision-specific dist subdir.

This so that the changed bits get re-fetched, and we don't try to
re-use an already-fetched binary, and get a checksum mismatch.
Follow-up on the "new i586 bits" change.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/rust-bin/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-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.54 pkgsrc/lang/rust-bin/Makefile:1.55
--- pkgsrc/lang/rust-bin/Makefile:1.54  Wed Sep 27 17:19:24 2023
+++ pkgsrc/lang/rust-bin/Makefile       Thu Sep 28 12:24:32 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.54 2023/09/27 17:19:24 he Exp $
+# $NetBSD: Makefile,v 1.55 2023/09/28 12:24:32 he Exp $
 
 DISTNAME=      rust-1.70.0
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
 PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  https://static.rust-lang.org/dist/
-DIST_SUBDIR=   ${PKGNAME_NOREV}
+DIST_SUBDIR=   ${PKGNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://rust-lang.org/



Home | Main Index | Thread Index | Old Index