summaryrefslogtreecommitdiff
path: root/www/ap2-wsgi
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-08-31 12:42:19 +0000
committergdt <gdt@pkgsrc.org>2009-08-31 12:42:19 +0000
commit826f98d887f7b4b82fc01af1d8c46b82be4695a9 (patch)
tree418cb5f3871541309f708b85501fd18eef55d4ee /www/ap2-wsgi
parent3ca796ab0efd9e6f2f145a8c481fbfe639d22f9a (diff)
downloadpkgsrc-826f98d887f7b4b82fc01af1d8c46b82be4695a9.tar.gz
Update to 2.5.
Bug Fixes 1. Change to workaround problem where correct version of Python framework isn't being found at run time and instead uses the standard system one, which may be the wrong version. Change is for those Python versions on MacOS X which include a .a in Python config directory, which should be symlinked to framework, link against the .a instead. For some reason, doing this results in framework then being picked up from the correct location. This problem may well have only started cropping up at some point due to a MacOS X Leopard patch update as has been noticed that Python frameworks installed previously stopped being found properly when mod_wsgi was subsequently recompiled against them. Something may therefore have changed in compiler tools suite. For more details see: http://code.google.com/p/modwsgi/issues/detail?id=28 2. Remove isatty from Log object used for stdout/stderr. It should have been a function and not an attribute. Even so, isatty() is not meant to be supplied by a file like object if it is associated with a file descriptor. Thus, packages which want to use isatty() are supposed to check for its existance before calling it. Thus wasn't ever mod_wsgi that was wrong in not supply this, but the packages which were trying to use it. For more details see: http://code.google.com/p/modwsgi/issues/detail?id=146
Diffstat (limited to 'www/ap2-wsgi')
-rw-r--r--www/ap2-wsgi/Makefile4
-rw-r--r--www/ap2-wsgi/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile
index 6d9981e2aa7..3c3cc9b713c 100644
--- a/www/ap2-wsgi/Makefile
+++ b/www/ap2-wsgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/31 12:42:19 gdt Exp $
#
DISTNAME= mod_wsgi-${VERSION}
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
APACHE_MODULE= yes
-VERSION= 2.4
+VERSION= 2.5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
diff --git a/www/ap2-wsgi/distinfo b/www/ap2-wsgi/distinfo
index a79a1c2f5b0..c71eb302188 100644
--- a/www/ap2-wsgi/distinfo
+++ b/www/ap2-wsgi/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/04/29 23:14:58 gdt Exp $
+$NetBSD: distinfo,v 1.8 2009/08/31 12:42:19 gdt Exp $
-SHA1 (mod_wsgi-2.4.tar.gz) = 0d108fbe3cd9b23bfd529278f2a2747dd64977fe
-RMD160 (mod_wsgi-2.4.tar.gz) = f0d91efe0c6b2a91031241030285ad486717c2e7
-Size (mod_wsgi-2.4.tar.gz) = 99491 bytes
+SHA1 (mod_wsgi-2.5.tar.gz) = a2ed3fd60b390c3a790aca1c859093ab7a7c2d9d
+RMD160 (mod_wsgi-2.5.tar.gz) = c1c2b72deca98eaa9e7bee256b027b5e0488b2fc
+Size (mod_wsgi-2.5.tar.gz) = 97420 bytes