Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 03:15:14 +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: r399236 - in head/devel/erlang-cuttlefish: . files
Message-ID:  <201510140315.t9E3FEC0078353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Oct 14 03:15:14 2015
New Revision: 399236
URL: https://svnweb.freebsd.org/changeset/ports/399236

Log:
  Upgrade devel/erlang-cuttlefish to version 2.0.5

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 14 03:08:22 2015	(r399235)
+++ head/devel/erlang-cuttlefish/Makefile	Wed Oct 14 03:15:14 2015	(r399236)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cuttlefish
-PORTVERSION=	2.0.4
+PORTVERSION=	2.0.5
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-cuttlefish/distinfo
==============================================================================
--- head/devel/erlang-cuttlefish/distinfo	Wed Oct 14 03:08:22 2015	(r399235)
+++ head/devel/erlang-cuttlefish/distinfo	Wed Oct 14 03:15:14 2015	(r399236)
@@ -1,2 +1,2 @@
-SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7
-SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042
+SHA256 (basho-cuttlefish-2.0.5_GH0.tar.gz) = af809585d998e528a6458df33a5ede7e45ecb03382edbdf08019e1dc910f73f8
+SIZE (basho-cuttlefish-2.0.5_GH0.tar.gz) = 231033

Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-cuttlefish/files/patch-rebar.config	Wed Oct 14 03:08:22 2015	(r399235)
+++ head/devel/erlang-cuttlefish/files/patch-rebar.config	Wed Oct 14 03:15:14 2015	(r399236)
@@ -1,18 +1,12 @@
---- rebar.config.orig	2015-07-21 08:12:10 UTC
+--- rebar.config.orig	2015-10-14 03:13:59 UTC
 +++ rebar.config
-@@ -1,4 +1,4 @@
--{require_otp_vsn, "R16|17"}.
-+{require_otp_vsn, "R16|17|18"}.
- 
- {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
- 
 @@ -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).*", {git, "git://github.com/basho/lager.git", {tag, "2.1.1"}}},
--    {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}}
+-    {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
+-    {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}}
    ]}.
  
  {post_hooks, [



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