Wed May 22 07:24:19 2024 UTC (26d)
devel/cargo-modules: newer versions require Rust-1.78


(pin)
diff -r1.25 -r1.26 pkgsrc/devel/cargo-modules/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/devel/cargo-modules/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cargo-modules/Makefile 2024/04/19 03:31:54 1.25
+++ pkgsrc/devel/cargo-modules/Makefile 2024/05/22 07:24:18 1.26
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2024/04/19 03:31:54 pin Exp $ 1# $NetBSD: Makefile,v 1.26 2024/05/22 07:24:18 pin Exp $
2 2
 3# Versions >= 0.16.0 require Rust >= 1.78.0
3DISTNAME= cargo-modules-0.15.5 4DISTNAME= cargo-modules-0.15.5
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=regexident/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=regexident/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
7 8
8MAINTAINER= pin@NetBSD.org 9MAINTAINER= pin@NetBSD.org
9HOMEPAGE= https://github.com/regexident/cargo-modules/ 10HOMEPAGE= https://github.com/regexident/cargo-modules/
10COMMENT= Render your crate's module/item structure as a tree or graph 11COMMENT= Render your crate's module/item structure as a tree or graph
11LICENSE= mpl-2.0 12LICENSE= mpl-2.0
12 13
13.include "cargo-depends.mk" 14.include "cargo-depends.mk"
14 15
15.include "../../lang/rust/cargo.mk" 16.include "../../lang/rust/cargo.mk"