Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 552 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/converters/py-unidecode/Makefile py-unidecode/Makefile |
2 | --- /usr/ports/converters/py-unidecode/Makefile 2009-11-04 06:37:37.000000000 -0800 |
3 | +++ py-unidecode/Makefile 2009-11-21 01:57:41.097503100 -0800 |
4 | @@ -9,6 +9,7 @@ |
5 | PORTVERSION= 0.04.2 |
6 | CATEGORIES= converters python |
7 | MASTER_SITES= http://code.zemanta.com/tsolc/unidecode/releases/ \ |
8 | + http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
9 | http://code.douglasthrift.net/files/${PORTNAME}/ |
10 | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
11 | DISTNAME= Unidecode-${PORTVERSION} |