Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2025 20:34:28 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d63cba0578f1 - main - devel/py-parallax: Remove useless GH_TAG and redundent GH_PROJECT
Message-ID:  <202501152034.50FKYSdc071671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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