Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2016 13:14:00 +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: r423863 - in head/devel/erlang-cuttlefish: . files
Message-ID:  <201610121314.u9CDE0J8098214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Oct 12 13:14:00 2016
New Revision: 423863
URL: https://svnweb.freebsd.org/changeset/ports/423863

Log:
  Update devel/erlang-cuttlefish to version 2.0.10.

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	Wed Oct 12 13:11:49 2016	(r423862)
+++ head/devel/erlang-cuttlefish/Makefile	Wed Oct 12 13:14:00 2016	(r423863)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cuttlefish
-PORTVERSION=	2.0.9
+PORTVERSION=	2.0.10
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-cuttlefish/distinfo
==============================================================================
--- head/devel/erlang-cuttlefish/distinfo	Wed Oct 12 13:11:49 2016	(r423862)
+++ head/devel/erlang-cuttlefish/distinfo	Wed Oct 12 13:14:00 2016	(r423863)
@@ -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

Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-cuttlefish/files/patch-rebar.config	Wed Oct 12 13:11:49 2016	(r423862)
+++ head/devel/erlang-cuttlefish/files/patch-rebar.config	Wed Oct 12 13:14:00 2016	(r423863)
@@ -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"}}}
    ]}.
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121314.u9CDE0J8098214>