git: 5209b627a0b7 - main - net-im/gajim: add missing dependency upon py-qrcode
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 13:16:42 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=5209b627a0b7af34933ad61e06b85d55610083c3 commit 5209b627a0b7af34933ad61e06b85d55610083c3 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-06-06 13:16:03 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-06-06 13:16:03 +0000 net-im/gajim: add missing dependency upon py-qrcode PR: 274490 Reported by: Goran Mekić <meka@tilda.center> --- net-im/gajim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 1e317c26d19f..0d25361477d7 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -1,5 +1,6 @@ PORTNAME= gajim DISTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}omemo-dr>0:security/py-omemo-dr@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}omemo-dr>0:security/py-omemo-dr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libgspell-1.so:textproc/gspell