Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 21:08:01 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: 8956ecd6dfc0 - main - finance/electrum: Update to 4.1.1
Message-ID:  <202104062108.136L81Wp046400@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=8956ecd6dfc052566bed66a953cce94282f4bb41

commit 8956ecd6dfc052566bed66a953cce94282f4bb41
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-04-06 21:07:45 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-04-06 21:07:54 +0000

    finance/electrum: Update to 4.1.1
---
 finance/electrum/Makefile | 38 +++++++++++++++++++-------------------
 finance/electrum/distinfo |  6 +++---
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index 1bc596e2b5ca..2f39b85e564c 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -1,7 +1,7 @@
 # Created by: Neil Booth
 
 PORTNAME=	electrum
-PORTVERSION=	4.0.9
+PORTVERSION=	4.1.1
 CATEGORIES=	finance python
 MASTER_SITES=	https://download.electrum.org/${PORTVERSION}/ \
 		http://download.electrum.org/${PORTVERSION}/
@@ -16,7 +16,9 @@ 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.18:devel/py-aiorpcX@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.18.7:devel/py-aiorpcX@${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} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython<2.0:dns/py-dnspython@${PY_FLAVOR} \
@@ -24,40 +26,38 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
 		${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3.12:devel/py-protobuf@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}QDarkStyle<2.9:textproc/py-QDarkStyle@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}QDarkStyle==2.8.1:textproc/py-QDarkStyle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.7+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 PYDISTUTILS_PKGNAME=	Electrum
-NO_ARCH=	yes
-OPTIONS_SUB=	yes
 
-OPTIONS_DEFINE=	GUI HARDWARE
-OPTIONS_DEFAULT=GUI HARDWARE
+SHEBANG_FILES=	electrum/electrum
+SHEBANG_GLOB=	*.py
 
-GUI_USES=	desktop-file-utils pyqt:5
-GUI_USE=	PYQT=gui_run,sip,widgets
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=		GUI HARDWARE
+OPTIONS_DEFAULT=	GUI HARDWARE
+OPTIONS_SUB=		yes
 
-HARDWARE_USE=	PYTHON=cython
 HARDWARE_DESC=	Enable Bitcoin hardware wallet support
 
+GUI_USES=		desktop-file-utils pyqt:5
+GUI_USE=		PYQT=sip,widgets,gui_run
 HARDWARE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}btchip-python>=0.1.30:security/py-btchip-python@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}trezor>=0.12.0:security/py-trezor@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}ckcc-protocol>=0.7.7:security/py-ckcc-protocol@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}keepkey>=6.3.1:security/py-keepkey@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}ckcc-protocol>=0.7.7:security/py-ckcc-protocol@${PY_FLAVOR}
-
-HARDWARE_PLIST_FILES=	"@sample etc/devd/hardware_wallet.conf.sample"
-
+			${PYTHON_PKGNAMEPREFIX}trezor>=0.12.0:security/py-trezor@${PY_FLAVOR}
+HARDWARE_USE=		PYTHON=cython
 HARDWARE_SUB_FILES=	pkg-message-hwwallet
+HARDWARE_PLIST_FILES=	"@sample etc/devd/hardware_wallet.conf.sample"
 
 post-patch-GUI-off:
 	@${REINPLACE_CMD} -e '/electrum\.desktop/d' ${WRKSRC}/setup.py
diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo
index fd7ee8545a47..08c449de55f6 100644
--- a/finance/electrum/distinfo
+++ b/finance/electrum/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608535584
-SHA256 (Electrum-4.0.9.tar.gz) = 6a3fc11aa475fa4d1573d72116eeddae43a495443d8bfcba15c3a1139f8a72bb
-SIZE (Electrum-4.0.9.tar.gz) = 10457149
+TIMESTAMP = 1617437268
+SHA256 (Electrum-4.1.1.tar.gz) = 00addc040c24e0847d9d3346cb655eb9be3a47ae309488fcb1af132552a3e679
+SIZE (Electrum-4.1.1.tar.gz) = 11046215



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104062108.136L81Wp046400>