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:   triaxx
Date:           Fri Jan 15 23:53:33 UTC 2021

Modified Files:
        pkgsrc/textproc/erlang-fast_yaml: Makefile distinfo

Log Message:
erlang-fast_yaml: Update to 1.0.29

upstream changes:
-----------------
Version 1.0.29
  * Updating p1_utils to version 1.0.21.

Version 1.0.28
  * Fix hex to support compiling ejabberd with rebar3

Version 1.0.27
  * Updating p1_utils to version 1.0.20.

Version 1.0.26
  * Fix compilation with Erlang/OTP 23.0

Version 1.0.25
  * Updating p1_utils to version 1.0.19.

Version 1.0.24
  * Use github actions for build/test

Version 1.0.23
  * Updating p1_utils to version 1.0.18.
  * Add flag that decodes yaml maps to erlang maps (Thanks to Arjan Scherpenisse)
  * Add flag that converts special values to erlang equivalents (Thanks to Arjan Scherpenisse)
  * Add p1_utils as dependant app

Version 1.0.22
  * Updating p1_utils to version 1.0.17.

Version 1.0.21
  * Fix handling of strings with ' inside them

Version 1.0.20
  * Updating p1_utils to version 1.0.16.
  * Handle erlang escape sequences

Version 1.0.19
  * Updating p1_utils to version 1.0.15.
  * Don't crash when atom lenght is > 255

Version 1.0.18
  * Updating p1_utils to version 1.0.14.
  * Add contribution guide

Version 1.0.17
  * Updating p1_utils to version 1.0.13.

Version 1.0.16
  * Updating p1_utils to version 6ff85e8.
  * Add handling of unicode string


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/erlang-fast_yaml/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/erlang-fast_yaml/distinfo

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.12 pkgsrc/textproc/erlang-fast_yaml/Makefile:1.13
--- pkgsrc/textproc/erlang-fast_yaml/Makefile:1.12      Fri Jul 20 09:06:04 2018
+++ pkgsrc/textproc/erlang-fast_yaml/Makefile   Fri Jan 15 23:53:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/07/20 09:06:04 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/15 23:53:33 triaxx Exp $
 
-DISTNAME=      fast_yaml-1.0.15
+DISTNAME=      fast_yaml-1.0.29
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://github.com/processone/
 COMMENT=       Fast YAML native library for Erlang / Elixir
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        fast_yaml
 

Index: pkgsrc/textproc/erlang-fast_yaml/distinfo
diff -u pkgsrc/textproc/erlang-fast_yaml/distinfo:1.11 pkgsrc/textproc/erlang-fast_yaml/distinfo:1.12
--- pkgsrc/textproc/erlang-fast_yaml/distinfo:1.11      Fri Jul 20 09:06:04 2018
+++ pkgsrc/textproc/erlang-fast_yaml/distinfo   Fri Jan 15 23:53:33 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/07/20 09:06:04 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2021/01/15 23:53:33 triaxx Exp $
 
-SHA1 (fast_yaml-1.0.15.tar.gz) = 696554474071144ed06f22f15cdd22efa3828c7b
-RMD160 (fast_yaml-1.0.15.tar.gz) = 676cd721661304fdca060a3a7e33039ac193b607
-SHA512 (fast_yaml-1.0.15.tar.gz) = 25c4e42d2198bf108a519e6ae9fb8b2f9fe42de6c581301ea24a06b3909fe87a9455272600160f4e349c65cf762313b1b2919839f4a4a4ab3e28cc3379a6d3d5
-Size (fast_yaml-1.0.15.tar.gz) = 49812 bytes
+SHA1 (fast_yaml-1.0.29.tar.gz) = 448f1301a60cd7122f1aae6f624fa48660162bd9
+RMD160 (fast_yaml-1.0.29.tar.gz) = 36adb961b36fc1622f5a36a7b5293104ad1fcbec
+SHA512 (fast_yaml-1.0.29.tar.gz) = 39c96d251c3265fd7c29a6603ab2879ee6856d610908b314b979ffb4fe97c17a91c59724f5f32e75c62c6b9e98b1d00948ceb33a2148cf1bfcc96720dd407cd3
+Size (fast_yaml-1.0.29.tar.gz) = 59122 bytes



Home | Main Index | Thread Index | Old Index