Ticket #11502: appscript.2.diff

File appscript.2.diff, 1.5 KB (added by arsptr@…, 17 years ago)

Alternative Portfile diff with fix for Examples/examples directory problem

  • Portfile

     
    44PortGroup python24 1.0
    55
    66name                       py-appscript
    7 version                    0.15.5
     7version                    0.17.0
    88categories                 python
    99platforms                  darwin
    1010maintainers                arsptr@internode.on.net
     
    1515                   alternative to Apple's own AppleScript language for automating your \
    1616                   Mac.
    1717
    18 homepage                   http://freespace.virgin.net/hamish.sanderson/appscript.html
    19 master_sites       http://cheeseshop.python.org/packages/source/a/appscript/
     18homepage                   http://appscript.sourceforge.net/
     19master_sites       sourceforge:appscript
    2020distname           appscript-${version}
    2121
    22 depends_lib-append port:py-osaterminology port:py-htmltemplate
     22depends_lib-append port:py-htmltemplate
    2323
    24 checksums       md5 e1e834f9a12b088e179e1bde4ea7a24f \
    25                 sha1 f8a95c3c0e0b62f3b6d104abd7032669085fe1d1 \
    26                 rmd160 b502fc17f0747ed11caf5883cd16c0f318b152cb
     24checksums       md5 311f0da00294972f8ff22173d4bb16ea \
     25                sha1 4cbef0909c173e25c2b5ba003de2ce5e89cc1f21 \
     26                rmd160 8d520a11c66af1ebafba6abbe97f8dec720ef910
     27
     28post-destroot    {
     29                file copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/py-appscript/examples
     30                file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/py-appscript/html
     31                xinstall -m 0755 ${worksrcpath}/Extras/osadict/osadict ${destroot}${prefix}/bin
     32                xinstall -m 0755 ${worksrcpath}/Extras/osascangui/osascangui ${destroot}${prefix}/bin
     33}
     34