git: a8b1ce8bbbcb - main - security/py-pysrp: Fix github config
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 17:58:34 UTC
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