Date: Sun, 14 Jul 2024 13:03:41 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 483ee8d1794a - main - net/miniupnpd: Update package description to include PCP as supported Message-ID: <202407141303.46ED3fFp066412@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=483ee8d1794a27b9084a5cdd2c96f0396dca58b3 commit 483ee8d1794a27b9084a5cdd2c96f0396dca58b3 Author: Self-Hosting-Group <155233284+Self-Hosting-Group@users.noreply.github.com> AuthorDate: 2024-07-05 00:00:00 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-07-14 13:02:56 +0000 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407141303.46ED3fFp066412>