diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-14 03:15:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-14 03:15:14 +0000 |
commit | 192798cfb7b42395015c1ba3eb057ab242045ddc (patch) | |
tree | 4885f92d3d8683baa6c431518370543603f61276 /devel | |
parent | d44b229e2bc68ac5a1502c3d5b70b092dcfe4d2b (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/erlang-cuttlefish/Makefile | 2 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/distinfo | 4 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/files/patch-rebar.config | 12 |
3 files changed, 6 insertions, 12 deletions
diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile index 22742f5dcfd1..4f560ad7565b 100644 --- a/devel/erlang-cuttlefish/Makefile +++ b/devel/erlang-cuttlefish/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-cuttlefish/distinfo b/devel/erlang-cuttlefish/distinfo index cb811bfdd0bf..91d4ef6af4f8 100644 --- a/devel/erlang-cuttlefish/distinfo +++ b/devel/erlang-cuttlefish/distinfo @@ -1,2 +1,2 @@ -SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7 -SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042 +SHA256 (basho-cuttlefish-2.0.5_GH0.tar.gz) = af809585d998e528a6458df33a5ede7e45ecb03382edbdf08019e1dc910f73f8 +SIZE (basho-cuttlefish-2.0.5_GH0.tar.gz) = 231033 diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config index c7b07759cced..ab29f3077a8d 100644 --- a/devel/erlang-cuttlefish/files/patch-rebar.config +++ b/devel/erlang-cuttlefish/files/patch-rebar.config @@ -1,18 +1,12 @@ ---- rebar.config.orig 2015-07-21 08:12:10 UTC +--- rebar.config.orig 2015-10-14 03:13:59 UTC +++ rebar.config -@@ -1,4 +1,4 @@ --{require_otp_vsn, "R16|17"}. -+{require_otp_vsn, "R16|17|18"}. - - {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. - @@ -12,9 +12,6 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {deps, [ - {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"}}} +- {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}}, +- {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}} ]}. {post_hooks, [ |