Date: Thu, 25 Jun 2015 10:28:39 +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: r390551 - head/devel/cuttlefish/files Message-ID: <201506251028.t5PASdsN087745@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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, [
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251028.t5PASdsN087745>