git: 6fffaadd993d - main - security/py-btchip-python: Improve pkg-descr

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 22 Jul 2024 12:55:50 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6fffaadd993d9ec42ba0d76fa22c987b7073a888

commit 6fffaadd993d9ec42ba0d76fa22c987b7073a888
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-22 12:48:17 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-22 12:55:41 +0000

    security/py-btchip-python: Improve pkg-descr
---
 security/py-btchip-python/Makefile  | 4 ++--
 security/py-btchip-python/pkg-descr | 7 ++++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/security/py-btchip-python/Makefile b/security/py-btchip-python/Makefile
index 25a9e2630abf..072747cffe64 100644
--- a/security/py-btchip-python/Makefile
+++ b/security/py-btchip-python/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	btchip-python
-PORTVERSION=	0.1.32
-PORTREVISION=	1
+DISTVERSION=	0.1.32
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-btchip-python/pkg-descr b/security/py-btchip-python/pkg-descr
index 5a6ea95315af..ec3822fe791c 100644
--- a/security/py-btchip-python/pkg-descr
+++ b/security/py-btchip-python/pkg-descr
@@ -1 +1,6 @@
-Python communication library for Ledger Hardware Wallet.
+Python library for secure communication with Ledger Hardware Wallets.
+This library provides comprehensive support for interacting with Ledger
+devices, enabling secure handling of Bitcoin transactions. Features
+include transaction creation, signing, verification, and wallet
+management. Designed for robustness, it ensures private keys remain
+protected within the hardware wallet.