Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 06:08:40 +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: r513648 - head/security/py-ckcc-protocol
Message-ID:  <201910030608.x9368ePp045238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct  3 06:08:40 2019
New Revision: 513648
URL: https://svnweb.freebsd.org/changeset/ports/513648

Log:
  Update to 0.7.11

Modified:
  head/security/py-ckcc-protocol/Makefile
  head/security/py-ckcc-protocol/distinfo

Modified: head/security/py-ckcc-protocol/Makefile
==============================================================================
--- head/security/py-ckcc-protocol/Makefile	Thu Oct  3 04:40:30 2019	(r513647)
+++ head/security/py-ckcc-protocol/Makefile	Thu Oct  3 06:08:40 2019	(r513648)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ckcc-protocol
-PORTVERSION=	0.7.10
+PORTVERSION=	0.7.11
 CATEGORIES=	security
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,10 @@ COMMENT=	Coldcard CLI and python interface library
 
 LICENSE=	LGPL3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyaes>=0:security/py-pyaes@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post21:comms/py-hidapi@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/security/py-ckcc-protocol/distinfo
==============================================================================
--- head/security/py-ckcc-protocol/distinfo	Thu Oct  3 04:40:30 2019	(r513647)
+++ head/security/py-ckcc-protocol/distinfo	Thu Oct  3 06:08:40 2019	(r513648)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570000662
-SHA256 (ckcc-protocol-0.7.10.tar.gz) = 18dba265da66b8d4efb84e4bf6025a9c1a66dbd13ef131dee048575db68a9d9c
-SIZE (ckcc-protocol-0.7.10.tar.gz) = 21655
+TIMESTAMP = 1570082255
+SHA256 (ckcc-protocol-0.7.11.tar.gz) = d7348ad3d1d011199244343b36154ee09c63519b5af05f3837e70891349f6eaf
+SIZE (ckcc-protocol-0.7.11.tar.gz) = 21626



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