Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2023 21:24:34 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb15296d0d44 - main - net/findomain: Mark BROKEN due to unfetchable dependency
Message-ID:  <202301042124.304LOYHR073182@gitrepo.freebsd.org>

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

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

commit eb15296d0d44fbfd188fd6f18618d446c2597790
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-04 21:10:42 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-04 21:11:28 +0000

    net/findomain: Mark BROKEN due to unfetchable dependency
    
    Fails to fetch from GitHub project Edu4rdSHL/trust-dns (404)
    
    Reported by:    pkg-fallout, eduardo
---
 net/findomain/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/findomain/Makefile b/net/findomain/Makefile
index 5b2a9f2a86ff..bb4270a022ab 100644
--- a/net/findomain/Makefile
+++ b/net/findomain/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/Findomain/findomain
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Unfetchable
+
 USES=		cargo ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	Findomain



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