1 |
|
diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/Makefile trac-gitplugin/Makefile |
2 |
< |
--- /usr/ports/www/trac-gitplugin/Makefile 2009-11-04 02:18:03.000000000 -0800 |
3 |
< |
+++ trac-gitplugin/Makefile 2009-11-21 02:05:24.677656844 -0800 |
4 |
< |
@@ -8,7 +8,8 @@ |
5 |
< |
PORTNAME= gitplugin |
6 |
< |
PORTVERSION= 0.11.0.2.7034 |
7 |
< |
CATEGORIES= www devel python |
8 |
< |
-MASTER_SITES= http://code.douglasthrift.net/files/${PORTNAME}/ |
9 |
< |
+MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
10 |
< |
+ http://code.douglasthrift.net/files/${PORTNAME}/ |
11 |
< |
PKGNAMEPREFIX= trac- |
12 |
< |
DISTNAME= ${PORTNAME}-r${PORTVERSION:E} |
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 |