Update textproc/erlang-fast_xml to version 1.1.18.

This commit is contained in:
Jimmy Olgeni 2016-11-25 13:18:34 +00:00
parent 37f55c681e
commit c01e294635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427113
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fast_xml
PORTVERSION= 1.1.17
PORTVERSION= 1.1.18
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-

View File

@ -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

View File

@ -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"]}.