diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-02-16 17:23:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-02-16 17:23:01 +0000 |
commit | ecd6c551b05f9e6167b6476e44ac3b6dd16a0d9c (patch) | |
tree | b2e6352e3050a918940a94a85ad40016813143fb /finance | |
parent | 5b03f7191313ccbf900b5957bd5cf626be912646 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/electrum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 30332b47647e..2f033371f881 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -3,6 +3,7 @@ PORTNAME= electrum PORTVERSION= 3.3.8 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -34,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>0:net/py-aiohttp-socks@${PY_FL ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} # Supports 3.4+ but aiorpcX is 3.6+ -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_PKGNAME= Electrum |