Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:29 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cad168be318a - main - net/miniupnpc: Add CPE information
Message-ID:  <202110081157.198BvTJq067604@gitrepo.freebsd.org>

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

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

commit cad168be318a5da9460d1c384c6813ed9fab0ecf
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:49:16 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:49:16 +0000

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

diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile
index f5c588b3f9d5..3ee7718613ad 100644
--- a/net/miniupnpc/Makefile
+++ b/net/miniupnpc/Makefile
@@ -10,10 +10,12 @@ COMMENT?=	UPnP IGD client lightweight library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES+=		gmake
+USES+=		cpe gmake
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	miniupnp_project
+
 CONFIGURE_SCRIPT=	updateminiupnpcstrings.sh
 MAKE_ENV+=	INSTALLPREFIX=${PREFIX}
 



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