Date: Thu, 7 Jul 2016 11:35:38 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418175 - in head/devel/erlang-cuttlefish: . files Message-ID: <201607071135.u67BZcVX016899@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Jul 7 11:35:38 2016 New Revision: 418175 URL: https://svnweb.freebsd.org/changeset/ports/418175 Log: Update devel/erlang-cuttlefish version 2.0.7. Modified: head/devel/erlang-cuttlefish/Makefile head/devel/erlang-cuttlefish/distinfo head/devel/erlang-cuttlefish/files/patch-rebar.config Modified: head/devel/erlang-cuttlefish/Makefile ============================================================================== --- head/devel/erlang-cuttlefish/Makefile Thu Jul 7 11:35:03 2016 (r418174) +++ head/devel/erlang-cuttlefish/Makefile Thu Jul 7 11:35:38 2016 (r418175) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cuttlefish/distinfo ============================================================================== --- head/devel/erlang-cuttlefish/distinfo Thu Jul 7 11:35:03 2016 (r418174) +++ head/devel/erlang-cuttlefish/distinfo Thu Jul 7 11:35:38 2016 (r418175) @@ -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 Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config Thu Jul 7 11:35:03 2016 (r418174) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config Thu Jul 7 11:35:38 2016 (r418175) @@ -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"}}} ]}.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607071135.u67BZcVX016899>