Date: Fri, 18 Jun 2021 07:20:14 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: 1ebf3e6b99c1 - main - finance/electrum: Update to 4.1.4 Message-ID: <202106180720.15I7KEH6016921@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=1ebf3e6b99c10238cef9334b9f1b7b2a3c8ea94f commit 1ebf3e6b99c10238cef9334b9f1b7b2a3c8ea94f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-06-18 07:20:10 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-06-18 07:20:10 +0000 finance/electrum: Update to 4.1.4 --- finance/electrum/Makefile | 6 +++--- finance/electrum/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 67ba04a8f9d3..c9bfd6b19c25 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,8 +1,7 @@ # Created by: Neil Booth PORTNAME= electrum -PORTVERSION= 4.1.2 -PORTREVISION= 2 +PORTVERSION= 4.1.4 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -15,9 +14,10 @@ COMMENT= Easy to use Bitcoin client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE +# RuntimeError: aiorpcX version (0, 22, 1) does not match required: 0.18.7<=ver<0.19 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.18.7:devel/py-aiorpcX@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiorpcX-legacy<=0.19:devel/py-aiorpcX-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo index 13850c7875b0..574bd28ccbc7 100644 --- a/finance/electrum/distinfo +++ b/finance/electrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618046937 -SHA256 (Electrum-4.1.2.tar.gz) = 13ae70064a0eba5eed6e0d74fa2cee5d06b1e750bc283ecd28533a4ddadaa616 -SIZE (Electrum-4.1.2.tar.gz) = 11434262 +TIMESTAMP = 1623950181 +SHA256 (Electrum-4.1.4.tar.gz) = 1f99c61d2f29d8452425625211323337765a6a8342bbdf9bd64684e910c888d6 +SIZE (Electrum-4.1.4.tar.gz) = 11994329
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106180720.15I7KEH6016921>