Update textproc/erlang-fast_xml to version 1.1.23.

This commit is contained in:
Jimmy Olgeni 2017-06-09 10:40:24 +00:00
parent 1e4be6d1fe
commit b4c89b26e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442979
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1490096112
SHA256 (processone-fast_xml-1.1.22_GH0.tar.gz) = 0163e7bd11b6705732fd7281209925e39534c9ea123887574218422c34762d7c
SIZE (processone-fast_xml-1.1.22_GH0.tar.gz) = 92408
TIMESTAMP = 1497004422
SHA256 (processone-fast_xml-1.1.23_GH0.tar.gz) = 7f2b153e1f5f47ad70e8b0143f97c79e855a1d56e597588ed86f87a7335bdf8c
SIZE (processone-fast_xml-1.1.23_GH0.tar.gz) = 92419

View file

@ -1,10 +1,10 @@
--- rebar.config.orig 2017-03-21 13:20:24 UTC
--- rebar.config.orig 2017-06-09 10:39:21 UTC
+++ rebar.config
@@ -31,7 +31,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.7"}}}]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.