aboutsummaryrefslogtreecommitdiff
path: root/devel/erlang-cuttlefish
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-07-07 11:35:38 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-07-07 11:35:38 +0000
commitffac9bd466257a579281df7a7c3f13ea05c3c76e (patch)
tree4438d9b5d04a5df29b887867593884143f9b21fd /devel/erlang-cuttlefish
parent03503472de8e2896935fdedbfa3aff1c759c0b05 (diff)
downloadports-ffac9bd466257a579281df7a7c3f13ea05c3c76e.tar.gz
ports-ffac9bd466257a579281df7a7c3f13ea05c3c76e.zip
Notes
Diffstat (limited to 'devel/erlang-cuttlefish')
-rw-r--r--devel/erlang-cuttlefish/Makefile2
-rw-r--r--devel/erlang-cuttlefish/distinfo5
-rw-r--r--devel/erlang-cuttlefish/files/patch-rebar.config4
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile
index 3809c4455a8a..75d4760163f6 100644
--- a/devel/erlang-cuttlefish/Makefile
+++ b/devel/erlang-cuttlefish/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cuttlefish
-PORTVERSION= 2.0.6
+PORTVERSION= 2.0.7
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
diff --git a/devel/erlang-cuttlefish/distinfo b/devel/erlang-cuttlefish/distinfo
index 37ed9dce3fb5..c8290242e89f 100644
--- a/devel/erlang-cuttlefish/distinfo
+++ b/devel/erlang-cuttlefish/distinfo
@@ -1,2 +1,3 @@
-SHA256 (basho-cuttlefish-2.0.6_GH0.tar.gz) = ca869b6dd34ca2b9dae84ce648a2734323466c25c505836e812eb73d79a7115b
-SIZE (basho-cuttlefish-2.0.6_GH0.tar.gz) = 231470
+TIMESTAMP = 1467889276
+SHA256 (basho-cuttlefish-2.0.7_GH0.tar.gz) = 366fdc16f709d5c8f3d513b0a67ce889272a60afe95359938b5b21eb0ec9fdc0
+SIZE (basho-cuttlefish-2.0.7_GH0.tar.gz) = 231460
diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config
index ab29f3077a8d..8a30317260e0 100644
--- a/devel/erlang-cuttlefish/files/patch-rebar.config
+++ b/devel/erlang-cuttlefish/files/patch-rebar.config
@@ -1,11 +1,11 @@
---- rebar.config.orig 2015-10-14 03:13:59 UTC
+--- rebar.config.orig 2016-07-07 11:03:52 UTC
+++ rebar.config
@@ -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|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
+- {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.3"}}},
- {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}}
]}.