Date: Tue, 7 Nov 2017 20:34:37 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> 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 Message-ID: <201711072034.vA7KYbKK063141@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ehaupt@FreeBSD.org> # $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711072034.vA7KYbKK063141>