Revision: | 490 |
Committed: | 2012-02-18T20:26:46-08:00 (13 years, 4 months ago) by douglas |
Original Path: | freebsd/www/trac-gitplugin.patch |
File size: | 423 byte(s) |
Log Message: | Trac Git Plugin was relicensed from GPLv2 to BSD. |
# | 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 |