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:           Sun Sep  4 17:09:13 UTC 2022

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

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

Thanks to rjs@ for reporting.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/lang/rust-bin/Makefile:1.41
--- pkgsrc/lang/rust-bin/Makefile:1.40  Sun Sep  4 09:57:13 2022
+++ pkgsrc/lang/rust-bin/Makefile       Sun Sep  4 17:09:13 2022
@@ -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 @@ MKPIE_SUPPORTED=      no
 
 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