ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/www/mod_wsgi3/mod_wsgi3.2010-07-28T223034Z.diff
Revision: 149
Committed: 2009-12-07T16:17:24-08:00 (15 years, 6 months ago) by douglas
Original Path: freebsd/www/mod_wsgi3.patch
File size: 1641 byte(s)
Log Message:
Catch up to repocopy and patch!

File Contents

# User Rev Content
1 douglas 149 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile
2     --- /usr/ports/www/mod_wsgi3/Makefile 2009-12-07 05:31:00.000000000 -0800
3     +++ mod_wsgi3/Makefile 2009-12-07 16:16:07.181059513 -0800
4     @@ -6,7 +6,7 @@
5     #
6    
7     PORTNAME= mod_wsgi
8     -PORTVERSION= 2.8
9     +PORTVERSION= 3.1
10     CATEGORIES= www python
11     MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
12     http://apt.douglasthrift.net/files/${PORTNAME}/ \
13     @@ -17,21 +17,26 @@
14    
15     MAKE_JOBS_SAFE= yes
16    
17     -LATEST_LINK= mod_wsgi
18     -CONFLICTS= mod_wsgi-3.*
19     +CONFLICTS= mod_wsgi-2.*
20    
21     PROJECTHOST= modwsgi
22    
23     USE_APACHE= 1.3+
24     -USE_PYTHON= 2.3-2.6
25     +USE_PYTHON= 2.3+
26    
27     GNU_CONFIGURE= yes
28     CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
29    
30     SUB_FILES= pkg-message
31    
32     +.include <bsd.port.pre.mk>
33     +
34     +.if ${PYTHON_REL} >= 300 && ${PYTHON_REL} < 310
35     +IGNORE= is unsupported with Python 3.0
36     +.endif
37     +
38     post-install:
39     @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
40     @${CAT} ${PKGMESSAGE}
41    
42     -.include <bsd.port.mk>
43     +.include <bsd.port.post.mk>
44     diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/distinfo mod_wsgi3/distinfo
45     --- /usr/ports/www/mod_wsgi3/distinfo 2009-12-07 05:31:00.000000000 -0800
46     +++ mod_wsgi3/distinfo 2009-11-27 22:20:06.754477020 -0800
47     @@ -1,3 +1,3 @@
48     -MD5 (mod_wsgi-2.8.tar.gz) = f4d09ce314502f438af3155348cfc234
49     -SHA256 (mod_wsgi-2.8.tar.gz) = 4c93167002d718c5899afb86495152acdc9f15f351e374a6886caff76b7f7d82
50     -SIZE (mod_wsgi-2.8.tar.gz) = 99997
51     +MD5 (mod_wsgi-3.1.tar.gz) = f9aabdcd7a3f66a2319d10793477f9e9
52     +SHA256 (mod_wsgi-3.1.tar.gz) = 167b75d757cf43ec7d54f98dd666ff86b0f37807b24c867eb153dd4d3f973887
53     +SIZE (mod_wsgi-3.1.tar.gz) = 116568