Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 12:27:28 +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: r392623 - in head/devel/erlang-cuttlefish: . files
Message-ID:  <201507211227.t6LCRSul040439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Tue Jul 21 12:27:27 2015
New Revision: 392623
URL: https://svnweb.freebsd.org/changeset/ports/392623

Log:
  Upgrade to version 2.0.4 and sort dependencies.

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	Tue Jul 21 12:20:58 2015	(r392622)
+++ head/devel/erlang-cuttlefish/Makefile	Tue Jul 21 12:27:27 2015	(r392623)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cuttlefish
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	2.0.4
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 
@@ -16,8 +15,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	basho
 
 REBAR_TARGETS=	compile escriptize
-ERL_BUILD_DEPS=	devel/erlang-lager \
-		devel/erlang-getopt \
+ERL_BUILD_DEPS=	devel/erlang-getopt \
+		devel/erlang-lager \
 		devel/erlang-neotoma
 ERL_RUN_DEPS:=	${ERL_BUILD_DEPS}
 

Modified: head/devel/erlang-cuttlefish/distinfo
==============================================================================
--- head/devel/erlang-cuttlefish/distinfo	Tue Jul 21 12:20:58 2015	(r392622)
+++ head/devel/erlang-cuttlefish/distinfo	Tue Jul 21 12:27:27 2015	(r392623)
@@ -1,2 +1,2 @@
-SHA256 (basho-cuttlefish-2.0.3_GH0.tar.gz) = 666c11a9b15a9d301d5facd2fe8ebbe66013c0f4289e565a92ab429f444fa845
-SIZE (basho-cuttlefish-2.0.3_GH0.tar.gz) = 231038
+SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7
+SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042

Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-cuttlefish/files/patch-rebar.config	Tue Jul 21 12:20:58 2015	(r392622)
+++ head/devel/erlang-cuttlefish/files/patch-rebar.config	Tue Jul 21 12:27:27 2015	(r392623)
@@ -1,4 +1,4 @@
---- rebar.config.orig	2015-06-10 18:36:45 UTC
+--- rebar.config.orig	2015-07-21 08:12:10 UTC
 +++ rebar.config
 @@ -1,4 +1,4 @@
 -{require_otp_vsn, "R16|17"}.
@@ -10,8 +10,8 @@
  {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
  
  {deps, [
--    {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.4.3"}}},
--    {lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}},
+-    {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"}}}
    ]}.
  



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