Index: head/lang/elixir/Makefile =================================================================== --- head/lang/elixir/Makefile (revision 383866) +++ head/lang/elixir/Makefile (revision 383867) @@ -1,26 +1,26 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= elixir PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= lwhsu@FreeBSD.org COMMENT= Functional, meta-programming aware language built on top of Erlang VM LICENSE= APACHE20 BUILD_DEPENDS= erlang>=17:${PORTSDIR}/lang/erlang RUN_DEPENDS= erlang>=17:${PORTSDIR}/lang/erlang USE_GITHUB= yes GH_ACCOUNT= elixir-lang GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 34df817 USES= gmake ALL_TARGET= #empty .include Index: head/lang/elixir/files/patch-lib_elixir_src_elixir.erl =================================================================== --- head/lang/elixir/files/patch-lib_elixir_src_elixir.erl (nonexistent) +++ head/lang/elixir/files/patch-lib_elixir_src_elixir.erl (revision 383867) @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- lib/elixir/src/elixir.erl.orig ++++ lib/elixir/src/elixir.erl +@@ -29,9 +29,9 @@ + end, + + ok = io:setopts(standard_io, Opts), +- %% Must use undocument {unicode, true} to set unicode on standard_error, more ++ %% Must use {encoding,unicode} to set unicode on standard_error, more + %% info: http://erlang.org/pipermail/erlang-bugs/2014-April/004310.html +- ok = io:setopts(standard_error, [{unicode,true}]), ++ ok = io:setopts(standard_error, [{encoding,unicode}]), + case file:native_name_encoding() of + latin1 -> + io:format(standard_error, Property changes on: head/lang/elixir/files/patch-lib_elixir_src_elixir.erl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property