diff -u /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-dispatcher/Portfile ports/python/py-dispatcher/Portfile
old
|
new
|
|
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-dispatcher |
7 | | version 1.0.1 |
| 7 | version 2.0.1 |
8 | 8 | revision 1 |
9 | 9 | categories python devel |
10 | 10 | platforms darwin |
… |
… |
|
18 | 18 | homepage http://pydispatcher.sourceforge.net/ |
19 | 19 | master_sites sourceforge:pydispatcher |
20 | 20 | distname PyDispatcher-${version} |
21 | | use_zip yes |
22 | | checksums md5 f2f080647bdf6dee2b9401eeec2eeaad |
| 21 | checksums md5 8b1695ed6f5bdbda8fbcde82b62d505c |
23 | 22 | |
24 | 23 | test.run yes |
25 | 24 | test.cmd ${python.bin} tests/test.py |