Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 07:44:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451809 - head/security/py-btchip
Message-ID:  <201710120744.v9C7iAbo049167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 12 07:44:10 2017
New Revision: 451809
URL: https://svnweb.freebsd.org/changeset/ports/451809

Log:
  For BIP 39 support during dongle setup, also install security/py-mnemonic.

Modified:
  head/security/py-btchip/Makefile

Modified: head/security/py-btchip/Makefile
==============================================================================
--- head/security/py-btchip/Makefile	Thu Oct 12 06:44:55 2017	(r451808)
+++ head/security/py-btchip/Makefile	Thu Oct 12 07:44:10 2017	(r451809)
@@ -4,6 +4,7 @@
 PORTNAME=	btchip
 PORTVERSION=	0.1.21
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +14,8 @@ COMMENT=	Python communication library for Ledger Hardw
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic \
+		${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
 		${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
 		${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi
 



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