git: 1329a63d1e9e - main - deskutils/py-vorta: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Nov 2024 22:17:40 UTC
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=1329a63d1e9ed354851726227a075d4ce534a1e2 commit 1329a63d1e9ed354851726227a075d4ce534a1e2 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-11-18 22:13:28 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-11-18 22:13:28 +0000 deskutils/py-vorta: Add missing dependency - Add databases/py-sqlite3 to run dependencies - Bump PORTREVISION Reported by: Jochen Baier (via private email) --- deskutils/py-vorta/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deskutils/py-vorta/Makefile b/deskutils/py-vorta/Makefile index d6632ba65eea..0ba8c7b970ea 100644 --- a/deskutils/py-vorta/Makefile +++ b/deskutils/py-vorta/Makefile @@ -1,6 +1,7 @@ PORTNAME= vorta DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=1.2.7:archivers/py-borgbackup@${ ${PYTHON_PKGNAMEPREFIX}peewee>=3.15.0:databases/py-peewee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3.11.0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.8:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.11.10:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt6-pyqt>=6.6.1:devel/py-qt6-pyqt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}SecretStorage>=3.3.1:security/py-SecretStorage@${PY_FLAVOR}