From owner-svn-ports-all@freebsd.org Thu Jun 25 10:28:40 2015 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 0BEF098C6A5; Thu, 25 Jun 2015 10:28:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E68D61442; Thu, 25 Jun 2015 10:28:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PASdY7087746; Thu, 25 Jun 2015 10:28:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PASdsN087745; Thu, 25 Jun 2015 10:28:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201506251028.t5PASdsN087745@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 25 Jun 2015 10:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390551 - head/devel/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.20 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: Thu, 25 Jun 2015 10:28:40 -0000 Author: olgeni Date: Thu Jun 25 10:28:39 2015 New Revision: 390551 URL: https://svnweb.freebsd.org/changeset/ports/390551 Log: Compatibility fix for R18. Modified: head/devel/cuttlefish/files/patch-rebar.config (contents, props changed) Modified: head/devel/cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/cuttlefish/files/patch-rebar.config Thu Jun 25 10:07:55 2015 (r390550) +++ head/devel/cuttlefish/files/patch-rebar.config Thu Jun 25 10:28:39 2015 (r390551) @@ -1,5 +1,11 @@ ---- rebar.config.orig 2015-02-12 21:36:22 UTC +--- rebar.config.orig 2015-06-10 18:36:45 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)", []}]}. @@ -9,4 +15,4 @@ - {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}} ]}. - {post_hooks, [{compile, "./rebar escriptize"}]}. + {post_hooks, [