Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2022 15:01:41 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: 24a00b1ab08c - main - www/owncast: Add CPE information
Message-ID:  <202201031501.203F1f1R058172@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=24a00b1ab08c4e36256983ccb4d6a79934c9da69

commit 24a00b1ab08c4e36256983ccb4d6a79934c9da69
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-01-03 14:55:14 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-01-03 14:55:14 +0000

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

diff --git a/www/owncast/Makefile b/www/owncast/Makefile
index 20890220a8e5..4722293f9ece 100644
--- a/www/owncast/Makefile
+++ b/www/owncast/Makefile
@@ -14,9 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
-USES=		go:modules
+USES=		cpe go:modules
 USE_RC_SUBR=	owncast
 
+CPE_VENDOR=	owncast_project
+
 GO_MODULE=	github.com/owncast/owncast
 
 _DAEMONARGS=	-S -l \$${owncast_facility} -s \$${owncast_priority} -T \$${name}



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