From owner-dev-commits-ports-main@freebsd.org Sat May 8 06:46:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E57E262AEEE; Sat, 8 May 2021 06:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FcdC75xqCz4ZR1; Sat, 8 May 2021 06:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B497C1A533; Sat, 8 May 2021 06:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1486kh0O048221; Sat, 8 May 2021 06:46:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1486khSE048220; Sat, 8 May 2021 06:46:43 GMT (envelope-from git) Date: Sat, 8 May 2021 06:46:43 GMT Message-Id: <202105080646.1486khSE048220@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 43dde94b6298 - main - security/py-keepkey: Update to 6.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43dde94b6298bb1e63bea4c65b3f14391fe8b84d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2021 06:46:44 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=43dde94b6298bb1e63bea4c65b3f14391fe8b84d commit 43dde94b6298bb1e63bea4c65b3f14391fe8b84d Author: Emanuel Haupt AuthorDate: 2021-05-08 06:46:36 +0000 Commit: Emanuel Haupt CommitDate: 2021-05-08 06:46:36 +0000 security/py-keepkey: Update to 6.7.0 --- security/py-keepkey/Makefile | 14 +++++++++----- security/py-keepkey/distinfo | 10 +++++++--- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/security/py-keepkey/Makefile b/security/py-keepkey/Makefile index 0e18329d09b5..49b8564dc628 100644 --- a/security/py-keepkey/Makefile +++ b/security/py-keepkey/Makefile @@ -1,9 +1,9 @@ # Created by: Emanuel Haupt PORTNAME= keepkey -PORTVERSION= 6.6.0 +PORTVERSION= 6.7.0 +DISTVERSIONPREFIX= v CATEGORIES= security -MASTER_SITES= https://github.com/${PORTNAME}/python-${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org @@ -12,12 +12,16 @@ COMMENT= Library for communicating with KeepKey Hardware Wallet LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.8:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post15:comms/py-hidapi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6:devel/py-libusb1@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6:devel/py-libusb1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.8:security/py-mnemonic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ +USE_GITHUB= yes +GH_PROJECT= python-keepkey +GH_TUPLE= keepkey:device-protocol:84d438b:devproto/device-protocol \ + keepkey:ethereum-lists:e216e92:ethlist/keepkeylib/eth/ethereum-lists USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/security/py-keepkey/distinfo b/security/py-keepkey/distinfo index b2680b89d033..b0a2c69c82f7 100644 --- a/security/py-keepkey/distinfo +++ b/security/py-keepkey/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1611692066 -SHA256 (keepkey-6.6.0.tar.gz) = a5cf1949a3a2018b9723fb4a7121f910b0828f5b069efa5b468ae1906a8b7346 -SIZE (keepkey-6.6.0.tar.gz) = 170294 +TIMESTAMP = 1620454413 +SHA256 (keepkey-python-keepkey-v6.7.0_GH0.tar.gz) = 623e6be6987440ef638341a304a04de60cd280c2e42122fcbd19fda67717b209 +SIZE (keepkey-python-keepkey-v6.7.0_GH0.tar.gz) = 231248 +SHA256 (keepkey-device-protocol-84d438b_GH0.tar.gz) = fbbccb73411c68fa45b2f0e71045834fc262a9980980b474d96e202e2a939f72 +SIZE (keepkey-device-protocol-84d438b_GH0.tar.gz) = 43636 +SHA256 (keepkey-ethereum-lists-e216e92_GH0.tar.gz) = 25bd68921271a3193aaaf5e9b5cdad16259d5dcabd221d575c9294b42924d18b +SIZE (keepkey-ethereum-lists-e216e92_GH0.tar.gz) = 84560657