git: 91d3badef8f2 - main - finance/electrum: Fix runtime issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Apr 2024 20:14:36 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8 commit 91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-04-09 20:07:26 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-04-09 20:07:26 +0000 finance/electrum: Fix runtime issue Adjust the dependency to use the latest supported version of py-aiorpcX, which is version 0.22.0. --- finance/electrum/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index fd20a791e62a..0d9f797c5133 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,5 +1,6 @@ PORTNAME= electrum -PORTVERSION= 4.5.4 +DISTVERSION= 4.5.4 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.0:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.22.0:devel/py-aiorpcX@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiorpcX-legacy<=0.22.0:devel/py-aiorpcX-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \