Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 423 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. |
# | Content |
---|---|
1 | diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/Makefile trac-gitplugin/Makefile |
2 | --- /usr/ports/www/trac-gitplugin/Makefile 2012-02-11 14:31:04.000000000 -0800 |
3 | +++ trac-gitplugin/Makefile 2012-02-18 20:21:23.000000000 -0800 |
4 | @@ -18,7 +18,7 @@ |
5 | MAINTAINER= douglas@douglasthrift.net |
6 | COMMENT= Git plugin for Trac |
7 | |
8 | -LICENSE= GPLv2 |
9 | +LICENSE= BSD |
10 | |
11 | RUN_DEPENDS= git:${PORTSDIR}/devel/git \ |
12 | tracd:${PORTSDIR}/www/trac |