Index: head/www/mod_python3/Makefile =================================================================== --- head/www/mod_python3/Makefile (revision 219379) +++ head/www/mod_python3/Makefile (revision 219380) @@ -1,32 +1,32 @@ # New ports collection makefile for: mod_python # Date created: 28 August 2000 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= mod_python PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= modpython EXTRACT_SUFX= .tgz MAINTAINER= pgollucci@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server USE_APACHE= 2.0+ USE_PYTHON= yes INSTALLS_EGGINFO= yes LATEST_LINK= mod_python3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \ --without-flex MAKE_ENV= EXPR_COMPAT=yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_python3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/www/mod_python3/files/patch-src__connobject.c =================================================================== --- head/www/mod_python3/files/patch-src__connobject.c (revision 219379) +++ head/www/mod_python3/files/patch-src__connobject.c (revision 219380) @@ -1,18 +1,11 @@ -Index: files/patch-src__connobject.c -=================================================================== -RCS file: files/patch-src__connobject.c -diff -N files/patch-src__connobject.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-src__connobject.c 10 Jul 2008 20:08:25 -0000 -@@ -0,0 +1,11 @@ -+--- ./src/connobject.c.orig 2008-07-10 19:57:53.000000000 +0000 -++++ ./src/connobject.c 2008-07-10 19:57:18.000000000 +0000 -+@@ -139,7 +139,7 @@ -+ bytes_read = 0; -+ -+ while ((bytes_read < len || len == 0) && -+- !(b == APR_BRIGADE_SENTINEL(b) || -++ !(b == APR_BRIGADE_SENTINEL(bb) || -+ APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) { -+ -+ const char *data; +--- src/connobject.c.orig 2008-08-28 12:30:24.000000000 +0000 ++++ src/connobject.c 2008-08-28 12:30:35.000000000 +0000 +@@ -139,7 +139,7 @@ + bytes_read = 0; + + while ((bytes_read < len || len == 0) && +- !(b == APR_BRIGADE_SENTINEL(b) || ++ !(b == APR_BRIGADE_SENTINEL(bb) || + APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) { + + const char *data; Property changes on: head/www/mod_python3/files/patch-src__connobject.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property