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: Mon Jan 27 12:02:56 UTC 2025
Modified Files:
pkgsrc/sysutils/skopeo: Makefile
Log Message:
skopeo: restrict to supported platforms
The vendored github.com/containers/common/pkg/password limits this.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/sysutils/skopeo/Makefile:1.5
--- pkgsrc/sysutils/skopeo/Makefile:1.4 Thu Dec 19 21:35:27 2024
+++ pkgsrc/sysutils/skopeo/Makefile Mon Jan 27 12:02:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/12/19 21:35:27 maya Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/27 12:02:56 wiz Exp $
DISTNAME= skopeo-1.14.3
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,6 +13,9 @@ LICENSE= apache-2.0
USE_TOOLS+= bash gmake gsed pkg-config
+# skopeo-1.14.3/vendor/github.com/containers/common/pkg/password/password_*
+ONLY_FOR_PLATFORM= Linux-*-* Darwin-*-* FreeBSD-*-*
+
.include "../../mk/bsd.prefs.mk"
.include "../../lang/go/version.mk"
Home |
Main Index |
Thread Index |
Old Index