Index: head/devel/erlang-cuttlefish/Makefile =================================================================== --- head/devel/erlang-cuttlefish/Makefile (revision 423862) +++ head/devel/erlang-cuttlefish/Makefile (revision 423863) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Configuration library for Erlang LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho REBAR_TARGETS= compile escriptize ERL_BUILD_DEPS= devel/erlang-getopt \ devel/erlang-lager \ devel/erlang-neotoma ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Index: head/devel/erlang-cuttlefish/distinfo =================================================================== --- head/devel/erlang-cuttlefish/distinfo (revision 423862) +++ head/devel/erlang-cuttlefish/distinfo (revision 423863) @@ -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 Index: head/devel/erlang-cuttlefish/files/patch-rebar.config =================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config (revision 423862) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config (revision 423863) @@ -1,22 +1,22 @@ ---- 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"}. +{require_otp_vsn, "R16|17|18|19"}. {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. @@ -12,12 +12,9 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {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"}}} ]}. {post_hooks, [ {"-win32", compile, "rebar escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar escriptize"} + {"^((?!-win32).)*$", compile, "rebar escriptize"} ]}.