Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 362 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 | 140 | diff -Nrux .svn -x work /usr/ports/devel/py-gitosis/Makefile py-gitosis/Makefile |
2 | douglas | 382 | --- /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 | douglas | 161 | |
6 | douglas | 382 | RUN_DEPENDS= git:${PORTSDIR}/devel/git |
7 | douglas | 140 | |
8 | douglas | 382 | +LICENSE= GPLv2 |
9 | + | ||
10 | USE_BZIP2= yes | ||
11 | USE_PYTHON= yes | ||
12 | USE_PYDISTUTILS= easy_install |