From owner-svn-ports-head@freebsd.org Mon Jun 11 08:36:58 2018 Return-Path: Delivered-To: svn-ports-head@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 481551020A88; Mon, 11 Jun 2018 08:36:58 +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 EC1F276410; Mon, 11 Jun 2018 08:36:57 +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 CD7711917E; Mon, 11 Jun 2018 08:36:57 +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 w5B8aveF009017; Mon, 11 Jun 2018 08:36:57 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5B8avVg009015; Mon, 11 Jun 2018 08:36:57 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201806110836.w5B8avVg009015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 11 Jun 2018 08:36:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472173 - head/security/py-trezor X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/py-trezor X-SVN-Commit-Revision: 472173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 08:36:58 -0000 Author: ehaupt Date: Mon Jun 11 08:36:57 2018 New Revision: 472173 URL: https://svnweb.freebsd.org/changeset/ports/472173 Log: Update to 0.10.0 Modified: head/security/py-trezor/Makefile head/security/py-trezor/distinfo Modified: head/security/py-trezor/Makefile ============================================================================== --- head/security/py-trezor/Makefile Mon Jun 11 08:34:33 2018 (r472172) +++ head/security/py-trezor/Makefile Mon Jun 11 08:36:57 2018 (r472173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${FLAVOR} -USES= python +USES= python:3.3+ shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes GH_PROJECT= python-trezor +GH_TUPLE= trezor:trezor-common:7be980a:common/vendor/trezor-common + +SHEBANG_FILES= vendor/trezor-common/defs/coins/tools/build_coins.py .include Modified: head/security/py-trezor/distinfo ============================================================================== --- head/security/py-trezor/distinfo Mon Jun 11 08:34:33 2018 (r472172) +++ head/security/py-trezor/distinfo Mon Jun 11 08:36:57 2018 (r472173) @@ -1,3 +1,5 @@ -TIMESTAMP = 1520325351 -SHA256 (trezor-python-trezor-v0.9.1_GH0.tar.gz) = 032510e74dbff956a5160e5a20067e61b20ade824cce5fccd300bdbdf04b8de6 -SIZE (trezor-python-trezor-v0.9.1_GH0.tar.gz) = 211046 +TIMESTAMP = 1528705638 +SHA256 (trezor-python-trezor-v0.10.0_GH0.tar.gz) = 0b1c59c39a2806ef7f04d7239d5ff222b33464218142bc6ae304da9a0cbc6dce +SIZE (trezor-python-trezor-v0.10.0_GH0.tar.gz) = 253756 +SHA256 (trezor-trezor-common-7be980a_GH0.tar.gz) = 531108165901acae820db4282e0b0a28c087a7cbeac5c833d8f00087dc64a6cc +SIZE (trezor-trezor-common-7be980a_GH0.tar.gz) = 294090