git: dae61fc2df54 - 2024Q2 - finance/electrum: Fix runtime issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 05:22:31 UTC
The branch 2024Q2 has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=dae61fc2df54676ec7b641defc631fd582e875fb commit dae61fc2df54676ec7b641defc631fd582e875fb Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-04-09 20:07:26 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-04-17 05:16:55 +0000 finance/electrum: Fix runtime issue Adjust the dependency to use the latest supported version of py-aiorpcX, which is version 0.22.0. (cherry picked from commit 91d3badef8f2b9f4ee96f4403d6eee08cbeb5da8) --- 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} \