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:   wiz
Date:           Sun Aug 18 06:38:13 UTC 2024

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

Log Message:
cargo-upgrades: clang is only needed at build time

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/cargo-upgrades/Makefile:1.5
--- pkgsrc/devel/cargo-upgrades/Makefile:1.4    Sat Aug 17 22:11:11 2024
+++ pkgsrc/devel/cargo-upgrades/Makefile        Sun Aug 18 06:38:13 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2024/08/17 22:11:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/18 06:38:13 wiz Exp $
 
 DISTNAME=      cargo-upgrades-2.1.2
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=kornelski/}
 GITLAB_RELEASE=        v${PKGVERSION_NOREV}
@@ -20,5 +21,6 @@ RUST_REQ=     1.70.0
 USE_LANGUAGES+=        c c++
 
 .include "../../lang/rust/cargo.mk"
+BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index