Date: Sun, 3 Jul 2022 04:30:32 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ea0b599419c2 - 2022Q3 - www/adguardhome: Add run-time dependency ca_root_nss Message-ID: <202207030430.2634UWmm009724@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea0b599419c223895222388beaa96ce3fe225a7a commit ea0b599419c223895222388beaa96ce3fe225a7a 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:30:23 +0000 www/adguardhome: Add run-time dependency ca_root_nss Otherwise there would be errors with certificates not being recognised. (cherry picked from commit a19b81ddd8efbcdb7b562074e657ab3f2df1d9f7) --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207030430.2634UWmm009724>