Date: Thu, 25 Jun 2015 08:52: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: r390542 - head/devel/erlang-msgpack/files Message-ID: <201506250852.t5P8qdJb041595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Jun 25 08:52:38 2015 New Revision: 390542 URL: https://svnweb.freebsd.org/changeset/ports/390542 Log: Compatibility fix for R18. Added: head/devel/erlang-msgpack/files/patch-rebar.config (contents, props changed) Added: head/devel/erlang-msgpack/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-msgpack/files/patch-rebar.config Thu Jun 25 08:52:38 2015 (r390542) @@ -0,0 +1,8 @@ +--- rebar.config.orig 2015-06-25 08:08:51 UTC ++++ rebar.config +@@ -1,4 +1,4 @@ +-{require_otp_vsn, "R15|R16|17"}. ++{require_otp_vsn, "R15|R16|17|18"}. + + {erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}. + {xref_checks, [undefined_function_calls]}.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250852.t5P8qdJb041595>