Skip to content

Commit

Permalink
(textproc/R-yaml) Updated 2.2.1 to 2.3.7
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
mef committed Jun 3, 2023
1 parent f7b3217 commit 3964516
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/R-yaml/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/R-yaml/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3964516

Please sign in to comment.