Revision: 76315 http://trac.macports.org/changeset/76315 Author: ryandesign@macports.org Date: 2011-02-19 18:27:09 -0800 (Sat, 19 Feb 2011) Log Message: ----------- git-flow: maintainer update to 0.4.1; see #28480 Modified Paths: -------------- trunk/dports/devel/git-flow/Portfile Modified: trunk/dports/devel/git-flow/Portfile =================================================================== --- trunk/dports/devel/git-flow/Portfile 2011-02-20 02:26:22 UTC (rev 76314) +++ trunk/dports/devel/git-flow/Portfile 2011-02-20 02:27:09 UTC (rev 76315) @@ -4,7 +4,7 @@ PortSystem 1.0 name git-flow -version 0.4 +version 0.4.1 categories devel platforms darwin maintainers maiar.org:jason-macports @@ -19,14 +19,14 @@ homepage http://github.com/nvie/gitflow fetch.type git git.url git://github.com/nvie/gitflow.git -git.branch dc5d08dfad1ae4cc6a7d +git.branch 1ffb6b1091f05466d3cd depends_build-append port:git-core depends_run-append port:getopt post-fetch { - # this will removed once the python re-write is complete + # this will be removed once the python re-write is complete system "cd ${worksrcpath} && git submodule init && git submodule update" }
participants (1)
-
ryandesign@macports.org