pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-outdated



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 19:59:42 UTC 2024

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

Log Message:
cargo-outdated: mark as BROKEN

Does not compile with rust 1.80.

Add link to upstream ticket.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/cargo-outdated/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-outdated/Makefile
diff -u pkgsrc/devel/cargo-outdated/Makefile:1.5 pkgsrc/devel/cargo-outdated/Makefile:1.6
--- pkgsrc/devel/cargo-outdated/Makefile:1.5    Sat Mar 23 19:08:38 2024
+++ pkgsrc/devel/cargo-outdated/Makefile        Sat Nov 30 19:59:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/03/23 19:08:38 pin Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/30 19:59:42 wiz Exp $
 
 DISTNAME=      cargo-outdated-0.15.0
 CATEGORIES=    devel
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/kbknapp/car
 COMMENT=       Cargo subcommand for displaying when Rust dependencies are out of date
 LICENSE=       mit
 
+# https://github.com/kbknapp/cargo-outdated/issues/401
+BROKEN=                "Waiting for a release supporting rust 1.80+"
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index