git: d63cba0578f1 - main - devel/py-parallax: Remove useless GH_TAG and redundent GH_PROJECT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 20:34:28 UTC
The branch main has been updated by leres: 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(-) diff --git a/devel/py-parallax/Makefile b/devel/py-parallax/Makefile index 4050a1a3e37b..2ff29111630e 100644 --- a/devel/py-parallax/Makefile +++ b/devel/py-parallax/Makefile @@ -15,7 +15,5 @@ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= krig -GH_PROJECT= parallax -GH_TAG= 6713276 .include <bsd.port.mk>