Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:35:12 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3cb0a4a2436 - main - net/minissdpd: Add CPE information
Message-ID:  <202110211435.19LEZCCD072028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit c3cb0a4a2436e78e8f5adf09473d635b4fc0d9ef
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:26:55 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:26:55 +0000

    net/minissdpd: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/minissdpd/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile
index 7972587556ed..fd3e791758d4 100644
--- a/net/minissdpd/Makefile
+++ b/net/minissdpd/Makefile
@@ -11,7 +11,8 @@ COMMENT=	UPnP IGD discovery speed enhancer
 
 LICENSE=	BSD3CLAUSE
 
-USES=		gmake
+USES=		cpe gmake
+CPE_VENDOR=	miniupnp_project
 USE_RC_SUBR=	minissdpd
 
 CFLAGS+=	-D_GNU_SOURCE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211435.19LEZCCD072028>