View | Details | Raw Unified | Return to bug 27379
Collapse All | Expand All

(-)mod_python/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_python
8
PORTNAME=	mod_python
9
PORTVERSION=	2.7.2
9
PORTVERSION=	2.7.3
10
PORTREVISION=	2
11
CATEGORIES=	www python
10
CATEGORIES=	www python
12
MASTER_SITES=	http://www.python.org/ftp/python/${PYTHON_VERSION:S/python//g}/ \
11
MASTER_SITES=	http://www.python.org/ftp/python/${PYTHON_VERSION:S/python//g}/ \
13
		http://www.modpython.org/dist/ \
12
		http://www.modpython.org/dist/ \
(-)mod_python/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (python/mod_python-2.7.2.tgz) = 5b73af91c891c63f4be450d7a7dc0bb2
1
MD5 (python/mod_python-2.7.3.tgz) = 06798145df78dbd8de7cbd089842264b
2
MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054
2
MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054
(-)mod_python/files/optpatch-WANT_EAPI (-2 / +2 lines)
Lines 1-5 Link Here
1
--- work/mod_python-2.7.2/src/Makefile.in.orig	Sun Mar 25 16:05:21 2001
1
--- work/mod_python-2.7.3/src/Makefile.in.orig	Wed May 16 19:20:23 2001
2
+++ work/mod_python-2.7.2/src/Makefile.in	Sun Mar 25 16:05:30 2001
2
+++ work/mod_python-2.7.3/src/Makefile.in	Wed May 16 19:20:52 2001
3
@@ -52,7 +52,7 @@
3
@@ -52,7 +52,7 @@
4
 INCLUDES=@INCLUDES@
4
 INCLUDES=@INCLUDES@
5
 LIBS=@LIBS@
5
 LIBS=@LIBS@
(-)mod_python/files/patch-configure (-4 / +4 lines)
Lines 1-9 Link Here
1
--- configure.orig	Wed Dec 27 13:49:44 2000
1
--- configure.orig	Wed May 16 19:13:31 2001
2
+++ configure	Wed Dec 27 13:50:32 2000
2
+++ configure	Wed May 16 19:14:11 2001
3
@@ -1313,7 +1313,7 @@
3
@@ -1324,7 +1324,7 @@
4
 # check if python is compiled with threads
4
 # check if python is compiled with threads
5
 echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
5
 echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
6
 echo "configure:1316: checking whether Python is compiled with thread support" >&5
6
 echo "configure:1327: checking whether Python is compiled with thread support" >&5
7
-PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"`
7
-PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"`
8
+PyTHREADS="0"
8
+PyTHREADS="0"
9
 if test "$PyTHREADS" = "1"; then
9
 if test "$PyTHREADS" = "1"; then

Return to bug 27379