Wed Dec 21 22:17:08 2022 UTC ()
shells/nushell: review warning


(pin)
diff -r1.25 -r1.26 pkgsrc/shells/nushell/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/shells/nushell/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/nushell/Makefile 2022/11/30 11:48:41 1.25
+++ pkgsrc/shells/nushell/Makefile 2022/12/21 22:17:08 1.26
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.25 2022/11/30 11:48:41 pin Exp $ 1# $NetBSD: Makefile,v 1.26 2022/12/21 22:17:08 pin Exp $
2 2
3# Please don't update to 0.72.0. 3# Don't update, newer versions require Rust >= 1.65 to build.
4# I have this ready to import but, it requires Rust-1.65 to build. 4# If you have at least Rust-1.65, you can find 0.73.0 in wip.
5DISTNAME= nushell-0.71.0 5DISTNAME= nushell-0.71.0
6CATEGORIES= shells 6CATEGORIES= shells
7MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}
8 8
9MAINTAINER= pin@NetBSD.org 9MAINTAINER= pin@NetBSD.org
10HOMEPAGE= https://www.nushell.sh/ 10HOMEPAGE= https://www.nushell.sh/
11COMMENT= New type of shell 11COMMENT= New type of shell
12LICENSE= mit 12LICENSE= mit
13 13
14.include "cargo-depends.mk" 14.include "cargo-depends.mk"
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17