diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-07-21 20:27:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-07-21 20:27:27 +0800 |
commit | e9bf94e8a272060c692eb3d202296f07865d2fa8 (patch) | |
tree | 44d88c4a688a158735bc6420cf77149fb8d0e497 | |
parent | 8c9280bb7eed1318294862956c5ac6ee6c8adf71 (diff) | |
download | freebsd-ports-gnome-e9bf94e8a272060c692eb3d202296f07865d2fa8.tar.gz freebsd-ports-gnome-e9bf94e8a272060c692eb3d202296f07865d2fa8.tar.zst freebsd-ports-gnome-e9bf94e8a272060c692eb3d202296f07865d2fa8.zip |
Upgrade to version 2.0.4 and sort dependencies.
-rw-r--r-- | devel/erlang-cuttlefish/Makefile | 7 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/distinfo | 4 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/files/patch-rebar.config | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile index 58c5fe2add3d..22742f5dcfd1 100644 --- a/devel/erlang-cuttlefish/Makefile +++ b/devel/erlang-cuttlefish/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -16,8 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= basho REBAR_TARGETS= compile escriptize -ERL_BUILD_DEPS= devel/erlang-lager \ - devel/erlang-getopt \ +ERL_BUILD_DEPS= devel/erlang-getopt \ + devel/erlang-lager \ devel/erlang-neotoma ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} diff --git a/devel/erlang-cuttlefish/distinfo b/devel/erlang-cuttlefish/distinfo index 193c6759dacc..cb811bfdd0bf 100644 --- a/devel/erlang-cuttlefish/distinfo +++ b/devel/erlang-cuttlefish/distinfo @@ -1,2 +1,2 @@ -SHA256 (basho-cuttlefish-2.0.3_GH0.tar.gz) = 666c11a9b15a9d301d5facd2fe8ebbe66013c0f4289e565a92ab429f444fa845 -SIZE (basho-cuttlefish-2.0.3_GH0.tar.gz) = 231038 +SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7 +SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042 diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config index 2c63d99806cd..c7b07759cced 100644 --- a/devel/erlang-cuttlefish/files/patch-rebar.config +++ b/devel/erlang-cuttlefish/files/patch-rebar.config @@ -1,4 +1,4 @@ ---- rebar.config.orig 2015-06-10 18:36:45 UTC +--- rebar.config.orig 2015-07-21 08:12:10 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17"}. @@ -10,8 +10,8 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {deps, [ -- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.4.3"}}}, -- {lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}}, +- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}}, +- {lager, "(2.0|2.1).*", {git, "git://github.com/basho/lager.git", {tag, "2.1.1"}}}, - {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}} ]}. |