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:   maya
Date:           Thu Dec 19 21:35:27 UTC 2024

Modified Files:
        pkgsrc/sysutils/skopeo: Makefile

Log Message:
skopeo: explicitly depend on Go as a tool

Merely including version.mk is insufficient.
If built using `make install`, we do get go eventually from one of the
dependencies, but bulk builds will be missing it.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/sysutils/skopeo/Makefile:1.4
--- pkgsrc/sysutils/skopeo/Makefile:1.3 Sat Nov 30 20:45:54 2024
+++ pkgsrc/sysutils/skopeo/Makefile     Thu Dec 19 21:35:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/11/30 20:45:54 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/19 21:35:27 maya Exp $
 
 DISTNAME=      skopeo-1.14.3
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -32,5 +32,6 @@ SUBST_FILES.fix-paths=                vendor/github.co
 SUBST_VARS.fix-paths+=         PKG_SYSCONFDIR
 
 TOOL_DEPENDS+= go-md2man-[0-9]*:../../textproc/go-md2man
+TOOL_DEPENDS+= ${GO_PACKAGE_DEP}
 .include "../../security/gpgme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index