Index: head/security/py-trezor/Makefile =================================================================== --- head/security/py-trezor/Makefile (revision 544558) +++ head/security/py-trezor/Makefile (revision 544559) @@ -1,34 +1,34 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 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>=7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}construct>=2.9:devel/py-construct@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post20:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.17:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyblake2>=0.9.3:security/py-pyblake2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libusb1>=1.6.4:devel/py-libusb1@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/security/py-trezor/distinfo =================================================================== --- head/security/py-trezor/distinfo (revision 544558) +++ head/security/py-trezor/distinfo (revision 544559) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585811244 -SHA256 (trezor-0.12.0.tar.gz) = f6bc821bddec06e67a1abd0be1d9fbc61c59b08272c736522ae2f6b225bf9579 -SIZE (trezor-0.12.0.tar.gz) = 149469 +TIMESTAMP = 1596966690 +SHA256 (trezor-0.12.1.tar.gz) = 293cfc3c5d13fa62a42d23f85daa0c98e3eb2e3c44ab0ca54eb314cd69aa29f0 +SIZE (trezor-0.12.1.tar.gz) = 156783 Index: head/security/py-trezor/pkg-descr =================================================================== --- head/security/py-trezor/pkg-descr (revision 544558) +++ head/security/py-trezor/pkg-descr (revision 544559) @@ -1,3 +1,3 @@ Client side implementation for TREZOR-compatible Bitcoin hardware wallets. -WWW: https://github.com/trezor/python-trezor +WWW: https://pypi.org/project/trezor/