summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-01-03 10:25:04 +0000
committerfhajny <fhajny@pkgsrc.org>2017-01-03 10:25:04 +0000
commit05c14179213eb002a6d6ba7e944c0c9e28036151 (patch)
treedea7b040a04084177b818e08239e2406f7443597 /textproc
parentbe1f22d25ca79e2e6b17f2e889f2d3fcdc41ef74 (diff)
downloadpkgsrc-05c14179213eb002a6d6ba7e944c0c9e28036151.tar.gz
Update textproc/erlang-fast_xml to 1.1.18.
Version 1.1.18 - Use p1_utils 1.0.6 - fix xref with otp 17 Version 1.1.17 - Add 'undefined' type to some record fields type specs Version 1.1.16 - Improve XML generator
Diffstat (limited to 'textproc')
-rw-r--r--textproc/erlang-fast_xml/Makefile6
-rw-r--r--textproc/erlang-fast_xml/distinfo12
-rw-r--r--textproc/erlang-fast_xml/patches/patch-rebar.config4
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/erlang-fast_xml/Makefile b/textproc/erlang-fast_xml/Makefile
index 5765ddd6c3d..276f11bc960 100644
--- a/textproc/erlang-fast_xml/Makefile
+++ b/textproc/erlang-fast_xml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/12 09:34:59 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/03 10:25:04 fhajny Exp $
-DISTNAME= fast_xml-1.1.15
+DISTNAME= fast_xml-1.1.18
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -11,7 +11,7 @@ LICENSE= apache-2.0
GITHUB_PROJECT= fast_xml
-DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
diff --git a/textproc/erlang-fast_xml/distinfo b/textproc/erlang-fast_xml/distinfo
index 3ede1f2f02c..5a6be91add3 100644
--- a/textproc/erlang-fast_xml/distinfo
+++ b/textproc/erlang-fast_xml/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/08/12 09:34:59 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/01/03 10:25:04 fhajny Exp $
-SHA1 (fast_xml-1.1.15.tar.gz) = 09d3f3b84a4ee1a0ca5fb827fd043149fdef680c
-RMD160 (fast_xml-1.1.15.tar.gz) = 39793e211d091f396c7adf8a6013db14df0d4bfe
-SHA512 (fast_xml-1.1.15.tar.gz) = 3792ec8aca5ee8c40f53a356badcc9685ed071903500b0405a4d8b3620605eba1b8d1351efb5115497e022811dfca3382522318decc6207df1e4d81db3d0c94a
-Size (fast_xml-1.1.15.tar.gz) = 86948 bytes
-SHA1 (patch-rebar.config) = f8c646d8e8a5a755f401445bccac3ac3f42fc1fe
+SHA1 (fast_xml-1.1.18.tar.gz) = 03ac4ad2b196c5ca9ecb84f548a3faf3f54a1757
+RMD160 (fast_xml-1.1.18.tar.gz) = 040c0e53ebb7ba49f1935ff82766533c51caeb8a
+SHA512 (fast_xml-1.1.18.tar.gz) = 5f6867e2f56d8e3d68337d477f215ac52fe01b3f31792605dcca31f3d8dc8b590d5d24798cf245f7af3cb5dc903530e5950d5ea4d8e0d650c091b7d87cf32e0c
+Size (fast_xml-1.1.18.tar.gz) = 89244 bytes
+SHA1 (patch-rebar.config) = 8dea87d858be26a7acf9a7cc40568be558bf6473
diff --git a/textproc/erlang-fast_xml/patches/patch-rebar.config b/textproc/erlang-fast_xml/patches/patch-rebar.config
index 07d58b1f7d7..5f24caa44e8 100644
--- a/textproc/erlang-fast_xml/patches/patch-rebar.config
+++ b/textproc/erlang-fast_xml/patches/patch-rebar.config
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:34:59 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.3 2017/01/03 10:25:04 fhajny Exp $
Deps are handled by pkgsrc.
@@ -8,7 +8,7 @@ Deps are handled by pkgsrc.
{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"}}}]}.
-
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.