From 9065b092032520a3d5dd7854b8cbc5a47c935222 Mon Sep 17 00:00:00 2001 From: olgeni Date: Sun, 2 Oct 2016 22:50:01 +0000 Subject: Update devel/erlang-cuttlefish to version 2.0.9. --- devel/erlang-cuttlefish/Makefile | 2 +- devel/erlang-cuttlefish/distinfo | 6 +++--- devel/erlang-cuttlefish/files/patch-rebar.config | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/erlang-cuttlefish/Makefile b/devel/erlang-cuttlefish/Makefile index 75d4760..16a5b17 100644 --- a/devel/erlang-cuttlefish/Makefile +++ b/devel/erlang-cuttlefish/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.9 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-cuttlefish/distinfo b/devel/erlang-cuttlefish/distinfo index c829024..7bc68e3 100644 --- a/devel/erlang-cuttlefish/distinfo +++ b/devel/erlang-cuttlefish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467889276 -SHA256 (basho-cuttlefish-2.0.7_GH0.tar.gz) = 366fdc16f709d5c8f3d513b0a67ce889272a60afe95359938b5b21eb0ec9fdc0 -SIZE (basho-cuttlefish-2.0.7_GH0.tar.gz) = 231460 +TIMESTAMP = 1475447815 +SHA256 (basho-cuttlefish-2.0.9_GH0.tar.gz) = f9b2f75a7049c7be0e114aad53b7aa451c38c3a100f36c49de8af74e04480a6f +SIZE (basho-cuttlefish-2.0.9_GH0.tar.gz) = 232039 diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config index 7749b4f..e5985b4 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-07-06 13:44:53 UTC +--- rebar.config.orig 2016-10-02 22:39:17 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17|18"}. @@ -10,13 +10,13 @@ {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.3"}}}, -- {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}} +- {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, +- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.3"}}}, +- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}} ]}. {post_hooks, [ {"-win32", compile, "rebar escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar escriptize"} -+ {"^((?!-win32).)*$", compile, "/usr/local/bin/rebar escriptize"} ++ {"^((?!-win32).)*$", compile, "rebar escriptize"} ]}. -- cgit v1.1