git: 2aa122875de6 - main - */*: update licences for podman-related infra

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Thu, 05 Dec 2024 13:18:37 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2aa122875de65c0fb3de0ba12f3d62842cdd0b6e

commit 2aa122875de65c0fb3de0ba12f3d62842cdd0b6e
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-12-05 13:13:24 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-12-05 13:13:24 +0000

    */*: update licences for podman-related infra
    
    Most of of the products, except ocijail, are under Apache 2.0.
    
    Add licence files.
    Bump PORTREVISIONs.
    
    Approved by:            dfr (maintainer)
    Differential Revision:  https://reviews.freebsd.org/D47924
---
 net/containernetworking-plugins/Makefile | 5 +++--
 sysutils/buildah/Makefile                | 4 +++-
 sysutils/conmon/Makefile                 | 5 +++--
 sysutils/containers-common/Makefile      | 4 +++-
 sysutils/ocijail/Makefile                | 4 +++-
 sysutils/podman/Makefile                 | 4 +++-
 sysutils/skopeo/Makefile                 | 4 +++-
 7 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/net/containernetworking-plugins/Makefile b/net/containernetworking-plugins/Makefile
index d907d05b2d8c..5b6dd303a3be 100644
--- a/net/containernetworking-plugins/Makefile
+++ b/net/containernetworking-plugins/Makefile
@@ -1,14 +1,15 @@
 PORTNAME=	containernetworking-plugins
 DISTVERSIONPREFIX=	freebsd-v
 DISTVERSION=	0.5
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Networking plugins for container networking support
 WWW=		https://www.cni.dev/
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:no_targets
 BUILD_DEPENDS=	bash:shells/bash
diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile
index 6325cc816cdc..788ec05edf60 100644
--- a/sysutils/buildah/Makefile
+++ b/sysutils/buildah/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	buildah
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.37.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Manage Pods, Containers and Container Images
 WWW=		https://buildah.io/
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		go-md2man:textproc/go-md2man \
diff --git a/sysutils/conmon/Makefile b/sysutils/conmon/Makefile
index d241e3ec2e4d..d9530a849680 100644
--- a/sysutils/conmon/Makefile
+++ b/sysutils/conmon/Makefile
@@ -1,14 +1,15 @@
 PORTNAME=	conmon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	OCI container runtime monitor
 WWW=		https://github.com/containers/conmon
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libglib-2.0.so:devel/glib20
diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile
index 2dc41b1456c5..b96ad965dbe0 100644
--- a/sysutils/containers-common/Makefile
+++ b/sysutils/containers-common/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	containers-common
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.60.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Common manpages and config files for podman and buildah
 WWW=		https://github.com/containers
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		curl:ftp/curl \
diff --git a/sysutils/ocijail/Makefile b/sysutils/ocijail/Makefile
index 459fa59b5199..3b74eb877180 100644
--- a/sysutils/ocijail/Makefile
+++ b/sysutils/ocijail/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	ocijail
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Experimental, proof-of-concept OCI-compatible runtime for jails
 WWW=		https://github.com/dfr/ocijail
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bazel:devel/bazel5 bash:shells/bash
 
diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile
index 0377fd95331f..43cc30462248 100644
--- a/sysutils/podman/Makefile
+++ b/sysutils/podman/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	podman
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.2.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Manage Pods, Containers and Container Images
 WWW=		https://podman.io/
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		go-md2man:textproc/go-md2man \
diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile
index d882def9e469..4e24326ce7f0 100644
--- a/sysutils/skopeo/Makefile
+++ b/sysutils/skopeo/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	skopeo
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.16.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Inspect container images and repositories on registries
 WWW=		https://github.com/containers/skopeo
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		curl:ftp/curl \