Modified: trunk/dports/devel/git-flow/Portfile (76314 => 76315)
--- 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"
}