pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-modules



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Aug 24 03:45:36 UTC 2024

Modified Files:
        pkgsrc/devel/cargo-modules: Makefile

Log Message:
devel/cargo-modules: add Rust requirements

New versions of cargo-modules require at least, Rust-1.80 to build.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/cargo-modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cargo-modules/Makefile
diff -u pkgsrc/devel/cargo-modules/Makefile:1.31 pkgsrc/devel/cargo-modules/Makefile:1.32
--- pkgsrc/devel/cargo-modules/Makefile:1.31    Sun Aug 18 16:14:59 2024
+++ pkgsrc/devel/cargo-modules/Makefile Sat Aug 24 03:45:36 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2024/08/18 16:14:59 pin Exp $
+# $NetBSD: Makefile,v 1.32 2024/08/24 03:45:36 pin Exp $
 
 DISTNAME=      cargo-modules-0.16.10
+# cargo-modules-0.17.0 requires Rust >= 1.80.0 to build.
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=regexident/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index