diff --git a/dports/python/py-supervisor/Portfile b/dports/python/py-supervisor/Portfile
index af3474b..b793e66 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-supervisor |
7 | | version 3.0a3 |
| 7 | version 3.0b2 |
8 | 8 | license BSD ZPL-2.1 |
9 | 9 | maintainers gmail.com:roger.hoover |
10 | 10 | description Process manager for UNIX-like OSs |
… |
… |
platforms darwin |
14 | 14 | supported_archs noarch |
15 | 15 | |
16 | 16 | homepage http://www.plope.com/software/supervisor2/ |
17 | | master_sites ${homepage} |
| 17 | master_sites https://pypi.python.org/packages/source/s/supervisor/ |
18 | 18 | distname supervisor-${version} |
19 | | checksums md5 e6533646e83aede64d2855c0f11f964c |
| 19 | checksums md5 e2557853239ee69955f993091b0eddc4 |
20 | 20 | |
21 | 21 | python.versions 24 |
22 | 22 | |
… |
… |
if {$subport != $name} { |
28 | 28 | |
29 | 29 | post-destroot { |
30 | 30 | file delete -force ${destroot}${prefix}/doc |
31 | | xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt UPGRADING.txt sample.conf ${destroot}${prefix}/share/doc/${subport} |
| 31 | xinstall -m 644 -W ${worksrcpath} README.rst PLUGINS.rst CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt supervisor/skel/sample.conf ${destroot}${prefix}/share/doc/${subport} |
32 | 32 | } |
33 | 33 | } |