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
(Generate patch)

Comparing freebsd/www/mod_wsgi.patch (file contents):
Revision 77 by douglas, 2009-04-15T21:30:25-07:00 vs.
Revision 142 by douglas, 2009-11-21T23:58:10-08:00

# Line 1 | Line 1
1   diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
2 < --- /usr/ports/www/mod_wsgi/Makefile    2008-09-02 14:55:40.000000000 -0700
3 < +++ mod_wsgi/Makefile   2009-04-15 21:26:37.000000000 -0700
2 > --- /usr/ports/www/mod_wsgi/Makefile    2009-11-21 02:51:19.000000000 -0800
3 > +++ mod_wsgi/Makefile   2009-11-21 23:54:47.000000000 -0800
4   @@ -6,7 +6,7 @@
5   #
6  
7   PORTNAME=      mod_wsgi
8 < -PORTVERSION=   2.3
9 < +PORTVERSION=   2.4
8 > -PORTVERSION=   2.6
9 > +PORTVERSION=   2.7
10   CATEGORIES=    www python
11 < MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}
11 > MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE} \
12 >                http://apt.douglasthrift.net/files/${PORTNAME}/ \
13 > @@ -17,10 +17,13 @@
14  
15 + MAKE_JOBS_SAFE=        yes
16 +
17 + +LATEST_LINK=   mod_wsgi
18 + +CONFLICTS=     mod_wsgi-3.*
19 + +
20 + PROJECTHOST=   modwsgi
21 +
22 + USE_APACHE=    1.3+
23 + -USE_PYTHON=    2.3+
24 + +USE_PYTHON=    2.3-2.6
25 +
26 + GNU_CONFIGURE= yes
27 + CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
28   diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/distinfo mod_wsgi/distinfo
29 < --- /usr/ports/www/mod_wsgi/distinfo    2008-09-02 14:55:40.000000000 -0700
30 < +++ mod_wsgi/distinfo   2009-04-15 21:21:23.000000000 -0700
29 > --- /usr/ports/www/mod_wsgi/distinfo    2009-10-11 05:19:17.000000000 -0700
30 > +++ mod_wsgi/distinfo   2009-11-21 04:50:56.000000000 -0800
31   @@ -1,3 +1,3 @@
32 < -MD5 (mod_wsgi-2.3.tar.gz) = c686e1c498dbe5753fe491c3cf61cff4
33 < -SHA256 (mod_wsgi-2.3.tar.gz) = 760f03e4d96dd0560717b06448af95bd79e91b59d31930171775a53bb7ec2375
34 < -SIZE (mod_wsgi-2.3.tar.gz) = 96872
35 < +MD5 (mod_wsgi-2.4.tar.gz) = a2b964cc51d6ff86c38c74db5748eab5
36 < +SHA256 (mod_wsgi-2.4.tar.gz) = 96d2e113dff1d4815564c5f7d6645f971dad738470721bbc03b1349efc7bb57c
37 < +SIZE (mod_wsgi-2.4.tar.gz) = 99491
38 < diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-mod_wsgi.c mod_wsgi/files/patch-mod_wsgi.c
39 < --- /usr/ports/www/mod_wsgi/files/patch-mod_wsgi.c      2008-09-02 14:55:40.000000000 -0700
40 < +++ mod_wsgi/files/patch-mod_wsgi.c     1969-12-31 16:00:00.000000000 -0800
41 < @@ -1,13 +0,0 @@
42 < -Index: mod_wsgi.c
43 < -===================================================================
44 < ---- mod_wsgi.c (revision 1007)
45 < -+++ mod_wsgi.c (revision 1008)
46 < -@@ -245,7 +245,7 @@
47 < - /* Version and module information. */
48 < -
49 < - #define MOD_WSGI_MAJORVERSION_NUMBER 2
50 < --#define MOD_WSGI_MINORVERSION_NUMBER 2
51 < -+#define MOD_WSGI_MINORVERSION_NUMBER 3
52 < - #define MOD_WSGI_VERSION_STRING "2.3"
53 < -
54 < - #if AP_SERVER_MAJORVERSION_NUMBER < 2
32 > -MD5 (mod_wsgi-2.6.tar.gz) = c313cd7a662024866ce3376cb5a76cf6
33 > -SHA256 (mod_wsgi-2.6.tar.gz) = 70ca565528bdb29d1f0903e39827288dca5bff7ffccf090957dd4ed02b51e497
34 > -SIZE (mod_wsgi-2.6.tar.gz) = 99955
35 > +MD5 (mod_wsgi-2.7.tar.gz) = 60f3bf145eb804286b5fbf4e730a7ed1
36 > +SHA256 (mod_wsgi-2.7.tar.gz) = 5596b3968d4c90d667309f08f966e6f05b1bfae36b082783009af580aa5fa44b
37 > +SIZE (mod_wsgi-2.7.tar.gz) = 99956
38 > diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-Makefile-1.X.in mod_wsgi/files/patch-Makefile-1.X.in
39 > --- /usr/ports/www/mod_wsgi/files/patch-Makefile-1.X.in 1969-12-31 16:00:00.000000000 -0800
40 > +++ mod_wsgi/files/patch-Makefile-1.X.in        2009-11-21 22:55:22.000000000 -0800
41 > @@ -0,0 +1,11 @@
42 > +--- Makefile-1.X.in.orig       2009-11-21 22:52:23.000000000 -0800
43 > ++++ Makefile-1.X.in    2009-11-21 22:54:19.000000000 -0800
44 > +@@ -26,7 +26,7 @@
45 > + all : mod_wsgi.so
46 > +
47 > + mod_wsgi.so : mod_wsgi.c
48 > +-      $(APXS) -c $(CPPFLAGS) $(CFLAGS) mod_wsgi.c $(LDFLAGS) $(LDLIBS)
49 > ++      $(APXS) -c -Wc,"$(CPPFLAGS) $(CFLAGS)" mod_wsgi.c -Wl,"$(LDFLAGS) $(LDLIBS)"
50 > +
51 > + $(DESTDIR)$(LIBEXECDIR) :
52 > +       mkdir -p $@
53 > diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-Makefile-2.X.in mod_wsgi/files/patch-Makefile-2.X.in
54 > --- /usr/ports/www/mod_wsgi/files/patch-Makefile-2.X.in 1969-12-31 16:00:00.000000000 -0800
55 > +++ mod_wsgi/files/patch-Makefile-2.X.in        2009-11-21 23:00:33.000000000 -0800
56 > @@ -0,0 +1,11 @@
57 > +--- Makefile-2.X.in.orig       2009-11-21 22:59:14.000000000 -0800
58 > ++++ Makefile-2.X.in    2009-11-21 22:59:55.000000000 -0800
59 > +@@ -26,7 +26,7 @@
60 > + all : mod_wsgi.la
61 > +
62 > + mod_wsgi.la : mod_wsgi.c
63 > +-      $(APXS) -c $(CPPFLAGS) $(CFLAGS) mod_wsgi.c $(LDFLAGS) $(LDLIBS)
64 > ++      $(APXS) -c -Wc,"$(CPPFLAGS) $(CFLAGS)" mod_wsgi.c -Wl,"$(LDFLAGS) $(LDLIBS)"
65 > +
66 > + $(DESTDIR)$(LIBEXECDIR) :
67 > +       mkdir -p $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines