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: Fri Aug 12 09:38:38 UTC 2016
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 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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/erlang-fast_yaml/Makefile \
pkgsrc/textproc/erlang-fast_yaml/distinfo
cvs rdiff -u -r1.1 -r1.2 \
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.1 pkgsrc/textproc/erlang-fast_yaml/Makefile:1.2
--- pkgsrc/textproc/erlang-fast_yaml/Makefile:1.1 Mon Apr 25 14:37:08 2016
+++ pkgsrc/textproc/erlang-fast_yaml/Makefile Fri Aug 12 09:38:37 2016
@@ -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/f
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
Index: pkgsrc/textproc/erlang-fast_yaml/distinfo
diff -u pkgsrc/textproc/erlang-fast_yaml/distinfo:1.1 pkgsrc/textproc/erlang-fast_yaml/distinfo:1.2
--- pkgsrc/textproc/erlang-fast_yaml/distinfo:1.1 Mon Apr 25 14:37:08 2016
+++ pkgsrc/textproc/erlang-fast_yaml/distinfo Fri Aug 12 09:38:37 2016
@@ -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
Index: pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config
diff -u pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.1 pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.2
--- pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config:1.1 Mon Apr 25 14:37:08 2016
+++ pkgsrc/textproc/erlang-fast_yaml/patches/patch-rebar.config Fri Aug 12 09:38:37 2016
@@ -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"]}.
Home |
Main Index |
Thread Index |
Old Index