From owner-svn-ports-all@freebsd.org Sun Oct 2 22:50:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98CFFAF2259; Sun, 2 Oct 2016 22:50:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B24BAA5; Sun, 2 Oct 2016 22:50:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u92Mo1XW094927; Sun, 2 Oct 2016 22:50:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u92Mo1Wo094924; Sun, 2 Oct 2016 22:50:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610022250.u92Mo1Wo094924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 2 Oct 2016 22:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423161 - in head/devel/erlang-cuttlefish: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 22:50:02 -0000 Author: olgeni Date: Sun Oct 2 22:50:01 2016 New Revision: 423161 URL: https://svnweb.freebsd.org/changeset/ports/423161 Log: Update devel/erlang-cuttlefish to version 2.0.9. 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 Sun Oct 2 22:35:43 2016 (r423160) +++ head/devel/erlang-cuttlefish/Makefile Sun Oct 2 22:50:01 2016 (r423161) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.9 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cuttlefish/distinfo ============================================================================== --- head/devel/erlang-cuttlefish/distinfo Sun Oct 2 22:35:43 2016 (r423160) +++ head/devel/erlang-cuttlefish/distinfo Sun Oct 2 22:50:01 2016 (r423161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467889276 -SHA256 (basho-cuttlefish-2.0.7_GH0.tar.gz) = 366fdc16f709d5c8f3d513b0a67ce889272a60afe95359938b5b21eb0ec9fdc0 -SIZE (basho-cuttlefish-2.0.7_GH0.tar.gz) = 231460 +TIMESTAMP = 1475447815 +SHA256 (basho-cuttlefish-2.0.9_GH0.tar.gz) = f9b2f75a7049c7be0e114aad53b7aa451c38c3a100f36c49de8af74e04480a6f +SIZE (basho-cuttlefish-2.0.9_GH0.tar.gz) = 232039 Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config Sun Oct 2 22:35:43 2016 (r423160) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config Sun Oct 2 22:50:01 2016 (r423161) @@ -1,4 +1,4 @@ ---- rebar.config.orig 2016-07-06 13:44:53 UTC +--- rebar.config.orig 2016-10-02 22:39:17 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17|18"}. @@ -10,13 +10,13 @@ {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.3"}}}, -- {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}} +- {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, +- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.3"}}}, +- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}} ]}. {post_hooks, [ {"-win32", compile, "rebar escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar escriptize"} -+ {"^((?!-win32).)*$", compile, "/usr/local/bin/rebar escriptize"} ++ {"^((?!-win32).)*$", compile, "rebar escriptize"} ]}.