Ticket #32923: GitX.diff

File GitX.diff, 872 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56PortGroup           xcode 1.0
    67
     8github.setup        pieter gitx 0.7.1 v
    79name                GitX
    8 version             0.7.1
    910revision            2
    1011maintainers         cal openmaintainer
    1112
     
    2122homepage            http://gitx.frim.nl/
    2223
    2324fetch.type          git
    24 git.url             https://github.com/pieter/gitx.git
    25 git.branch          v${version}
    2625
    2726depends_lib-append  port:git-core
    2827
     
    5756post-destroot {
    5857    move ${destroot}${applications_dir}/gitx ${destroot}${prefix}/bin
    5958}
    60 
    61 livecheck.type      regex
    62 livecheck.url       https://github.com/pieter/gitx/tags
    63 livecheck.regex     {tarball/v([0-9.]+)"}