Ticket #28480: Portfile-git-flow.diff

File Portfile-git-flow.diff, 919 bytes (added by gorticus (Jason Mitchell), 13 years ago)

devel/git-flow Portfile patch: @0.4 -> @0.4.1

  • Portfile

    old new  
    44PortSystem              1.0
    55
    66name                    git-flow
    7 version                 0.4
     7version                 0.4.1
    88categories              devel
    99platforms               darwin
    1010maintainers             maiar.org:jason-macports
     
    1919homepage                http://github.com/nvie/gitflow
    2020fetch.type              git
    2121git.url                 git://github.com/nvie/gitflow.git
    22 git.branch              dc5d08dfad1ae4cc6a7d
     22git.branch              1ffb6b1091f05466d3cd
    2323
    2424depends_build-append    port:git-core
    2525
    2626depends_run-append      port:getopt
    2727
    2828post-fetch {
    29     # this will removed once the python re-write is complete
     29    # this will be removed once the python re-write is complete
    3030    system "cd ${worksrcpath} && git submodule init && git submodule update"
    3131}
    3232