Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 571 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/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} | ||
13 |