pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/erlang-fast_yaml
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Jan 3 18:19:26 UTC 2017
Modified Files:
pkgsrc/textproc/erlang-fast_yaml: Makefile distinfo
pkgsrc/textproc/erlang-fast_yaml/patches: patch-rebar.config
Log Message:
Update textproc/erlang-fast_yaml.
- Use p1_utils 1.0.6
- Make sure fast_yaml isn't compiled to native code
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/erlang-fast_yaml/Makefile \
pkgsrc/textproc/erlang-fast_yaml/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/erlang-fast_yaml/Makefile
diff -u pkgsrc/textproc/erlang-fast_yaml/Makefile:1.2 pkgsrc/textproc/erlang-fast_yaml/Makefile:1.3
--- pkgsrc/textproc/erlang-fast_yaml/Makefile:1.2 Fri Aug 12 09:38:37 2016
+++ pkgsrc/textproc/erlang-fast_yaml/Makefile Tue Jan 3 18:19:26 2017
@@ -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/f
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
Index: pkgsrc/textproc/erlang-fast_yaml/distinfo
diff -u pkgsrc/textproc/erlang-fast_yaml/distinfo:1.2 pkgsrc/textproc/erlang-fast_yaml/distinfo:1.3
--- pkgsrc/textproc/erlang-fast_yaml/distinfo:1.2 Fri Aug 12 09:38:37 2016
+++ pkgsrc/textproc/erlang-fast_yaml/distinfo Tue Jan 3 18:19:26 2017
@@ -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
Index: pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config
diff -u pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.2 pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.3
--- pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.2 Fri Aug 12 09:38:37 2016
+++ pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config Tue Jan 3 18:19:26 2017
@@ -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"]}.
Home |
Main Index |
Thread Index |
Old Index