From owner-svn-ports-all@freebsd.org Tue Nov 7 20:35:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B2A4E63F81; Tue, 7 Nov 2017 20:35:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3288367C16; Tue, 7 Nov 2017 20:35:54 +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 vA7KYcO8063146; Tue, 7 Nov 2017 20:34:38 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA7KYbKK063141; Tue, 7 Nov 2017 20:34:37 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201711072034.vA7KYbKK063141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 7 Nov 2017 20:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453674 - in head: . finance/electrum security security/py-btchip security/py-btchip-python X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head: . finance/electrum security security/py-btchip security/py-btchip-python X-SVN-Commit-Revision: 453674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 07 Nov 2017 20:35:54 -0000 Author: ehaupt Date: Tue Nov 7 20:34:37 2017 New Revision: 453674 URL: https://svnweb.freebsd.org/changeset/ports/453674 Log: - Rename securitypy-btchip to security/py-btchip-python to reflect official Python modules naming scheme [1]. - Explain in MOVED why the port was renamed - Update security/py-btchip-python to 0.1.22 - Update dependency of finance/electrum Notified by: koobs [1] Added: head/security/py-btchip-python/ - copied from r453673, head/security/py-btchip/ Deleted: head/security/py-btchip/ Modified: head/MOVED head/finance/electrum/Makefile head/security/Makefile head/security/py-btchip-python/Makefile head/security/py-btchip-python/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 7 19:15:47 2017 (r453673) +++ head/MOVED Tue Nov 7 20:34:37 2017 (r453674) @@ -9605,3 +9605,4 @@ devel/linux-c7-ncurses-base||2017-11-01|Merged into em databases/puppetdb-terminus3|databases/puppetdb-terminus4|2017-11-03|Has expired: End of life upstream databases/puppetdb3|databases/puppetdb4|2017-11-03|Has expired: End of life upstream net/libsocketcpp||2017-11-06|Has expired: Uses gets(3) +security/py-btchip|security/py-btchip-python|2017-09-07|Rename to reflect official Python modules naming scheme Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Tue Nov 7 19:15:47 2017 (r453673) +++ head/finance/electrum/Makefile Tue Nov 7 20:34:37 2017 (r453674) @@ -3,7 +3,7 @@ PORTNAME= electrum PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -38,7 +38,7 @@ OPTIONS_DEFAULT=LEDGER TREZOR LEDGER_DESC= Enable LEDGER Bitcoin hardware wallet support TREZOR_DESC= Enable TREZOR Bitcoin hardware wallet support -LEDGER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip>0:security/py-btchip +LEDGER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip-python>0:security/py-btchip-python TREZOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trezor>0:security/py-trezor LEDGER_PLIST_FILES= "@sample etc/devd/ledger_wallet.conf.sample" Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Nov 7 19:15:47 2017 (r453673) +++ head/security/Makefile Tue Nov 7 20:34:37 2017 (r453674) @@ -870,7 +870,7 @@ SUBDIR += py-backports.ssl_match_hostname SUBDIR += py-bcrypt SUBDIR += py-borg.localrole - SUBDIR += py-btchip + SUBDIR += py-btchip-python SUBDIR += py-cerealizer SUBDIR += py-certbot SUBDIR += py-certifi Modified: head/security/py-btchip-python/Makefile ============================================================================== --- head/security/py-btchip/Makefile Tue Nov 7 19:15:47 2017 (r453673) +++ head/security/py-btchip-python/Makefile Tue Nov 7 20:34:37 2017 (r453674) @@ -1,10 +1,9 @@ # Created by: Emanuel Haupt # $FreeBSD$ -PORTNAME= btchip -PORTVERSION= 0.1.21 +PORTNAME= btchip-python +PORTVERSION= 0.1.22 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +23,5 @@ USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= LedgerHQ -GH_PROJECT= btchip-python .include Modified: head/security/py-btchip-python/distinfo ============================================================================== --- head/security/py-btchip/distinfo Tue Nov 7 19:15:47 2017 (r453673) +++ head/security/py-btchip-python/distinfo Tue Nov 7 20:34:37 2017 (r453674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506542962 -SHA256 (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 7ec7c07778528df3af06a4302a8b24620e4dbd85d7c3e391d101fd68d971fbd2 -SIZE (LedgerHQ-btchip-python-v0.1.21_GH0.tar.gz) = 33095 +TIMESTAMP = 1510083234 +SHA256 (LedgerHQ-btchip-python-v0.1.22_GH0.tar.gz) = 6c1eef50fc151f4f96a06d184f200c801221c00978b99652c3728ab94966642a +SIZE (LedgerHQ-btchip-python-v0.1.22_GH0.tar.gz) = 33174