pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust-bin lang/rust-bin: complete the transition t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f92650b4c533
branches:  trunk
changeset: 384776:f92650b4c533
user:      he <he%pkgsrc.org@localhost>
date:      Sun Sep 04 17:09:13 2022 +0000

description:
lang/rust-bin: complete the transition to .tar.xz for the NetBSD targets.

Thanks to rjs@ for reporting.

diffstat:

 lang/rust-bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb3014c305a5 -r f92650b4c533 lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile    Sun Sep 04 17:00:39 2022 +0000
+++ b/lang/rust-bin/Makefile    Sun Sep 04 17:09:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/09/04 09:57:13 he Exp $
+# $NetBSD: Makefile,v 1.41 2022/09/04 17:09:13 he Exp $
 
 DISTNAME=      rust-1.62.1
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -41,7 +41,7 @@
 
 NO_BUILD=      yes
 USE_TOOLS+=    bash pax
-WRKSRC=                ${WRKDIR}/${DISTFILES:S/.tar.gz//}
+WRKSRC=                ${WRKDIR}/${DISTFILES:C/.tar.[gx]z//}
 
 GENERATE_PLIST+=       find ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \
                        sed 's,${DESTDIR}${PREFIX}/,,' | ${SORT} ;



Home | Main Index | Thread Index | Old Index