git: 22cdc573029a - 2022Q4 - databases/py-pgxnclient: Add missing RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Oct 2022 00:44:07 UTC
The branch 2022Q4 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=22cdc573029a9eb25cd374fd0907940276364a8b commit 22cdc573029a9eb25cd374fd0907940276364a8b Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-10-13 00:42:33 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-10-13 00:43:51 +0000 databases/py-pgxnclient: Add missing RUN_DEPENDS PR: 266994 Reported by: Daniel Ziltener <dziltener@lyrion.ch> (cherry picked from commit 149401ac863afd620c0151565770866439404650) --- databases/py-pgxnclient/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile index ae66990dcb27..9bf33d41b495 100644 --- a/databases/py-pgxnclient/Makefile +++ b/databases/py-pgxnclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= pgxnclient PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist concurrent distutils optsuffix