Index: head/security/py-trezor/Makefile =================================================================== --- head/security/py-trezor/Makefile (revision 486865) +++ head/security/py-trezor/Makefile (revision 486866) @@ -1,27 +1,28 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.0 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}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} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} 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 Index: head/security/py-trezor/distinfo =================================================================== --- head/security/py-trezor/distinfo (revision 486865) +++ head/security/py-trezor/distinfo (revision 486866) @@ -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 Property changes on: head/security/py-trezor/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property 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 (nonexistent) +++ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py (revision 486866) @@ -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) + + Property changes on: head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property