git: 52b20f35c1f4 - main - www/adguardhome: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Thu Sep 30 15:15:08 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52b20f35c1f4c0221772ed703fa1e334f7ad831f
commit 52b20f35c1f4c0221772ed703fa1e334f7ad831f
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 14:47:58 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-30 15:14:16 +0000
www/adguardhome: Add CPE information
Approved by: portmgr (blanket)
---
www/adguardhome/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile
index 9e16904569b8..cd8ecb8eee19 100644
--- a/www/adguardhome/Makefile
+++ b/www/adguardhome/Makefile
@@ -9,7 +9,7 @@ COMMENT= Network-wide ads & trackers blocking DNS server
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= go:modules
+USES= cpe go:modules
GO_MODULE= github.com/AdguardTeam/AdGuardHome
@@ -26,6 +26,8 @@ USER= root # it has to run as root because it listens on the privileged DNS por
SUB_LIST= USER=${USER}
USE_RC_SUBR= ${PORTNAME}
+CPE_VENDOR= adguard
+
.if (${DEV_UPDATE_MODE} == "yes")
BUILD_DEPENDS= npm:www/npm \
yarn:www/yarn
More information about the dev-commits-ports-all
mailing list