Ticket #39117: Portfile.diff

File Portfile.diff, 1.3 KB (added by cooljeanius (Eric Gallager), 11 years ago)

diff against the old portfile

  • sysutils/macportsscripts/Portfile

    old new  
    55PortGroup       github 1.0
    66
    77epoch           2
    8 github.setup    cooljeanius macportsscripts 0.2.0 v
     8github.setup    cooljeanius macportsscripts 0.3.0 v
    99categories      sysutils macports
    1010platforms       darwin
    1111maintainers     phw gwmail.gwu.edu:egall openmaintainer
     
    1616
    1717long_description ${description}
    1818
    19 checksums       rmd160 3d24d9fdf6dacfab405e9ec7772e7969e0771270 \
    20                 sha256 62261afafd9021876c9e2717e76165e365ef71f9936ada392ee89ed561fc80ca
     19checksums       rmd160  bfa65ac2a6da30474d76e6c89e1ad8425695173b \
     20                sha256  b067846c2d4e5c122c51647a59ff9b1f93f2c9d4b3e32173e6d9a933cabbe4ea
    2121
    2222use_configure   no
    2323build {}
     
    2525destroot {
    2626    eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
    2727    eval xinstall -m 755 [glob ${worksrcpath}/*.pl] ${destroot}${prefix}/bin
     28    xinstall -d ${destroot}${prefix}/share/doc/${name}
     29    eval xinstall -m 644 [glob ${worksrcpath}/*.md] ${destroot}${prefix}/share/doc/${name}
    2830}