Ticket #49655: git-flow-avh.diff

File git-flow-avh.diff, 1.0 KB (added by gorticus (Jason Mitchell), 9 years ago)
  • Portfile

    old new  
    5353        # This will be removed once the python re-write is complete.
    5454        system -W ${worksrcpath} "git submodule update --init"
    5555    }
     56
     57    livecheck.type      none
    5658}
    5759
    5860subport ${realname}-avh {
    59     github.setup        petervanderdoes gitflow 1.8.0
     61    github.setup        petervanderdoes gitflow 1.9.1
    6062    fetch.type          standard
    6163
    6264    license             {BSD LGPL-2.1+}
     
    6668    conflicts           ${realname} ${realname}-devel ${realname}-hf
    6769
    6870    distfiles           ${distname}${extract.suffix}
    69     checksums           rmd160  80332b94697fefaa3055b47f181e584f8ce77cf7 \
    70                         sha256  11bb69d7253b97404a86b9c803d3f4a9f610e8723e85aa3c3865dfa11416e48f
     71    checksums           rmd160  4cc3cf0f5ecdcc9702606eb4307017e82ba313ff \
     72                        sha256  aa95cee1fbf3994ce6da3e9489536dde7c7ffbbb6a14b3b20e060621ba964ab9
    7173
    7274    destroot.destdir    prefix=${destroot}${prefix}
    7375}