pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/skopeo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 20:45:54 UTC 2024

Modified Files:
        pkgsrc/sysutils/skopeo: Makefile

Log Message:
skopeo: uses bash during build, so add it to tools

Still doesn't build for me though


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/skopeo/Makefile

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

Modified files:

Index: pkgsrc/sysutils/skopeo/Makefile
diff -u pkgsrc/sysutils/skopeo/Makefile:1.2 pkgsrc/sysutils/skopeo/Makefile:1.3
--- pkgsrc/sysutils/skopeo/Makefile:1.2 Fri Sep  6 18:48:58 2024
+++ pkgsrc/sysutils/skopeo/Makefile     Sat Nov 30 20:45:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/09/06 18:48:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/30 20:45:54 wiz Exp $
 
 DISTNAME=      skopeo-1.14.3
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/containers/
 COMMENT=       Tool for manipulating OCI containers
 LICENSE=       apache-2.0
 
-USE_TOOLS+=    gmake gsed pkg-config
+USE_TOOLS+=    bash gmake gsed pkg-config
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../lang/go/version.mk"



Home | Main Index | Thread Index | Old Index