git: a19b81ddd8ef - main - www/adguardhome: Add run-time dependency ca_root_nss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Jul 2022 04:29:57 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a19b81ddd8efbcdb7b562074e657ab3f2df1d9f7 commit a19b81ddd8efbcdb7b562074e657ab3f2df1d9f7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-03 04:28:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-03 04:28:30 +0000 www/adguardhome: Add run-time dependency ca_root_nss Otherwise there would be errors with certificates not being recognised. --- www/adguardhome/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 0990a7d8d22e..e20e3d26a4a3 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,6 +1,7 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v DISTVERSION= 0.107.7 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -9,6 +10,8 @@ COMMENT= Network-wide ads & trackers blocking DNS server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss + USES= cpe go:modules GO_MODULE= github.com/AdguardTeam/AdGuardHome