From 483ee8d1794a27b9084a5cdd2c96f0396dca58b3 Mon Sep 17 00:00:00 2001 From: Self-Hosting-Group <155233284+Self-Hosting-Group@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:00:00 +0000 Subject: [PATCH] net/miniupnpd: Update package description to include PCP as supported PR: 276657 Approved by: maintainer timeout Pull Request: https://github.com/freebsd/freebsd-ports/pull/223 --- net/miniupnpd/Makefile | 2 +- net/miniupnpd/pkg-descr | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index cce1a2539cb1..988168b9802b 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -4,7 +4,7 @@ PORTEPOCH= 1 CATEGORIES= net MAINTAINER= squat@squat.no -COMMENT= UPnP IGD implementation which uses pf +COMMENT= Lightweight UPnP IGD & PCP/NAT-PMP daemon which uses pf WWW= http://miniupnp.free.fr/ LICENSE= BSD3CLAUSE diff --git a/net/miniupnpd/pkg-descr b/net/miniupnpd/pkg-descr index c1328a1bece8..48ead058b983 100644 --- a/net/miniupnpd/pkg-descr +++ b/net/miniupnpd/pkg-descr @@ -1,3 +1,3 @@ -Mini UPnPd is a lightweight implementation of a UPnP IGD daemon. This is -supposed to be run on your gateway machine to allow client systems to redirect -ports and punch holes in the firewall. +MiniUPnPd is a lightweight implementation of a UPnP IGD & PCP/NAT-PMP daemon. +This is supposed to be run on your gateway machine to allow client systems to +map ports on the firewall.