Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 17:58:34 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: a8b1ce8bbbcb - main - security/py-pysrp: Fix github config
Message-ID:  <202411021758.4A2HwY1o048131@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=a8b1ce8bbbcb2d3a98998367fb358ebef400b87b

commit a8b1ce8bbbcb2d3a98998367fb358ebef400b87b
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-11-02 17:58:04 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-11-02 17:58:04 +0000

    security/py-pysrp: Fix github config
    
    GH_TAG should have been GH_TAGNAME which defaults to DISTVERSIONFULL
    and isn't needed. And GH_ACCOUNT defaults to PORTNAME and isn't
    needed.
---
 security/py-pysrp/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/py-pysrp/Makefile b/security/py-pysrp/Makefile
index ee43f9cb01d1..9a6336c69f24 100644
--- a/security/py-pysrp/Makefile
+++ b/security/py-pysrp/Makefile
@@ -14,8 +14,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>1.16.0:devel/py-six@${PY_FLAVOR}
 USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	cocagne
-GH_PROJECT=	${PORTNAME}
-GH_TAG=		${DISTVERSION}
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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