Index: head/lang/python33/Makefile =================================================================== --- head/lang/python33/Makefile +++ head/lang/python33/Makefile @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} Index: head/lang/python33/files/patch-PR195511 =================================================================== --- head/lang/python33/files/patch-PR195511 +++ head/lang/python33/files/patch-PR195511 @@ -100,7 +100,7 @@ +except ImportError: + _SSLv3_IF_EXISTS = None +else: -+ _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv3" ++ _PROTOCOL_NAMES[PROTOCOL_SSLv3] = "SSLv3" from socket import getnameinfo as _getnameinfo from socket import error as socket_error