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-27T062825Z.diff
Revision: 497
Committed: 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas
File size: 1829 byte(s)
Log Message:
Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird.


File Contents

# User Rev Content
1 douglas 149 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile
2 douglas 331 --- /usr/ports/www/mod_wsgi3/Makefile 2010-07-15 15:29:46.000000000 -0700
3 douglas 334 +++ mod_wsgi3/Makefile 2010-07-26 23:27:31.110432943 -0700
4 douglas 333 @@ -17,10 +17,12 @@
5 douglas 331 MAINTAINER= douglas@douglasthrift.net
6     COMMENT= Python WSGI adapter module for Apache
7 douglas 149
8 douglas 331 +LICENSE= ASL
9     +
10     MAKE_JOBS_SAFE= yes
11    
12     #LATEST_LINK= mod_wsgi
13 douglas 333 -CONFLICTS= mod_wsgi-2.*
14 douglas 334 +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
15 douglas 333
16     PROJECTHOST= modwsgi
17    
18 douglas 331 @@ -38,6 +40,14 @@
19     IGNORE= is unsupported with Python 3.0
20     .endif
21    
22     +pre-everything::
23     + @${ECHO_MSG} "======================= ATTENTION! ======================"
24     + @${ECHO_MSG}
25     + @${ECHO_MSG} "If you want to use daemon mode you will need to make sure"
26     + @${ECHO_MSG} "Apache and APR include thread support."
27     + @${ECHO_MSG}
28     + @${ECHO_MSG} "========================================================="
29     +
30     post-install:
31     @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
32     @${CAT} ${PKGMESSAGE}
33     diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/files/pkg-message.in mod_wsgi3/files/pkg-message.in
34     --- /usr/ports/www/mod_wsgi3/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700
35     +++ mod_wsgi3/files/pkg-message.in 2010-07-26 22:56:40.341168406 -0700
36     @@ -1,5 +1,8 @@
37     -================================================================================
38     +============================================================================
39    
40     -For more information, see http://www.modwsgi.org/.
41     +If you want to use daemon mode you will need to make sure Apache and APR
42     +include thread support.
43    
44     -================================================================================
45     +For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD.
46     +
47     +============================================================================