git: 04eb0b59df59 - main - net/py-aiohttp-socks: Improve pkg-descr

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=04eb0b59df596050d919f406b519e2cc66305043

commit 04eb0b59df596050d919f406b519e2cc66305043
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-22 13:00:48 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-22 13:00:48 +0000

    net/py-aiohttp-socks: Improve pkg-descr
    
    Pacify portlint, portclippy, portfmt.
---
 net/py-aiohttp-socks/Makefile  | 3 ++-
 net/py-aiohttp-socks/pkg-descr | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net/py-aiohttp-socks/Makefile b/net/py-aiohttp-socks/Makefile
index d0c84eedc613..5bece82a3829 100644
--- a/net/py-aiohttp-socks/Makefile
+++ b/net/py-aiohttp-socks/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	aiohttp-socks
-PORTVERSION=	0.8.4
 DISTVERSIONPREFIX=	v
+DISTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/net/py-aiohttp-socks/pkg-descr b/net/py-aiohttp-socks/pkg-descr
index de0a321ecb73..84b1004f4cd2 100644
--- a/net/py-aiohttp-socks/pkg-descr
+++ b/net/py-aiohttp-socks/pkg-descr
@@ -1 +1,6 @@
-SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported.
+Python library that provides SOCKS proxy support for aiohttp, supporting
+SOCKS4(a), SOCKS5(h), and HTTP tunneling proxies. It allows for proxy
+chaining and integrates with aiohttp to facilitate secure and anonymous
+web requests. The library uses python-socks for core proxy functionality
+and aims to maintain compatibility with new aiohttp versions by
+providing a single point of integration.