# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name git-flow version 0.4 description Git extensions for Vincent Driessen branching. long_description A collection of Git extensions to provide high-level \ repository operations for Vincent Driessen branching. maintainers maiar.org:jason-macports categories devel platforms darwin license BSD supported_archs noarch homepage http://github.com/nvie/gitflow master_sites github fetch.type git git.url git://github.com/nvie/gitflow.git git.branch dc5d08dfad1ae4cc6a7d depends_build-append port:git-core depends_run-append port:getopt use_configure no worksrcdir ${distname} post-fetch { # this will removed once the python re-write is complete system "cd ${worksrcpath} && git submodule init && git submodule update" } build { } destroot.destdir prefix=${destroot}${prefix} livecheck.type regex livecheck.url ${homepage} livecheck.regex {\/tree\/(\d+(?:\.\d+)*)">\1<}