diff options
author | rm <rm@FreeBSD.org> | 2013-05-18 16:21:00 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-18 16:21:00 +0800 |
commit | 754db4a6aeb4881d6d749c3ee97d6f6a9dbf954a (patch) | |
tree | 24d9b5f8345a34e1061e2799524a4278d0a00663 /lang/python32 | |
parent | e719d71ca1cc96d3b15614fe2a35a8d5fe45af42 (diff) | |
download | freebsd-ports-gnome-754db4a6aeb4881d6d749c3ee97d6f6a9dbf954a.tar.gz freebsd-ports-gnome-754db4a6aeb4881d6d749c3ee97d6f6a9dbf954a.tar.zst freebsd-ports-gnome-754db4a6aeb4881d6d749c3ee97d6f6a9dbf954a.zip |
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 2 | ||||
-rw-r--r-- | lang/python32/distinfo | 4 | ||||
-rw-r--r-- | lang/python32/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 0b50aca18c5f..ece165c57513 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python32 -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python32/distinfo b/lang/python32/distinfo index e3678bd2d39b..14a5f80a62ac 100644 --- a/lang/python32/distinfo +++ b/lang/python32/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.2.4.tar.xz) = 0949d92d04f001e51cc0daa4c0e9861f65af94e378ff0e664c239cc78c206ef4 -SIZE (python/Python-3.2.4.tar.xz) = 9223024 +SHA256 (python/Python-3.2.5.tar.xz) = 8ccb9645b9779fc4550055b2ebb21a724ab7a63dee45643286eb4f79b2f84116 +SIZE (python/Python-3.2.5.tar.xz) = 9221624 diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist index 5f61780fb49b..36777cbb5b05 100644 --- a/lang/python32/pkg-plist +++ b/lang/python32/pkg-plist @@ -3897,7 +3897,6 @@ libdata/pkgconfig/python-3.2.pc %%PYTHON_LIBDIR%%/test/test_zipimport.py %%PYTHON_LIBDIR%%/test/test_zipimport_support.py %%PYTHON_LIBDIR%%/test/test_zlib.py -%%PYTHON_LIBDIR%%/test/testbz2_bigmem.bz2 %%PYTHON_LIBDIR%%/test/testcodec.py %%PYTHON_LIBDIR%%/test/testtar.tar %%PYTHON_LIBDIR%%/test/tf_inherit_check.py |