aboutsummaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2008-03-16 10:25:08 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2008-03-16 10:25:08 +0000
commit7a90a036a7503a3d0e99b4faa62ad5f619131a12 (patch)
tree2c37fa97d22af94d049c0dbaaad79bcae13cab44 /lang/python23
parent34253c4c8f0ab3144c90fde305808a93db9d3dd3 (diff)
downloadports-7a90a036a7503a3d0e99b4faa62ad5f619131a12.tar.gz
ports-7a90a036a7503a3d0e99b4faa62ad5f619131a12.zip
Notes
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile7
-rw-r--r--lang/python23/distinfo6
-rw-r--r--lang/python23/files/patch-Lib::email::Charset.py23
-rw-r--r--lang/python23/pkg-plist2
4 files changed, 8 insertions, 30 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index fb8e16970208..ae0a12bc3809 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= python23
-PORTVERSION= 2.3.5
-PORTREVISION= 3
+PORTVERSION= 2.3.6
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -32,8 +31,8 @@ PYTHON_VERSION= python2.3
PYTHON_NO_DEPENDS= yes
LATEST_LINK?= ${PYTHON_VERSION:S/.//}
-PLATFORMS= plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd7 \
- plat-freebsd8
+PLATFORMS= plat-freebsd4 plat-freebsd5 plat-freebsd6 \
+ plat-freebsd7 plat-freebsd8
SHARED_WRKSRC= ${WRKSRC}/build.shared
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//}
DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION}
diff --git a/lang/python23/distinfo b/lang/python23/distinfo
index b9f414f5a110..2971d56750b8 100644
--- a/lang/python23/distinfo
+++ b/lang/python23/distinfo
@@ -1,3 +1,3 @@
-MD5 (python/Python-2.3.5.tgz) = 7a1ecc1196c5c0e9d4eef90ba684c4e9
-SHA256 (python/Python-2.3.5.tgz) = 7c122deff7700f04fb9daa5b5b3a885b19a73da05c2a264403666817c7631977
-SIZE (python/Python-2.3.5.tgz) = 8535749
+MD5 (python/Python-2.3.6.tgz) = 357c79f9c914b671c9401f70853ebf3b
+SHA256 (python/Python-2.3.6.tgz) = f5e99d5b007bb28b6f035c556bdb5f1dcb4a70813d2deaf1cc754465e9836a59
+SIZE (python/Python-2.3.6.tgz) = 8610359
diff --git a/lang/python23/files/patch-Lib::email::Charset.py b/lang/python23/files/patch-Lib::email::Charset.py
deleted file mode 100644
index 31063a951a80..000000000000
--- a/lang/python23/files/patch-Lib::email::Charset.py
+++ /dev/null
@@ -1,23 +0,0 @@
---- Lib/email/Charset.py.orig Sat Dec 20 15:16:29 2003
-+++ Lib/email/Charset.py Sat Dec 20 15:16:54 2003
-@@ -99,13 +99,13 @@
- # of stability and useability.
-
- CODEC_MAP = {
-- 'euc-jp': 'japanese.euc-jp',
-- 'iso-2022-jp': 'japanese.iso-2022-jp',
-- 'shift_jis': 'japanese.shift_jis',
-- 'euc-kr': 'korean.euc-kr',
-- 'ks_c_5601-1987': 'korean.cp949',
-- 'iso-2022-kr': 'korean.iso-2022-kr',
-- 'johab': 'korean.johab',
-+ 'euc-jp': 'euc-jp',
-+ 'iso-2022-jp': 'iso-2022-jp',
-+ 'shift_jis': 'shift_jis',
-+ 'euc-kr': 'euc-kr',
-+ 'ks_c_5601-1987': 'cp949',
-+ 'iso-2022-kr': 'iso-2022-kr',
-+ 'johab': 'johab',
- 'gb2132': 'eucgb2312_cn',
- 'big5': 'big5_tw',
- 'utf-8': 'utf-8',
diff --git a/lang/python23/pkg-plist b/lang/python23/pkg-plist
index 1c0a9898658a..e9fbbe3bbd29 100644
--- a/lang/python23/pkg-plist
+++ b/lang/python23/pkg-plist
@@ -6,6 +6,7 @@ bin/pydoc%%PYVER%%
bin/python%%PYVER%%
%%IF_DEFAULT%%bin/python-shared
bin/python-shared%%PYVER%%
+include/%%PYTHON_VERSION%%/Python-ast.h
include/%%PYTHON_VERSION%%/Python.h
include/%%PYTHON_VERSION%%/abstract.h
include/%%PYTHON_VERSION%%/bitset.h
@@ -615,6 +616,7 @@ lib/%%PYTHON_VERSION%%/email/test/data/msg_33.txt
lib/%%PYTHON_VERSION%%/email/test/data/msg_34.txt
lib/%%PYTHON_VERSION%%/email/test/data/msg_35.txt
lib/%%PYTHON_VERSION%%/email/test/data/msg_40.txt
+lib/%%PYTHON_VERSION%%/email/test/data/msg_41.txt
lib/%%PYTHON_VERSION%%/email/test/test_email.py
lib/%%PYTHON_VERSION%%/email/test/test_email.pyc
lib/%%PYTHON_VERSION%%/email/test/test_email.pyo