Index: head/net/py-pysocks/Makefile =================================================================== --- head/net/py-pysocks/Makefile (revision 427282) +++ head/net/py-pysocks/Makefile (revision 427283) @@ -1,20 +1,20 @@ # Created by: Neil Booth # $FreeBSD$ PORTNAME= pysocks -PORTVERSION= 1.5.7 +PORTVERSION= 1.6.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PySocks-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python SOCKS module LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/net/py-pysocks/distinfo =================================================================== --- head/net/py-pysocks/distinfo (revision 427282) +++ head/net/py-pysocks/distinfo (revision 427283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464039441 -SHA256 (PySocks-1.5.7.tar.gz) = e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88 -SIZE (PySocks-1.5.7.tar.gz) = 32480 +TIMESTAMP = 1480311226 +SHA256 (PySocks-1.6.1.tar.gz) = 3fa203da62c79ca7f8b02175bf7ad3219dadf0a8d8651d9d3a9f3f09b0b308f0 +SIZE (PySocks-1.6.1.tar.gz) = 32557 Index: head/net/py-pysocks/pkg-descr =================================================================== --- head/net/py-pysocks/pkg-descr (revision 427282) +++ head/net/py-pysocks/pkg-descr (revision 427283) @@ -1,7 +1,9 @@ Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch + +WWW: https://github.com/Anorov/PySocks