Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 345 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. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 29 | diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile |
2 | douglas | 151 | --- /usr/ports/www/mod_wsgi/Makefile 2009-11-28 03:38:52.000000000 -0800 |
3 | +++ mod_wsgi/Makefile 2009-12-08 05:26:55.000000000 -0800 | ||
4 | @@ -17,7 +17,7 @@ | ||
5 | douglas | 142 | |
6 | douglas | 151 | MAKE_JOBS_SAFE= yes |
7 | douglas | 142 | |
8 | douglas | 151 | -LATEST_LINK= mod_wsgi |
9 | +LATEST_LINK= mod_wsgi3 | ||
10 | CONFLICTS= mod_wsgi-3.* | ||
11 | douglas | 142 | |
12 | douglas | 151 | PROJECTHOST= modwsgi |