diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-10-12 21:14:00 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-10-12 21:14:00 +0800 |
commit | 9b4c61f8d18f0d3aa687d5935860012a89b0919f (patch) | |
tree | cb7570e548b9638efd3eaa7b163f590d389d9e78 /devel | |
parent | 5c3637273d8d49ef88ee738922ae9d7af08682e2 (diff) | |
download | freebsd-ports-gnome-9b4c61f8d18f0d3aa687d5935860012a89b0919f.tar.gz freebsd-ports-gnome-9b4c61f8d18f0d3aa687d5935860012a89b0919f.tar.zst freebsd-ports-gnome-9b4c61f8d18f0d3aa687d5935860012a89b0919f.zip |
Update devel/erlang-cuttlefish to version 2.0.10.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/erlang-cuttlefish/Makefile | 2 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/distinfo | 6 | ||||
-rw-r--r-- | devel/erlang-cuttlefish/files/patch-rebar.config | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile index 16a5b17ae753..012660e6b6df 100644 --- a/devel/erlang-cuttlefish/Makefile +++ b/devel/erlang-cuttlefish/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-cuttlefish/distinfo b/devel/erlang-cuttlefish/distinfo index 7bc68e386062..c01be1ad8d17 100644 --- a/devel/erlang-cuttlefish/distinfo +++ b/devel/erlang-cuttlefish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475447815 -SHA256 (basho-cuttlefish-2.0.9_GH0.tar.gz) = f9b2f75a7049c7be0e114aad53b7aa451c38c3a100f36c49de8af74e04480a6f -SIZE (basho-cuttlefish-2.0.9_GH0.tar.gz) = 232039 +TIMESTAMP = 1476266915 +SHA256 (basho-cuttlefish-2.0.10_GH0.tar.gz) = ec8b2e9180b519f9ccd2f1b493e01a1bd3e529471f58bbc4a9c640f503ab340b +SIZE (basho-cuttlefish-2.0.10_GH0.tar.gz) = 232033 diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config index e5985b457234..3b9b669b6c2a 100644 --- a/devel/erlang-cuttlefish/files/patch-rebar.config +++ b/devel/erlang-cuttlefish/files/patch-rebar.config @@ -1,4 +1,4 @@ ---- rebar.config.orig 2016-10-02 22:39:17 UTC +--- rebar.config.orig 2016-10-12 10:09:04 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17|18"}. @@ -11,7 +11,7 @@ {deps, [ - {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, -- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.3"}}}, +- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}} ]}. |