Sat Sep 11 21:14:32 2021 UTC ()
sysutils/macchine: explain reason for not updating


(pin)
diff -r1.29 -r1.30 pkgsrc/sysutils/macchina/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/sysutils/macchina/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/macchina/Makefile 2021/09/02 08:32:14 1.29
+++ pkgsrc/sysutils/macchina/Makefile 2021/09/11 21:14:31 1.30
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.29 2021/09/02 08:32:14 pin Exp $ 1# $NetBSD: Makefile,v 1.30 2021/09/11 21:14:31 pin Exp $
2 2
3DISTNAME= macchina-0.9.2 3DISTNAME= macchina-0.9.2
4# Newer versions require Rust-1.54 4# Newer versions depend on vergen crate, which fails to build
 5# on NetBSD. Discussion on-going with upstream.
5CATEGORIES= sysutils 6CATEGORIES= sysutils
6MASTER_SITES= ${MASTER_SITE_GITHUB:=Macchina-CLI/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=Macchina-CLI/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
8 9
9MAINTAINER= pin@NetBSD.org 10MAINTAINER= pin@NetBSD.org
10HOMEPAGE= https://github.com/Macchina-CLI/macchina/ 11HOMEPAGE= https://github.com/Macchina-CLI/macchina/
11COMMENT= Basic system information fetcher 12COMMENT= Basic system information fetcher
12LICENSE= mit 13LICENSE= mit
13 14
14.include "cargo-depends.mk" 15.include "cargo-depends.mk"
15 16
16USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
17USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config