From owner-svn-ports-all@freebsd.org Wed Jan 4 20:45:23 2017 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 46253C9FD97; Wed, 4 Jan 2017 20:45:23 +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 E8C541FEB; Wed, 4 Jan 2017 20:45:22 +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 v04KjMfd084319; Wed, 4 Jan 2017 20:45:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v04KjLW7084316; Wed, 4 Jan 2017 20:45:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201701042045.v04KjLW7084316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 4 Jan 2017 20:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430592 - 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: Wed, 04 Jan 2017 20:45:23 -0000 Author: olgeni Date: Wed Jan 4 20:45:21 2017 New Revision: 430592 URL: https://svnweb.freebsd.org/changeset/ports/430592 Log: Update devel/erlang-cuttlefish to version 2.0.11. 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 Jan 4 20:40:38 2017 (r430591) +++ head/devel/erlang-cuttlefish/Makefile Wed Jan 4 20:45:21 2017 (r430592) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cuttlefish/distinfo ============================================================================== --- head/devel/erlang-cuttlefish/distinfo Wed Jan 4 20:40:38 2017 (r430591) +++ head/devel/erlang-cuttlefish/distinfo Wed Jan 4 20:45:21 2017 (r430592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476266915 -SHA256 (basho-cuttlefish-2.0.10_GH0.tar.gz) = ec8b2e9180b519f9ccd2f1b493e01a1bd3e529471f58bbc4a9c640f503ab340b -SIZE (basho-cuttlefish-2.0.10_GH0.tar.gz) = 232033 +TIMESTAMP = 1483561465 +SHA256 (basho-cuttlefish-2.0.11_GH0.tar.gz) = 75de2ac844de08751e63ea97bbbb63c14bb8cb4860d76866cbdfe6a6992f4dd0 +SIZE (basho-cuttlefish-2.0.11_GH0.tar.gz) = 232032 Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config Wed Jan 4 20:40:38 2017 (r430591) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config Wed Jan 4 20:45:21 2017 (r430592) @@ -1,4 +1,4 @@ ---- rebar.config.orig 2016-10-12 10:09:04 UTC +--- rebar.config.orig 2017-01-04 20:43:48 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17|18"}. @@ -12,7 +12,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.4"}}}, -- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}} +- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}} ]}. {post_hooks, [