summaryrefslogtreecommitdiff
path: root/lang/python33
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python33')
-rw-r--r--lang/python33/Makefile2
-rw-r--r--lang/python33/files/patch-PR1955112
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index e6ce583d3c31..813cff0387b7 100644
--- a/lang/python33/Makefile
+++ b/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}
diff --git a/lang/python33/files/patch-PR195511 b/lang/python33/files/patch-PR195511
index 0f901ea9df50..a5bec787ecf3 100644
--- a/lang/python33/files/patch-PR195511
+++ b/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