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/0ea934b75562
branches:  trunk
changeset: 360464:0ea934b75562
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Mar 30 14:27:43 2017 +0000

description:
Update textproc/erlang-fast_yaml to 1.0.9.

- Use p1_utils 1.0.7

diffstat:

 textproc/erlang-fast_yaml/Makefile                   |   8 +++++---
 textproc/erlang-fast_yaml/distinfo                   |  11 +++++------
 textproc/erlang-fast_yaml/patches/patch-rebar.config |  15 ---------------
 3 files changed, 10 insertions(+), 24 deletions(-)

diffs (63 lines):

diff -r cf2f9f71cc90 -r 0ea934b75562 textproc/erlang-fast_yaml/Makefile
--- a/textproc/erlang-fast_yaml/Makefile        Thu Mar 30 14:26:17 2017 +0000
+++ b/textproc/erlang-fast_yaml/Makefile        Thu Mar 30 14:27:43 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/01/21 20:15:46 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2017/03/30 14:27:43 fhajny Exp $
 
-DISTNAME=      fast_yaml-1.0.8
+DISTNAME=      fast_yaml-1.0.9
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,12 +9,14 @@
 COMMENT=       Fast YAML native library for Erlang / Elixir
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.7:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        fast_yaml
 
 GNU_CONFIGURE= yes
 
+MAKE_ENV+=     USE_GLOBAL_DEPS=true
+
 .include "../../textproc/libyaml/buildlink3.mk"
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cf2f9f71cc90 -r 0ea934b75562 textproc/erlang-fast_yaml/distinfo
--- a/textproc/erlang-fast_yaml/distinfo        Thu Mar 30 14:26:17 2017 +0000
+++ b/textproc/erlang-fast_yaml/distinfo        Thu Mar 30 14:27:43 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/01/21 20:15:46 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2017/03/30 14:27:43 fhajny Exp $
 
-SHA1 (fast_yaml-1.0.8.tar.gz) = d3851af638e9fa48b708bf5896b377cfcec407af
-RMD160 (fast_yaml-1.0.8.tar.gz) = cd37bc4edc52aac7273343a45e2fedec4b0c1655
-SHA512 (fast_yaml-1.0.8.tar.gz) = 07881eb824b6e27c2bd6b26fe01f3b25fa9382515259af680235ffdd12a3497a088c63d8500aac5d5f1baf7e7726326ef71bf8e329542d1aa731847560049d62
-Size (fast_yaml-1.0.8.tar.gz) = 49575 bytes
-SHA1 (patch-rebar.config) = 392e37d508d18ffd7de11a58ce2a24a50366bee7
+SHA1 (fast_yaml-1.0.9.tar.gz) = 83cc91a09f54d18d3651d736a95ad558816efddc
+RMD160 (fast_yaml-1.0.9.tar.gz) = 6f4f4418cb92cf06afaa6f20eea0869c41af73c9
+SHA512 (fast_yaml-1.0.9.tar.gz) = dd826643d1c841218bae1ccb6ea3dc0c35c64c20720c47e90b3dfad3231c4944216729bf3d46f19b06cd2d54a9487336e39a9ef15201cc315ab10a7ee950bf6a
+Size (fast_yaml-1.0.9.tar.gz) = 49696 bytes
diff -r cf2f9f71cc90 -r 0ea934b75562 textproc/erlang-fast_yaml/patches/patch-rebar.config
--- a/textproc/erlang-fast_yaml/patches/patch-rebar.config      Thu Mar 30 14:26:17 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-rebar.config,v 1.3 2017/01/03 18:19:26 fhajny Exp $
-
-Deps are handled by pkgsrc.
-
---- rebar.config.orig  2016-02-03 09:23:06.000000000 +0000
-+++ rebar.config
-@@ -24,8 +24,6 @@
- {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.6"}}}]}.
--
- {clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.
- 
- {cover_enabled, true}.



Home | Main Index | Thread Index | Old Index