RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-checker/Portfile,v
retrieving revision 1.10
diff -u -b -w -r1.10 Portfile
|
|
|
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-checker |
7 | | version 0.8.14 |
8 | | revision 2 |
| 7 | version 0.8.17 |
9 | 8 | categories python |
10 | 9 | maintainers mww@opendarwin.org |
11 | 10 | platforms darwin freebsd |
… |
… |
|
20 | 19 | homepage http://pychecker.sourceforge.net/ |
21 | 20 | master_sites sourceforge:pychecker |
22 | 21 | distname pychecker-${version} |
23 | | checksums md5 531214b2c922462eb57dde5d37f004ac |
| 22 | checksums md5 9d2a2d62b368ce503830f830a89bd230 |
24 | 23 | |
25 | 24 | patchfiles patch-setup.py.diff |
26 | 25 | post-patch { |
… |
… |
|
30 | 29 | |
31 | 30 | post-destroot { |
32 | 31 | xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \ |
33 | | MAINTAINERS README TODO VERSION \ |
| 32 | MAINTAINERS README TODO VERSION pycheckrc \ |
34 | 33 | ${destroot}${prefix}/share/doc/${name} |
35 | 34 | } |