git: eb15296d0d44 - main - net/findomain: Mark BROKEN due to unfetchable dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jan 2023 21:24:34 UTC
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