Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions productivity/electrum/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# $OpenBSD$

COMMENT = lightweight Bitcoin wallet

VERSION = 3.3.8
VERSION = 4.3.4
DISTNAME = Electrum-${VERSION}
PKGNAME = electrum-${VERSION}

Expand All @@ -26,12 +24,15 @@ RUN_DEPENDS = x11/py-qt5${MODPY_FLAVOR} \
graphics/py-qrcode${MODPY_FLAVOR} \
devel/py-protobuf${MODPY_FLAVOR} \
net/py-dnspython${MODPY_FLAVOR} \
devel/py-jsonrpclib${MODPY_FLAVOR} \
devel/py-certifi${MODPY_FLAVOR}
# qdarkstyle<2.7
# aiorpcx>=0.18,<0.19
# aiohttp>=3.3.0
# aiohttp_socks
net/py-aiorpcx${MODPY_FLAVOR} \
net/py-aiohttp_socks${MODPY_FLAVOR} \
net/py-python-socks${MODPY_FLAVOR} \
devel/py-certifi${MODPY_FLAVOR} \
devel/py-attrs${MODPY_FLAVOR} \
www/py-aiohttp${MODPY_FLAVOR} \
security/py-cryptography${MODPY_FLAVOR} \
devel/py-bitstring${MODPY_FLAVOR} \
net/bitcoin

# XXX other deps in requirements-hw.txt that we can consider optional for now
# hopefully.
Expand Down
2 changes: 2 additions & 0 deletions productivity/electrum/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- make port for aiorpcx and add it as a dependency
- make port for aiohttp_socks and ass it as a dependency
4 changes: 2 additions & 2 deletions productivity/electrum/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (Electrum-3.3.8.tar.gz) = 4q3xkYR2CdW9hQMg9kfbY0eVKxcDZKRjJ22yeoNkALw=
SIZE (Electrum-3.3.8.tar.gz) = 8911228
SHA256 (Electrum-4.3.4.tar.gz) = +Z4NZK/unFN6mxCuMleHBxAoD+U1PzVk3/ZnZRmOOxo=
SIZE (Electrum-4.3.4.tar.gz) = 13666830
Loading