Ticket #27474: patch-Portfile.diff

File patch-Portfile.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)
  • Portfile

     
    55PortGroup python26  1.0
    66
    77name                py26-py2app-devel
    8 version             0.4.4
     8version             0.5.3
    99categories-append   devel
    1010license             MIT/PSF
    1111maintainers         nomaintainer
     
    1919
    2020homepage            http://wiki.python.org/moin/MacPython/py2app
    2121
    22 fetch.type          svn
    23 svn.url             http://svn.pythonmac.org/py2app/py2app/trunk/
    24 svn.revision        87
    25 worksrcdir          trunk
     22fetch.type          hg
     23hg.url              http://bitbucket.org/ronaldoussoren/py2app
     24hg.tag              c3bb65c5b0d0
     25worksrcdir          py2app-${version}
    2626
    2727conflicts           py26-py2app
    2828
     
    3535post-destroot {
    3636    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
    3737    ${destroot}${prefix}/share/examples/${name}
    38     xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \
     38    xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
    3939    ${destroot}${prefix}/share/doc/${name}
    4040    eval copy [glob ${worksrcpath}/examples/*] \
    4141    ${destroot}${prefix}/share/examples/${name}