Ticket #28480: Portfile-git-flow.diff
File Portfile-git-flow.diff, 919 bytes (added by gorticus (Jason Mitchell), 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name git-flow 7 version 0.4 7 version 0.4.1 8 8 categories devel 9 9 platforms darwin 10 10 maintainers maiar.org:jason-macports … … 19 19 homepage http://github.com/nvie/gitflow 20 20 fetch.type git 21 21 git.url git://github.com/nvie/gitflow.git 22 git.branch dc5d08dfad1ae4cc6a7d22 git.branch 1ffb6b1091f05466d3cd 23 23 24 24 depends_build-append port:git-core 25 25 26 26 depends_run-append port:getopt 27 27 28 28 post-fetch { 29 # this will removed once the python re-write is complete29 # this will be removed once the python re-write is complete 30 30 system "cd ${worksrcpath} && git submodule init && git submodule update" 31 31 } 32 32