git: 5d167de5ceac - main - net/containernetworking-plugins: changes to pkg-{descr,message}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 15:15:25 UTC
The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d167de5ceac7e1b358dccae80592994d8dd30d6 commit 5d167de5ceac7e1b358dccae80592994d8dd30d6 Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2023-12-09 16:44:13 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2024-01-11 15:14:53 +0000 net/containernetworking-plugins: changes to pkg-{descr,message} Fix a grammar nit in pkg-message. Also capitalise Podman and Buildah, following upstream policy. --- net/containernetworking-plugins/Makefile | 2 +- net/containernetworking-plugins/pkg-descr | 2 +- net/containernetworking-plugins/pkg-message | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/containernetworking-plugins/Makefile b/net/containernetworking-plugins/Makefile index 285c60d4a692..296cecb691e4 100644 --- a/net/containernetworking-plugins/Makefile +++ b/net/containernetworking-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= containernetworking-plugins DISTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= dfr@FreeBSD.org diff --git a/net/containernetworking-plugins/pkg-descr b/net/containernetworking-plugins/pkg-descr index cc57e1bcaf5c..b035de52b3c9 100644 --- a/net/containernetworking-plugins/pkg-descr +++ b/net/containernetworking-plugins/pkg-descr @@ -1,3 +1,3 @@ CNI plugins for container networking support. This is used by -container engines such as podman and buildah to setup and teardown +container engines such as Podman and Buildah to setup and teardown network access for containers. diff --git a/net/containernetworking-plugins/pkg-message b/net/containernetworking-plugins/pkg-message index bae89ef8843a..4196050022cf 100644 --- a/net/containernetworking-plugins/pkg-message +++ b/net/containernetworking-plugins/pkg-message @@ -4,7 +4,7 @@ translation. A simple example is included - to use it: # cp /usr/local/etc/containers/pf.conf.sample /etc/pf.conf ... -Edit /etc/pf.conf and set v4egress_if, v6egress_if to your network interface(s)s +Edit /etc/pf.conf and set v4egress_if, v6egress_if to your network interface(s) ... # sysrc pf_enable=YES # service pf start