The makefile for this port sets GH_TAG which doesn't do anything. It was likely meant to be GH_TAGNAME but the github hash specified corresponds to PORTVERSION which is the default and so redundant. Also, I believe GH_PROJECT defaults to PORTNAME and does not need to be set either in this circumstance. Note: I am not a user of this port, I just happened to notice this while grep'ing port makefiles to figure out how to do something...
Created attachment 254887 [details] patch Here's a quick patch, it builds and installs.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d63cba0578f1e7f1e5481b18200e6c809b49fc68 commit d63cba0578f1e7f1e5481b18200e6c809b49fc68 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-01-15 20:34:02 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-01-15 20:34:02 +0000 devel/py-parallax: Remove useless GH_TAG and redundent GH_PROJECT GH_TAG doesn't do anything, remove it. GH_PROJECT already defaults to PORTNAME, remove it. PR: 282498 Approved by: egypcio (maintainer timeout, 2 months) devel/py-parallax/Makefile | 2 -- 1 file changed, 2 deletions(-)