ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/www/mod_wsgi/mod_wsgi.2010-07-27T062156Z.diff
Revision: 497
Committed: 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas
File size: 1879 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 29 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
2 douglas 332 --- /usr/ports/www/mod_wsgi/Makefile 2010-05-25 13:43:04.000000000 -0700
3 douglas 333 +++ mod_wsgi/Makefile 2010-07-26 23:20:20.162132280 -0700
4     @@ -16,10 +16,12 @@
5 douglas 332 MAINTAINER= douglas@douglasthrift.net
6     COMMENT= Python WSGI adapter module for Apache
7 douglas 142
8 douglas 332 +LICENSE= ASL
9     +
10     MAKE_JOBS_SAFE= yes
11    
12     LATEST_LINK= mod_wsgi2
13 douglas 333 -CONFLICTS= mod_wsgi-3.*
14     +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.*
15    
16     PROJECTHOST= modwsgi
17    
18 douglas 332 @@ -30,8 +32,17 @@
19     CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
20    
21 douglas 278 SUB_FILES= pkg-message
22 douglas 332 +
23     PORTSCOUT= limit:^2\.
24 douglas 142
25 douglas 332 +pre-everything::
26     + @${ECHO_MSG} "======================= ATTENTION! ======================"
27     + @${ECHO_MSG}
28     + @${ECHO_MSG} "If you want to use daemon mode you will need to make sure"
29     + @${ECHO_MSG} "Apache and APR include thread support."
30     + @${ECHO_MSG}
31     + @${ECHO_MSG} "========================================================="
32 douglas 278 +
33     post-install:
34     @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
35     @${CAT} ${PKGMESSAGE}
36 douglas 332 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/pkg-message.in mod_wsgi/files/pkg-message.in
37     --- /usr/ports/www/mod_wsgi/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700
38     +++ mod_wsgi/files/pkg-message.in 2010-07-26 23:02:11.381633224 -0700
39     @@ -1,5 +1,8 @@
40     -================================================================================
41     +============================================================================
42    
43     -For more information, see http://www.modwsgi.org/.
44     +If you want to use daemon mode you will need to make sure Apache and APR
45     +include thread support.
46    
47     -================================================================================
48     +For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD.
49     +
50     +============================================================================