Index: head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py =================================================================== --- head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py (revision 503178) +++ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py (nonexistent) @@ -1,11 +0,0 @@ ---- 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) - - Property changes on: head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-trezor/Makefile =================================================================== --- head/security/py-trezor/Makefile (revision 503178) +++ head/security/py-trezor/Makefile (revision 503179) @@ -1,34 +1,35 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client side implementation for TREZOR Bitcoin hardware wallets 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}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyblake2>=0:security/py-pyblake2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python:3.3+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -SHEBANG_FILES= trezorlib/tests/burn_tests/burntest.py +SHEBANG_FILES= trezorlib/tests/burn_tests/burntest_t1.py \ + trezorlib/tests/burn_tests/burntest_t2.py .include Index: head/security/py-trezor/distinfo =================================================================== --- head/security/py-trezor/distinfo (revision 503178) +++ head/security/py-trezor/distinfo (revision 503179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551380729 -SHA256 (trezor-0.11.2.tar.gz) = a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8 -SIZE (trezor-0.11.2.tar.gz) = 1734569 +TIMESTAMP = 1559317549 +SHA256 (trezor-0.11.3.tar.gz) = c79a500e90d003073c8060d319dceb042caaba9472f13990c77ed37d04a82108 +SIZE (trezor-0.11.3.tar.gz) = 284074