aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2023-12-09 16:44:13 +0000
committerDoug Rabson <dfr@FreeBSD.org>2024-01-11 15:14:53 +0000
commit5d167de5ceac7e1b358dccae80592994d8dd30d6 (patch)
treee14d2a1d72dba7247025c9af447a8ea7680cd7cf
parentab26d9d01fc9240fca3c0c91f2f3e0c3f73aee3c (diff)
downloadports-5d167de5ceac7e1b358dccae80592994d8dd30d6.tar.gz
ports-5d167de5ceac7e1b358dccae80592994d8dd30d6.zip
net/containernetworking-plugins: changes to pkg-{descr,message}
Fix a grammar nit in pkg-message. Also capitalise Podman and Buildah, following upstream policy.
-rw-r--r--net/containernetworking-plugins/Makefile2
-rw-r--r--net/containernetworking-plugins/pkg-descr2
-rw-r--r--net/containernetworking-plugins/pkg-message2
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