Ticket #39385: py-supervisor.patch

File py-supervisor.patch, 1.3 KB (added by andy@…, 11 years ago)

Portfile-Patch

  • dports/python/py-supervisor/Portfile

    diff --git a/dports/python/py-supervisor/Portfile b/dports/python/py-supervisor/Portfile
    index af3474b..b793e66 100644
    a b PortSystem 1.0 
    44PortGroup               python 1.0
    55
    66name                    py-supervisor
    7 version                 3.0a3
     7version                 3.0b2
    88license                 BSD ZPL-2.1
    99maintainers             gmail.com:roger.hoover
    1010description             Process manager for UNIX-like OSs
    platforms darwin 
    1414supported_archs noarch
    1515
    1616homepage                http://www.plope.com/software/supervisor2/
    17 master_sites            ${homepage}
     17master_sites            https://pypi.python.org/packages/source/s/supervisor/
    1818distname                supervisor-${version}
    19 checksums               md5 e6533646e83aede64d2855c0f11f964c
     19checksums               md5 e2557853239ee69955f993091b0eddc4
    2020
    2121python.versions 24
    2222
    if {$subport != $name} { 
    2828
    2929    post-destroot   {
    3030            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}
    3232    }
    3333}