1 |
|
diff -Nrux .svn -x work /usr/ports/devel/py-gitosis/Makefile py-gitosis/Makefile |
2 |
< |
--- /usr/ports/devel/py-gitosis/Makefile 2009-09-15 01:23:25.000000000 -0700 |
3 |
< |
+++ py-gitosis/Makefile 2009-11-21 01:54:43.644544495 -0800 |
4 |
< |
@@ -8,8 +8,8 @@ |
5 |
< |
PORTNAME= gitosis |
6 |
< |
PORTVERSION= 0.2.20080825 |
7 |
< |
CATEGORIES= devel |
8 |
< |
-MASTER_SITES= http://cloud.github.com/downloads/douglaswth/gitosis/ \ |
9 |
< |
- http://code.douglasthrift.net/files/gitosis/ |
10 |
< |
+MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
11 |
< |
+ http://code.douglasthrift.net/files/${PORTNAME}/ |
12 |
< |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
2 |
> |
--- /usr/ports/devel/py-gitosis/Makefile 2010-09-13 16:44:03.000000000 -0700 |
3 |
> |
+++ py-gitosis/Makefile 2011-01-14 18:46:35.000000000 -0800 |
4 |
> |
@@ -17,6 +17,8 @@ |
5 |
|
|
6 |
< |
MAINTAINER= douglas@douglasthrift.net |
6 |
> |
RUN_DEPENDS= git:${PORTSDIR}/devel/git |
7 |
> |
|
8 |
> |
+LICENSE= GPLv2 |
9 |
> |
+ |
10 |
> |
USE_BZIP2= yes |
11 |
> |
USE_PYTHON= yes |
12 |
> |
USE_PYDISTUTILS= easy_install |