From owner-svn-ports-all@freebsd.org Fri Dec 7 15:24:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76CD11310A34; Fri, 7 Dec 2018 15:24:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7EB8F53E; Fri, 7 Dec 2018 15:24:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEC9A14E54; Fri, 7 Dec 2018 15:24:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7FO8nL040839; Fri, 7 Dec 2018 15:24:08 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7FO85i040837; Fri, 7 Dec 2018 15:24:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812071524.wB7FO85i040837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 7 Dec 2018 15:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486866 - in head/security/py-trezor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/security/py-trezor: . files X-SVN-Commit-Revision: 486866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1A7EB8F53E X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 15:24:09 -0000 Author: ehaupt Date: Fri Dec 7 15:24:08 2018 New Revision: 486866 URL: https://svnweb.freebsd.org/changeset/ports/486866 Log: Update to 0.11.0 Added: head/security/py-trezor/files/ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py (contents, props changed) Modified: head/security/py-trezor/Makefile head/security/py-trezor/distinfo (contents, props changed) Modified: head/security/py-trezor/Makefile ============================================================================== --- head/security/py-trezor/Makefile Fri Dec 7 14:44:26 2018 (r486865) +++ head/security/py-trezor/Makefile Fri Dec 7 15:24:08 2018 (r486866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.0 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Client side implementation for TREZOR Bitcoin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= protoc:devel/protobuf \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} \ @@ -20,8 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi USES= python:3.3+ shebangfix USE_PYTHON= autoplist concurrent distutils -NO_ARCH= yes -SHEBANG_FILES= vendor/trezor-common/defs/coins/tools/build_coins.py +NO_ARCH= yes .include Modified: head/security/py-trezor/distinfo ============================================================================== --- head/security/py-trezor/distinfo Fri Dec 7 14:44:26 2018 (r486865) +++ head/security/py-trezor/distinfo Fri Dec 7 15:24:08 2018 (r486866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529839309 -SHA256 (trezor-0.10.2.tar.gz) = 4dba4d5c53d3ca22884d79fb4aa68905fb8353a5da5f96c734645d8cf537138d -SIZE (trezor-0.10.2.tar.gz) = 497984 +TIMESTAMP = 1544191178 +SHA256 (trezor-0.11.0.tar.gz) = 1132f6a97afb0979c5018b067494bc8917b881c02d965f991270a70543b5050c +SIZE (trezor-0.11.0.tar.gz) = 1422722 Added: head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py Fri Dec 7 15:24:08 2018 (r486866) @@ -0,0 +1,11 @@ +--- vendor/trezor-common/tools/coin_info.py.orig 2018-11-08 13:20:31 UTC ++++ vendor/trezor-common/tools/coin_info.py +@@ -25,7 +25,7 @@ def load_json(*path): + else: + filename = os.path.join(DEFS_DIR, *path) + +- with open(filename) as f: ++ with open(filename, encoding="utf-8") as f: + return json.load(f, object_pairs_hook=OrderedDict) + +