Date: Sun, 29 Jan 2023 13:48:46 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d967d8aae2b - main - databases/pgbarman: delete unnecesssary USES=pgsql Message-ID: <202301291348.30TDmkKF050618@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d967d8aae2b04986517babbd2fed4b563f41ae6 commit 4d967d8aae2b04986517babbd2fed4b563f41ae6 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-01-29 13:45:21 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-01-29 13:48:34 +0000 databases/pgbarman: delete unnecesssary USES=pgsql pgbarman is pure python and has no direct dependency on psql, libpq or anything provided by postgresql client/server ports themselves. --- databases/pgbarman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 0d22190cd1fc..1aacc671b213 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301291348.30TDmkKF050618>