pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-yaml



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  3 14:16:09 UTC 2023

Modified Files:
        pkgsrc/textproc/R-yaml: Makefile distinfo

Log Message:
(textproc/R-yaml) Updated 2.2.1 to 2.3.7

### Release Notes

v2.3.7 clang deprecated sprintf. Changed in included clib to snprintf

v2.3.6 C deprecated functions with no prototypes, these were added.

v2.3.5 Patch to put back in libyaml modifications that as.yaml relied on.

v2.3.4
  - Added read_yaml parameter readLines.warn that defaults to TRUE for
    overrriding warnings about incomplete files.

v2.3.3
  -Fixed Bug #99, support for BUILTINSXP functions as handlers

v2.3.2
  - Removed some code that got revert in the libyaml 0.2.5 merge at
    2.2.4 release

v2.3.1
  - Added omap support for output using proper tag.

v2.3.0
  - Made eval.expr default to FALSE

v2.2.4
  - Updated libyaml code from 0.2.5

v2.2.3
  - Added attribute quote support for strings #72 #109

v2.2.2
  - change maintainer from Jeremy Stephens to Shawn Garbett
  - move Git repository to https://github.com/vubiostat/r-yaml


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/R-yaml/Makefile \
    pkgsrc/textproc/R-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/R-yaml/Makefile
diff -u pkgsrc/textproc/R-yaml/Makefile:1.6 pkgsrc/textproc/R-yaml/Makefile:1.7
--- pkgsrc/textproc/R-yaml/Makefile:1.6 Tue Aug 24 11:46:35 2021
+++ pkgsrc/textproc/R-yaml/Makefile     Sat Jun  3 14:16:09 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/08/24 11:46:35 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/03 14:16:09 mef Exp $
 
 R_PKGNAME=     yaml
-R_PKGVER=      2.2.1
+R_PKGVER=      2.3.7
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/R-yaml/distinfo
diff -u pkgsrc/textproc/R-yaml/distinfo:1.6 pkgsrc/textproc/R-yaml/distinfo:1.7
--- pkgsrc/textproc/R-yaml/distinfo:1.6 Tue Oct 26 11:21:33 2021
+++ pkgsrc/textproc/R-yaml/distinfo     Sat Jun  3 14:16:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:21:33 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/06/03 14:16:09 mef Exp $
 
-BLAKE2s (R/yaml_2.2.1.tar.gz) = c08955a4d63e1d217f01ce56c6ab71ccb84924a706416ef443540cdfb7c1ad5b
-SHA512 (R/yaml_2.2.1.tar.gz) = 4a6054aba1355e1e658e5c8c56e2fe991ce650cc091c54d7041b094588eb2269a067a4b23e4030eb357f7a5a73638db10d0865a925bae660e0728098f73f66c1
-Size (R/yaml_2.2.1.tar.gz) = 92670 bytes
+BLAKE2s (R/yaml_2.3.7.tar.gz) = 100b425c899be9de0ee8301153f0bc22408e0421ef0482080c8580e25dd8fd4f
+SHA512 (R/yaml_2.3.7.tar.gz) = 6395074896d40d63450a597a890fabe22facb3e292791c55563eaa084c707ecef2a3561f4392384b05ab23511ca5a026e119ec1f26fd5a7e79b511bbb094d6b2
+Size (R/yaml_2.3.7.tar.gz) = 94330 bytes



Home | Main Index | Thread Index | Old Index