Date: Wed, 16 May 2001 03:32:40 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org Subject: ports/27379: Update port: www/mod_python Message-ID: <200105161032.f4GAWeq64560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 27379 >Category: ports >Synopsis: Update port: www/mod_python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 16 03:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD perky.linuxkorea.co.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 15 18:19:32 KST 2001 root@perky.linuxkorea.co.kr:/usr/src/sys/compile/PERKY i386 >Description: Updated to 2.7.3 (mostly bug fixes) >How-To-Repeat: >Fix: diff -ruN mod_python.orig/Makefile mod_python/Makefile --- mod_python.orig/Makefile Fri May 11 21:38:46 2001 +++ mod_python/Makefile Wed May 16 19:11:43 2001 @@ -6,8 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 2.7.2 -PORTREVISION= 2 +PORTVERSION= 2.7.3 CATEGORIES= www python MASTER_SITES= http://www.python.org/ftp/python/${PYTHON_VERSION:S/python//g}/ \ http://www.modpython.org/dist/ \ diff -ruN mod_python.orig/distinfo mod_python/distinfo --- mod_python.orig/distinfo Fri May 11 21:38:46 2001 +++ mod_python/distinfo Wed May 16 19:12:12 2001 @@ -1,2 +1,2 @@ -MD5 (python/mod_python-2.7.2.tgz) = 5b73af91c891c63f4be450d7a7dc0bb2 +MD5 (python/mod_python-2.7.3.tgz) = 06798145df78dbd8de7cbd089842264b MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054 diff -ruN mod_python.orig/files/optpatch-WANT_EAPI mod_python/files/optpatch-WANT_EAPI --- mod_python.orig/files/optpatch-WANT_EAPI Fri May 11 21:38:46 2001 +++ mod_python/files/optpatch-WANT_EAPI Wed May 16 19:22:39 2001 @@ -1,5 +1,5 @@ ---- work/mod_python-2.7.2/src/Makefile.in.orig Sun Mar 25 16:05:21 2001 -+++ work/mod_python-2.7.2/src/Makefile.in Sun Mar 25 16:05:30 2001 +--- work/mod_python-2.7.3/src/Makefile.in.orig Wed May 16 19:20:23 2001 ++++ work/mod_python-2.7.3/src/Makefile.in Wed May 16 19:20:52 2001 @@ -52,7 +52,7 @@ INCLUDES=@INCLUDES@ LIBS=@LIBS@ diff -ruN mod_python.orig/files/patch-configure mod_python/files/patch-configure --- mod_python.orig/files/patch-configure Thu Dec 28 01:15:55 2000 +++ mod_python/files/patch-configure Wed May 16 19:14:31 2001 @@ -1,9 +1,9 @@ ---- configure.orig Wed Dec 27 13:49:44 2000 -+++ configure Wed Dec 27 13:50:32 2000 -@@ -1313,7 +1313,7 @@ +--- configure.orig Wed May 16 19:13:31 2001 ++++ configure Wed May 16 19:14:11 2001 +@@ -1324,7 +1324,7 @@ # check if python is compiled with threads echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6 - echo "configure:1316: checking whether Python is compiled with thread support" >&5 + echo "configure:1327: checking whether Python is compiled with thread support" >&5 -PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"` +PyTHREADS="0" if test "$PyTHREADS" = "1"; then >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105161032.f4GAWeq64560>