pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/erlang-fast_yaml Update textproc/erlang-fast_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea6f360ea6ec
branches:  trunk
changeset: 351025:ea6f360ea6ec
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 12 09:38:37 2016 +0000

description:
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

diffstat:

 textproc/erlang-fast_yaml/Makefile                   |   6 +++---
 textproc/erlang-fast_yaml/distinfo                   |  12 ++++++------
 textproc/erlang-fast_yaml/patches/patch-rebar.config |   4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 6633d3edb9b7 -r ea6f360ea6ec textproc/erlang-fast_yaml/Makefile
--- a/textproc/erlang-fast_yaml/Makefile        Fri Aug 12 09:34:59 2016 +0000
+++ b/textproc/erlang-fast_yaml/Makefile        Fri Aug 12 09:38:37 2016 +0000
@@ -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 @@
 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 -r 6633d3edb9b7 -r ea6f360ea6ec textproc/erlang-fast_yaml/distinfo
--- a/textproc/erlang-fast_yaml/distinfo        Fri Aug 12 09:34:59 2016 +0000
+++ b/textproc/erlang-fast_yaml/distinfo        Fri Aug 12 09:38:37 2016 +0000
@@ -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 -r 6633d3edb9b7 -r ea6f360ea6ec textproc/erlang-fast_yaml/patches/patch-rebar.config
--- a/textproc/erlang-fast_yaml/patches/patch-rebar.config      Fri Aug 12 09:34:59 2016 +0000
+++ b/textproc/erlang-fast_yaml/patches/patch-rebar.config      Fri Aug 12 09:38:37 2016 +0000
@@ -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 @@
  {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"]}.
  



Home | Main Index | Thread Index | Old Index