Subject: CVS commit: pkgsrc/devel/jsonnet
From: Stoned Elipot
Date: 2019-08-13 20:04:28
Message id: 20190813180429.00CE2FBF4@cvs.NetBSD.org

Log Message:
update devel/jsonnet to version 0.13.0

Significant changes since last packaged version (0.10.0):
- jsonnet fmt is now its own executable called jsonnetfmt...
- Standard library additions: std.reverse, std.encodeUTF8 and std.decodeUTF8
- Standard dlibrary changes:
  - Fix std.parseHex that rejected certain correct inputs
  - Added std.find and std.findSubstr
  - Added std.parseJson
  - sort and set functions can now be given a "keyF" function for \ 
controlling the ordering
  - std.trace for debugging
  - std.parseHex and std.parseOctal
- Language changes:
  - std.native("foo") now returns null if foo doesn't exist, instead \ 
of an error...

Complete list of change is available from https://github.com/google/jsonnet/releases

Files:
RevisionActionfile
1.5modifypkgsrc/devel/jsonnet/Makefile
1.2modifypkgsrc/devel/jsonnet/PLIST
1.5modifypkgsrc/devel/jsonnet/distinfo
1.3modifypkgsrc/devel/jsonnet/patches/patch-Makefile