Date: Sun, 19 Jan 2025 08:56:38 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3eaa152b8d73 - main - finance/electrum: Update dependency Message-ID: <202501190856.50J8ucNo083036@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3eaa152b8d73ae26c430c27145b7c4e3abc58113 commit 3eaa152b8d73ae26c430c27145b7c4e3abc58113 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-01-19 08:56:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-01-19 08:56:15 +0000 finance/electrum: Update dependency Update dependency after py-aiorpcX{,-legacy} update. --- finance/electrum/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 54a7901c1c93..aaf067605fea 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,6 +1,6 @@ PORTNAME= electrum DISTVERSION= 4.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -16,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.23.1:devel/py-aiorpcX@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiorpcX-legacy>=0.23.1: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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501190856.50J8ucNo083036>