summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-07 20:34:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-07 20:34:37 +0000
commitded2188719f088681d04b44630447d6275bab99f (patch)
tree4e48e38c8b5c89d037ac620d812c06aad5940759 /finance
parentUpdate to 2.6.1 (diff)
- Rename securitypy-btchip to security/py-btchip-python to reflect official
Python modules naming scheme [1]. - Explain in MOVED why the port was renamed - Update security/py-btchip-python to 0.1.22 - Update dependency of finance/electrum Notified by: koobs [1]
Notes
Notes: svn path=/head/; revision=453674
Diffstat (limited to 'finance')
-rw-r--r--finance/electrum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index fb467f98e02b..06a91d505a6a 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -3,7 +3,7 @@
PORTNAME= electrum
PORTVERSION= 2.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/
@@ -38,7 +38,7 @@ OPTIONS_DEFAULT=LEDGER TREZOR
LEDGER_DESC= Enable LEDGER Bitcoin hardware wallet support
TREZOR_DESC= Enable TREZOR Bitcoin hardware wallet support
-LEDGER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip>0:security/py-btchip
+LEDGER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip-python>0:security/py-btchip-python
TREZOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trezor>0:security/py-trezor
LEDGER_PLIST_FILES= "@sample etc/devd/ledger_wallet.conf.sample"