Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 11:24:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 985ea4dbe23c - main - math/ttmath: Add fetch dependency security/ca_root_nss
Message-ID:  <202406231124.45NBOPMY016729@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=985ea4dbe23ca886de256421ad736ab34211ce0f

commit 985ea4dbe23ca886de256421ad736ab34211ce0f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-23 11:22:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-23 11:22:37 +0000

    math/ttmath: Add fetch dependency security/ca_root_nss
---
 math/ttmath/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/ttmath/Makefile b/math/ttmath/Makefile
index 144d75ed4bdb..c557ae9f1e33 100644
--- a/math/ttmath/Makefile
+++ b/math/ttmath/Makefile
@@ -9,7 +9,8 @@ WWW=		https://ttmath.org
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-FETCH_DEPENDS=	git:devel/git
+FETCH_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
+		git:devel/git
 
 USES=		cmake:testing
 



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