summaryrefslogtreecommitdiff
path: root/net/py-python-socks/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-06-27 08:04:29 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-06-27 08:04:41 +0200
commit2d1930235f6e380b3f3f8a1bfd9b019aa1be7bb7 (patch)
tree002a2fb04499caa2e61b86043abbf49e232bc8be /net/py-python-socks/Makefile
parentwww/gitlab: security and patch update to 17.0.3 (diff)
net/py-python-socks: Update to 2.5.0
Diffstat (limited to 'net/py-python-socks/Makefile')
-rw-r--r--net/py-python-socks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile
index 13a08eea5792..b29e281c1e6d 100644
--- a/net/py-python-socks/Makefile
+++ b/net/py-python-socks/Makefile
@@ -1,8 +1,9 @@
PORTNAME= python-socks
-PORTVERSION= 2.4.4
+PORTVERSION= 2.5.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python