Ticket #38432: Portfile.diff

File Portfile.diff, 966 bytes (added by cooljeanius (Eric Gallager), 12 years ago)

diff to apply to the old macportsscripts portfile

  • Portfile

    old new  
    55PortGroup       github 1.0
    66
    77epoch           2
    8 github.setup    cooljeanius macportsscripts 0.1.4 v
     8github.setup    cooljeanius macportsscripts 0.2.0 v
    99categories      sysutils macports
    1010platforms       darwin
    1111maintainers     phw gwmail.gwu.edu:egall openmaintainer
     
    1616
    1717long_description ${description}
    1818
    19 checksums       rmd160  62171a4def12655d46fb0469f9b64f0b24bfcff7 \
    20                 sha256  099ccdef11df77d1b7ef3c8857c9f56ef08d2843182335b72bd708008634b2a3
     19checksums       rmd160 3d24d9fdf6dacfab405e9ec7772e7969e0771270 \
     20                sha256 62261afafd9021876c9e2717e76165e365ef71f9936ada392ee89ed561fc80ca
    2121
    2222use_configure   no
    2323build {}
    2424
    2525destroot {
    2626    eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
     27    eval xinstall -m 755 [glob ${worksrcpath}/*.pl] ${destroot}${prefix}/bin
    2728}