summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-08-12 09:38:37 +0000
committerfhajny <fhajny@pkgsrc.org>2016-08-12 09:38:37 +0000
commitebea24550eb61f6a6aef17159a8e42dd02e85546 (patch)
tree2914feb8cacdfb28d3056ce4fe75d03f0452c152
parent818aa30f62726e3ce1e8175c41f7ac09ac87d116 (diff)
downloadpkgsrc-ebea24550eb61f6a6aef17159a8e42dd02e85546.tar.gz
Update textproc/erlang-fast_yaml to 1.0.6.
Version 1.0.6 - Update to p1_utils 1.0.5 Version 1.0.5 - Rebar 3 compatibility Version 1.0.4 - Update to p1_utils 1.0.4
-rw-r--r--textproc/erlang-fast_yaml/Makefile6
-rw-r--r--textproc/erlang-fast_yaml/distinfo12
-rw-r--r--textproc/erlang-fast_yaml/patches/patch-rebar.config4
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/erlang-fast_yaml/Makefile b/textproc/erlang-fast_yaml/Makefile
index 5fba4db7226..03203351f9b 100644
--- a/textproc/erlang-fast_yaml/Makefile
+++ b/textproc/erlang-fast_yaml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/04/25 14:37:08 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/12 09:38:37 fhajny Exp $
-DISTNAME= fast_yaml-1.0.3
+DISTNAME= fast_yaml-1.0.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,7 +9,7 @@ HOMEPAGE= http://github.com/processone/fast_yaml/
COMMENT= Fast YAML native library for Erlang / Elixir
LICENSE= apache-2.0
-DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
GITHUB_PROJECT= fast_yaml
diff --git a/textproc/erlang-fast_yaml/distinfo b/textproc/erlang-fast_yaml/distinfo
index 73bd53f96ef..e3a35f2f365 100644
--- a/textproc/erlang-fast_yaml/distinfo
+++ b/textproc/erlang-fast_yaml/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/04/25 14:37:08 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2016/08/12 09:38:37 fhajny Exp $
-SHA1 (fast_yaml-1.0.3.tar.gz) = 7490eda176e2155f0355f216927acf99c1c2564a
-RMD160 (fast_yaml-1.0.3.tar.gz) = efce78a3312ae0545e580843c75703c77efd8b62
-SHA512 (fast_yaml-1.0.3.tar.gz) = 321de1c0ff830de8a556bd661e600a66bccd944d6503a87a02111bcfb0b23c8c60b128296e7bb07ea39f923a04ebc7cd15e33971ca6691f16a75340c0695aee9
-Size (fast_yaml-1.0.3.tar.gz) = 49351 bytes
-SHA1 (patch-rebar.config) = 0670e32bcd0c5dfae9013fc46160631b806168e6
+SHA1 (fast_yaml-1.0.6.tar.gz) = 7a0b3474b5b245ae377627cbdf0a0aa0c7b5307c
+RMD160 (fast_yaml-1.0.6.tar.gz) = 2adf86524f034725ee0cce9dc53be07f90df2cd3
+SHA512 (fast_yaml-1.0.6.tar.gz) = 04a466ebac30ee08827c9ba6d18861867571eda599e68937bbc8c924dab2387444db1f02da3cbf493ef63f03bc73cb6de32a90ee54901d269b3230611ee9600e
+Size (fast_yaml-1.0.6.tar.gz) = 49461 bytes
+SHA1 (patch-rebar.config) = 72c6574217391198685b7e8430be0f3168aa551c
diff --git a/textproc/erlang-fast_yaml/patches/patch-rebar.config b/textproc/erlang-fast_yaml/patches/patch-rebar.config
index db05bf6e659..1d9011ee97e 100644
--- a/textproc/erlang-fast_yaml/patches/patch-rebar.config
+++ b/textproc/erlang-fast_yaml/patches/patch-rebar.config
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:37:08 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:38:37 fhajny Exp $
Deps are handled by pkgsrc.
@@ -8,7 +8,7 @@ Deps are handled by pkgsrc.
{port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}.
{port_specs, [{"priv/lib/fast_yaml.so", ["c_src/fast_yaml.c"]}]}.
--{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
-
{clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.