diff options
Diffstat (limited to 'net/py-python-socks/Makefile')
-rw-r--r-- | net/py-python-socks/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile index d978df7ab4b3..09cd29258c14 100644 --- a/net/py-python-socks/Makefile +++ b/net/py-python-socks/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-socks -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python -WWW= https://pypi.org/project/python-socks/ +WWW= https://pypi.org/project/python-socks/ \ + https://github.com/romis2012/python-socks LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt |