git: 4d967d8aae2b - main - databases/pgbarman: delete unnecesssary USES=pgsql
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Jan 2023 13:48:46 UTC
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