pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/kubo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 11 08:28:12 UTC 2025

Modified Files:
        pkgsrc/filesystems/kubo: Makefile

Log Message:
kubo: needs bash as tool


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/filesystems/kubo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/kubo/Makefile
diff -u pkgsrc/filesystems/kubo/Makefile:1.28 pkgsrc/filesystems/kubo/Makefile:1.29
--- pkgsrc/filesystems/kubo/Makefile:1.28       Fri Sep  6 18:48:47 2024
+++ pkgsrc/filesystems/kubo/Makefile    Tue Feb 11 08:28:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/09/06 18:48:47 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2025/02/11 08:28:12 wiz Exp $
 
 DISTNAME=      kubo-0.23.0
 PKGREVISION=   11
@@ -12,7 +12,7 @@ COMMENT=      IPFS implementation in Go
 LICENSE=       mit
 
 USE_LANGUAGES= c
-USE_TOOLS+=    gmake
+USE_TOOLS+=    bash gmake
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index