svn commit: r390551 - head/devel/cuttlefish/files

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jun 25 10:28:40 UTC 2015


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, [


More information about the svn-ports-all mailing list