textproc/erlang-fast_xml: Update to 1.1.32

Reported by:	portscout@
This commit is contained in:
Babak Farrokhi 2018-06-30 14:50:34 +00:00
parent 0093bd63c6
commit 9b52eedbc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473621
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1525620159
SHA256 (processone-fast_xml-1.1.30_GH0.tar.gz) = 355e357dee227607e6014db75deb95e394d03855eac9904b04406050cd127be4
SIZE (processone-fast_xml-1.1.30_GH0.tar.gz) = 93428
TIMESTAMP = 1530370063
SHA256 (processone-fast_xml-1.1.32_GH0.tar.gz) = 5d978fbd116e16cd66e775674e2a8f4da8115ccb191b2371a774ce97f4cbf82a
SIZE (processone-fast_xml-1.1.32_GH0.tar.gz) = 93486

View File

@ -1,10 +1,10 @@
--- rebar.config.orig 2018-03-29 13:02:03 UTC
--- rebar.config.orig 2018-06-29 09:50:45 UTC
+++ rebar.config
@@ -32,7 +32,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.11"}}}]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.