Ticket #45598: Portfile.v2.1.0.diff

File Portfile.v2.1.0.diff, 1.4 KB (added by gthb (Gunnlaugur Thor Briem), 10 years ago)

Portfile patch

  • Portfile

    old new  
    22# $Id: Portfile 118012 2014-03-19 10:32:53Z raimue@macports.org $
    33
    44PortSystem              1.0
    5 PortGroup               github 1.0
    65
    7 github.setup            visionmedia git-extras 1.9.0
    8 revision                2
     6name                    git-extras
     7version                 2.1.0
     8distname                v${version}
     9worksrcdir              ${name}-${version}
     10revision                0
     11homepage                https://github.com/tj/git-extras
     12master_sites            ${homepage}/archive
    913maintainers             nomaintainer
    1014platforms               darwin
    1115categories              devel
     
    1620    ${description} -- repo summary, repl, changelog population, author \
    1721    commit percentages and more
    1822license                 MIT
    19 checksums               rmd160  31271c980b71305c3d0432f961baafbf1298734f \
    20                         sha256  64043f4193217ecdc115f41e1093f88910e759d7cf2883cd0e72824e61e98854
     23checksums               rmd160  6285ac20687eeb2f54cadc6bc0d55ea6e5a16d44 \
     24                        sha256  54d7e5678e9e12b5a1eb0e83bf06a8299821a21f11d74dab1180078725afcdba
    2125
    22 patchfiles              patch-remove-auto-updater.diff
     26patchfiles              patch-remove-auto-updater.diff \
     27                        patch-fix-mktemp-invocation.diff
    2328
    2429configure {
    2530    reinplace "s| /etc| ${prefix}/etc|g" ${worksrcpath}/Makefile