Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 616 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/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} |
13 | |
14 | MAINTAINER= douglas@douglasthrift.net |