svn commit: r427113 - in head/textproc/erlang-fast_xml: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Fri Nov 25 13:18:36 UTC 2016
Author: olgeni
Date: Fri Nov 25 13:18:34 2016
New Revision: 427113
URL: https://svnweb.freebsd.org/changeset/ports/427113
Log:
Update textproc/erlang-fast_xml to version 1.1.18.
Modified:
head/textproc/erlang-fast_xml/Makefile
head/textproc/erlang-fast_xml/distinfo
head/textproc/erlang-fast_xml/files/patch-rebar.config
Modified: head/textproc/erlang-fast_xml/Makefile
==============================================================================
--- head/textproc/erlang-fast_xml/Makefile Fri Nov 25 13:00:35 2016 (r427112)
+++ head/textproc/erlang-fast_xml/Makefile Fri Nov 25 13:18:34 2016 (r427113)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fast_xml
-PORTVERSION= 1.1.17
+PORTVERSION= 1.1.18
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-
Modified: head/textproc/erlang-fast_xml/distinfo
==============================================================================
--- head/textproc/erlang-fast_xml/distinfo Fri Nov 25 13:00:35 2016 (r427112)
+++ head/textproc/erlang-fast_xml/distinfo Fri Nov 25 13:18:34 2016 (r427113)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480023134
-SHA256 (processone-fast_xml-1.1.17_GH0.tar.gz) = 918f71cd113a62e54d56ac708734253beb8297d15efc5f8028245ab364dee22b
-SIZE (processone-fast_xml-1.1.17_GH0.tar.gz) = 89132
+TIMESTAMP = 1480079268
+SHA256 (processone-fast_xml-1.1.18_GH0.tar.gz) = 9cf774dc117ac6c9e8737b810ca9991788b878188b1608a668094b1b377957e5
+SIZE (processone-fast_xml-1.1.18_GH0.tar.gz) = 89244
Modified: head/textproc/erlang-fast_xml/files/patch-rebar.config
==============================================================================
--- head/textproc/erlang-fast_xml/files/patch-rebar.config Fri Nov 25 13:00:35 2016 (r427112)
+++ head/textproc/erlang-fast_xml/files/patch-rebar.config Fri Nov 25 13:18:34 2016 (r427113)
@@ -4,7 +4,7 @@
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
--{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
More information about the svn-ports-all
mailing list