pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-upgrades



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Aug 10 11:21:18 UTC 2024

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

Log Message:
devel/cargo-upgrades: fix build failure

This should fix http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240806.2215/cargo-upgrades-2.1.2/build.log

Thanks to wiz@ for reporting.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cargo-upgrades/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-upgrades/Makefile
diff -u pkgsrc/devel/cargo-upgrades/Makefile:1.2 pkgsrc/devel/cargo-upgrades/Makefile:1.3
--- pkgsrc/devel/cargo-upgrades/Makefile:1.2    Sun Aug  4 17:45:27 2024
+++ pkgsrc/devel/cargo-upgrades/Makefile        Sat Aug 10 11:21:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/04 17:45:27 pin Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 11:21:18 pin Exp $
 
 DISTNAME=      cargo-upgrades-2.1.2
 CATEGORIES=    devel
@@ -10,6 +10,8 @@ HOMEPAGE=     https://gitlab.com/kornelski/c
 COMMENT=       Check for outdated dependencies in Rust/Cargo projects
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 WRKSRC=                ${WRKDIR}/cargo-upgrades-v2.1.2-d890d43432610221d593216a68f0c14d7df4ccd7



Home | Main Index | Thread Index | Old Index