[89708] trunk/dports/erlang/rebar/Portfile
Revision: 89708 http://trac.macports.org/changeset/89708 Author: cal@macports.org Date: 2012-02-07 12:22:21 -0800 (Tue, 07 Feb 2012) Log Message: ----------- rebar: now hosted @github, update to most recent version, maintainer, closes #31591 Modified Paths: -------------- trunk/dports/erlang/rebar/Portfile Modified: trunk/dports/erlang/rebar/Portfile =================================================================== --- trunk/dports/erlang/rebar/Portfile 2012-02-07 15:24:46 UTC (rev 89707) +++ trunk/dports/erlang/rebar/Portfile 2012-02-07 20:22:21 UTC (rev 89708) @@ -4,8 +4,9 @@ PortSystem 1.0 name rebar -# no real version available -version 0.0.1 +# no real version available (no tags inside git repo) +version 0.0.2 + categories erlang devel platforms darwin @@ -21,10 +22,11 @@ application writers to easily re-use common libraries from a \ variety of locations (Git, Hg, etc). -homepage https://bitbucket.org/basho/rebar/wiki/Home +homepage https://github.com/basho/rebar/wiki -fetch.type hg -hg.url https://bitbucket.org/basho/rebar +fetch.type git +git.url https://github.com/basho/rebar.git +git.branch d203ff17d79a3a3cd6dc01b77e53268483251d22 depends_lib port:erlang
participants (1)
-
cal@macports.org