From a8b1ce8bbbcb2d3a98998367fb358ebef400b87b Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Sat, 2 Nov 2024 10:58:04 -0700 Subject: [PATCH] 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