svn commit: r390542 - head/devel/erlang-msgpack/files
Jimmy Olgeni
olgeni at FreeBSD.org
Thu Jun 25 08:52:39 UTC 2015
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]}.
More information about the svn-ports-all
mailing list