summaryrefslogtreecommitdiff
path: root/lang/python33
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-05-18 08:21:00 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-05-18 08:21:00 +0000
commit96f67b560026987a0ec234a1df7a22b81d8f166c (patch)
tree24d9b5f8345a34e1061e2799524a4278d0a00663 /lang/python33
parent- Add download.logilab.org to MASTER_SITE_LOGILAB (diff)
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2
Notes
Notes: svn path=/head/; revision=318421
Diffstat (limited to 'lang/python33')
-rw-r--r--lang/python33/Makefile2
-rw-r--r--lang/python33/distinfo4
-rw-r--r--lang/python33/files/patch-Modules-_ctypes-libffi-configure18
-rw-r--r--lang/python33/pkg-plist6
4 files changed, 11 insertions, 19 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 8cf4230b02a7..7b1c1e45a0d0 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= python33
-PORTVERSION= 3.3.1
+PORTVERSION= 3.3.2
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/lang/python33/distinfo b/lang/python33/distinfo
index 8a49599ad629..bc83ffff8270 100644
--- a/lang/python33/distinfo
+++ b/lang/python33/distinfo
@@ -1,2 +1,2 @@
-SHA256 (python/Python-3.3.1.tar.xz) = f8a7f0117c9a8263a52991cb86a55082888850b196d9dfad6d84bb0549e7c76a
-SIZE (python/Python-3.3.1.tar.xz) = 11852964
+SHA256 (python/Python-3.3.2.tar.xz) = 745b32c4b810e36fa66346198dbc2e313524fd68888922b85005656825e64b43
+SIZE (python/Python-3.3.2.tar.xz) = 11847676
diff --git a/lang/python33/files/patch-Modules-_ctypes-libffi-configure b/lang/python33/files/patch-Modules-_ctypes-libffi-configure
index 5f24678ab3cb..8228ccc55eb0 100644
--- a/lang/python33/files/patch-Modules-_ctypes-libffi-configure
+++ b/lang/python33/files/patch-Modules-_ctypes-libffi-configure
@@ -1,5 +1,5 @@
---- ./Modules/_ctypes/libffi/configure.orig 2013-04-06 11:41:49.000000000 +0400
-+++ ./Modules/_ctypes/libffi/configure 2013-04-08 12:50:54.000000000 +0400
+--- ./Modules/_ctypes/libffi/configure.orig 2013-05-15 20:32:57.000000000 +0400
++++ ./Modules/_ctypes/libffi/configure 2013-05-18 10:56:03.000000000 +0400
@@ -6889,7 +6889,7 @@
rm -rf conftest*
;;
@@ -9,17 +9,3 @@
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
-@@ -14505,10 +14505,10 @@
- $as_echo_n "(cached) " >&6
- else
-
-- libffi_cv_as_x86_pcrel=yes
-+ libffi_cv_as_x86_pcrel=no
- echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
-- if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
-- libffi_cv_as_x86_pcrel=no
-+ if $CC $CFLAGS -c conftest.s > /dev/null; then
-+ libffi_cv_as_x86_pcrel=yes
- fi
-
- fi
diff --git a/lang/python33/pkg-plist b/lang/python33/pkg-plist
index c37e955938c2..240b24851fb2 100644
--- a/lang/python33/pkg-plist
+++ b/lang/python33/pkg-plist
@@ -634,6 +634,8 @@ libdata/pkgconfig/python-%%PYVER%%.pc
%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_values.cpython-33.pyo
%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_varsize_struct.cpython-33.pyc
%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_varsize_struct.cpython-33.pyo
+%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_wintypes.cpython-33.pyc
+%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_wintypes.cpython-33.pyo
%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_win32.cpython-33.pyc
%%PYTHON_LIBDIR%%/ctypes/test/__pycache__/test_win32.cpython-33.pyo
%%PYTHON_LIBDIR%%/ctypes/test/runtests.py
@@ -688,6 +690,7 @@ libdata/pkgconfig/python-%%PYVER%%.pc
%%PYTHON_LIBDIR%%/ctypes/test/test_unicode.py
%%PYTHON_LIBDIR%%/ctypes/test/test_values.py
%%PYTHON_LIBDIR%%/ctypes/test/test_varsize_struct.py
+%%PYTHON_LIBDIR%%/ctypes/test/test_wintypes.py
%%PYTHON_LIBDIR%%/ctypes/test/test_win32.py
%%PYTHON_LIBDIR%%/ctypes/util.py
%%PYTHON_LIBDIR%%/ctypes/wintypes.py
@@ -3069,6 +3072,8 @@ libdata/pkgconfig/python-%%PYVER%%.pc
%%PYTHON_LIBDIR%%/test/__pycache__/test_xml_etree.cpython-33.pyo
%%PYTHON_LIBDIR%%/test/__pycache__/test_xml_etree_c.cpython-33.pyc
%%PYTHON_LIBDIR%%/test/__pycache__/test_xml_etree_c.cpython-33.pyo
+%%PYTHON_LIBDIR%%/test/__pycache__/test_xml_dom_minicompat.cpython-33.pyc
+%%PYTHON_LIBDIR%%/test/__pycache__/test_xml_dom_minicompat.cpython-33.pyo
%%PYTHON_LIBDIR%%/test/__pycache__/test_xmlrpc.cpython-33.pyc
%%PYTHON_LIBDIR%%/test/__pycache__/test_xmlrpc.cpython-33.pyo
%%PYTHON_LIBDIR%%/test/__pycache__/test_xmlrpc_net.cpython-33.pyc
@@ -4060,6 +4065,7 @@ libdata/pkgconfig/python-%%PYVER%%.pc
%%PYTHON_LIBDIR%%/test/test_xdrlib.py
%%PYTHON_LIBDIR%%/test/test_xml_etree.py
%%PYTHON_LIBDIR%%/test/test_xml_etree_c.py
+%%PYTHON_LIBDIR%%/test/test_xml_dom_minicompat.py
%%PYTHON_LIBDIR%%/test/test_xmlrpc.py
%%PYTHON_LIBDIR%%/test/test_xmlrpc_net.py
%%PYTHON_LIBDIR%%/test/test_webbrowser.py