ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/www/mod_wsgi/mod_wsgi.2010-05-18T095906Z.diff
Revision: 147
Committed: 2009-11-27T19:43:03-08:00 (15 years, 7 months ago) by douglas
Original Path: freebsd/www/mod_wsgi.patch
File size: 2265 byte(s)
Log Message:
Upgrade mod_wsgi to 2.8 and 3.1.

File Contents

# User Rev Content
1 douglas 29 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
2 douglas 147 --- /usr/ports/www/mod_wsgi/Makefile 2009-11-23 02:34:40.000000000 -0800
3     +++ mod_wsgi/Makefile 2009-11-27 19:42:35.000000000 -0800
4 douglas 142 @@ -6,7 +6,7 @@
5     #
6    
7     PORTNAME= mod_wsgi
8 douglas 147 -PORTVERSION= 2.7
9     +PORTVERSION= 2.8
10 douglas 29 CATEGORIES= www python
11 douglas 140 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
12 douglas 142 http://apt.douglasthrift.net/files/${PORTNAME}/ \
13 douglas 147 @@ -23,7 +23,7 @@
14 douglas 142 PROJECTHOST= modwsgi
15    
16     USE_APACHE= 1.3+
17 douglas 147 -USE_PYTHON= 2.5-2.6
18 douglas 142 +USE_PYTHON= 2.3-2.6
19    
20     GNU_CONFIGURE= yes
21     CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
22     diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/distinfo mod_wsgi/distinfo
23 douglas 147 --- /usr/ports/www/mod_wsgi/distinfo 2009-11-23 02:34:40.000000000 -0800
24     +++ mod_wsgi/distinfo 2009-11-27 19:24:28.000000000 -0800
25 douglas 142 @@ -1,3 +1,3 @@
26 douglas 147 -MD5 (mod_wsgi-2.7.tar.gz) = 60f3bf145eb804286b5fbf4e730a7ed1
27     -SHA256 (mod_wsgi-2.7.tar.gz) = 5596b3968d4c90d667309f08f966e6f05b1bfae36b082783009af580aa5fa44b
28     -SIZE (mod_wsgi-2.7.tar.gz) = 99956
29     +MD5 (mod_wsgi-2.8.tar.gz) = f4d09ce314502f438af3155348cfc234
30     +SHA256 (mod_wsgi-2.8.tar.gz) = 4c93167002d718c5899afb86495152acdc9f15f351e374a6886caff76b7f7d82
31     +SIZE (mod_wsgi-2.8.tar.gz) = 99997
32 douglas 144 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-configure mod_wsgi/files/patch-configure
33 douglas 147 --- /usr/ports/www/mod_wsgi/files/patch-configure 2009-11-23 02:34:40.000000000 -0800
34     +++ mod_wsgi/files/patch-configure 1969-12-31 16:00:00.000000000 -0800
35     @@ -1,28 +0,0 @@
36     -Index: configure
37     -===================================================================
38     ---- configure (revision 1487)
39     -+++ configure (working copy)
40     -@@ -1851,16 +1851,22 @@
41     - fi
42     -
43     - CFLAGS1=""
44     -+for arg in ${CFLAGS}
45     -+do
46     -+ CFLAGS1="${CFLAGS1} -Wc,$arg"
47     -+done
48     -+
49     -+CFLAGS2=""
50     - if test -x /usr/bin/lipo; then
51     - LDFLAGS3=""
52     - ARCHITECTURES=`/usr/bin/lipo -info $HTTPD | sed -e 's/.*://'`
53     - for ARCH in $ARCHITECTURES; do
54     -- CFLAGS1="${CFLAGS1} -Wc,'-arch ${ARCH}'"
55     -+ CFLAGS2="${CFLAGS2} -Wc,'-arch ${ARCH}'"
56     - LDFLAGS3="${LDFLAGS3} -arch ${ARCH}"
57     - done
58     - fi
59     -
60     --CFLAGS="${CFLAGS} ${CFLAGS1}"
61     -+CFLAGS="${CFLAGS1} ${CFLAGS2}"
62     - LDFLAGS="${LDFLAGS} ${LDFLAGS1} ${LDFLAGS2} ${LDFLAGS3}"
63     - LDLIBS="${LDLIBS} ${LDLIBS1} ${LDLIBS2} ${LDLIBS3}"