git: 95493e6d2a2b - main - net/minidlna: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 11:57:28 UTC
The branch main has been updated by decke:

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

commit 95493e6d2a2b92d934c1c4a0633d28db3ee873c6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:48:31 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:48:31 +0000

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

diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile
index b3bd5e03180b..8d8ffb36f589 100644
--- a/net/minidlna/Makefile
+++ b/net/minidlna/Makefile
@@ -22,7 +22,9 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3	\
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-db-path=/var/db/minidlna \
 		--with-os-url="http://www.FreeBSD.org"
-USES=		autoreconf gettext-tools iconv jpeg localbase
+USES=		autoreconf cpe gettext-tools iconv jpeg localbase
+
+CPE_VENDOR=	minidlna_project
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	glebius