summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_yaml
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-01-03 18:19:26 +0000
committerfhajny <fhajny>2017-01-03 18:19:26 +0000
commit4d62080452c504e71bda33b4e43c194076534ece (patch)
treecf813d140753b65b9c2a33d77044ed13c26dffd1 /textproc/erlang-fast_yaml
parent0c87c96c47fa3ee273267d32eb1b21dcda5b6615 (diff)
downloadpkgsrc-4d62080452c504e71bda33b4e43c194076534ece.tar.gz
Update textproc/erlang-fast_yaml.
- Use p1_utils 1.0.6 - Make sure fast_yaml isn't compiled to native code
Diffstat (limited to 'textproc/erlang-fast_yaml')
-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 03203351f9b..d280f18bb34 100644
--- a/textproc/erlang-fast_yaml/Makefile
+++ b/textproc/erlang-fast_yaml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/12 09:38:37 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/03 18:19:26 fhajny Exp $
-DISTNAME= fast_yaml-1.0.6
+DISTNAME= fast_yaml-1.0.7
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.5:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
GITHUB_PROJECT= fast_yaml
diff --git a/textproc/erlang-fast_yaml/distinfo b/textproc/erlang-fast_yaml/distinfo
index e3a35f2f365..069ce9c5e27 100644
--- a/textproc/erlang-fast_yaml/distinfo
+++ b/textproc/erlang-fast_yaml/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/08/12 09:38:37 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/01/03 18:19:26 fhajny Exp $
-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
+SHA1 (fast_yaml-1.0.7.tar.gz) = 4b490691d208a465dc9a4d93a4d1196d68e6f5d4
+RMD160 (fast_yaml-1.0.7.tar.gz) = 1e9d7ce8735a33c1c1945db3bf1dde6621b664a0
+SHA512 (fast_yaml-1.0.7.tar.gz) = 7d8dfd759fb6c406cb1e514b8bf66768b52e6be726067843035b037e88fa1986a465b173ead680971457059743d42829f0a9c0d9259fd0918e07804b6fbae89f
+Size (fast_yaml-1.0.7.tar.gz) = 49524 bytes
+SHA1 (patch-rebar.config) = 392e37d508d18ffd7de11a58ce2a24a50366bee7
diff --git a/textproc/erlang-fast_yaml/patches/patch-rebar.config b/textproc/erlang-fast_yaml/patches/patch-rebar.config
index 1d9011ee97e..821a1f87d2e 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.2 2016/08/12 09:38:37 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.3 2017/01/03 18:19:26 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.5"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}.
-
{clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.