diff options
author | perky <perky@FreeBSD.org> | 2003-11-05 02:00:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-11-05 02:00:37 +0800 |
commit | 0223d7cce347c990eb0499217aa63c6600a210fa (patch) | |
tree | e854f4c2fd1fc47948758243541933cddd382875 /lang/python | |
parent | da6894490212796fa4cfcf9bdb14fe105a903538 (diff) | |
download | freebsd-ports-gnome-0223d7cce347c990eb0499217aa63c6600a210fa.tar.gz freebsd-ports-gnome-0223d7cce347c990eb0499217aa63c6600a210fa.tar.zst freebsd-ports-gnome-0223d7cce347c990eb0499217aa63c6600a210fa.zip |
- Include pyexpat module in python base ports because python incorporated
expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.
Requested by: Mike Brown <mike@skew.org>
Jeremy Kloth <jeremy.kloth@fourthought.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 2 | ||||
-rw-r--r-- | lang/python/files/patch-setup.py | 9 | ||||
-rw-r--r-- | lang/python/pkg-message | 1 | ||||
-rw-r--r-- | lang/python/pkg-plist | 1 |
4 files changed, 5 insertions, 8 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index c97da86f9ad7..e612224ec57e 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python/files/patch-setup.py b/lang/python/files/patch-setup.py index 4ed24bdb54d5..41434bc89896 100644 --- a/lang/python/files/patch-setup.py +++ b/lang/python/files/patch-setup.py @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- setup.py.orig Mon Sep 22 04:19:45 2003 -+++ setup.py Wed Oct 29 22:47:51 2003 +--- setup.py.orig Mon Sep 22 10:19:45 2003 ++++ setup.py Tue Nov 4 05:22:59 2003 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"] ++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if diff --git a/lang/python/pkg-message b/lang/python/pkg-message index a75f7501aa54..207bb19452c6 100644 --- a/lang/python/pkg-message +++ b/lang/python/pkg-message @@ -5,7 +5,6 @@ ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm mpz math/py-mpz -pyexpat textproc/py-expat tkinter x11-toolkits/py-tkinter Install them as occasion demands. diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index c4ba04eae369..b8b65cfee54a 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -1153,6 +1153,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/operator.so lib/%%PYTHON_VERSION%%/lib-dynload/parser.so lib/%%PYTHON_VERSION%%/lib-dynload/pcre.so lib/%%PYTHON_VERSION%%/lib-dynload/pwd.so +lib/%%PYTHON_VERSION%%/lib-dynload/pyexpat.so lib/%%PYTHON_VERSION%%/lib-dynload/readline.so lib/%%PYTHON_VERSION%%/lib-dynload/regex.so lib/%%PYTHON_VERSION%%/lib-dynload/resource.so |