pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gitui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 21:24:47 UTC 2024

Modified Files:
        pkgsrc/devel/gitui: Makefile

Log Message:
gitui: add missing tool dependency

Perhaps this should also DEPEND on git-base?

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/gitui/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/gitui/Makefile
diff -u pkgsrc/devel/gitui/Makefile:1.12 pkgsrc/devel/gitui/Makefile:1.13
--- pkgsrc/devel/gitui/Makefile:1.12    Tue Apr 16 05:48:49 2024
+++ pkgsrc/devel/gitui/Makefile Sun May  5 21:24:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/04/16 05:48:49 pin Exp $
+# $NetBSD: Makefile,v 1.13 2024/05/05 21:24:47 wiz Exp $
 
 DISTNAME=      gitui-0.26.1
 CATEGORIES=    devel
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/extrawurst/
 COMMENT=       Terminal UI for git
 LICENSE=       mit
 
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index