Received: by mail.netbsd.org (Postfix, from userid 605) id 9E02E84E68; Fri, 14 Feb 2020 05:58:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 27A6284D28 for ; Fri, 14 Feb 2020 05:58:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uxfyWb7vAz0a for ; Fri, 14 Feb 2020 05:58:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 935E084C8B for ; Fri, 14 Feb 2020 05:58:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D025FBF4; Fri, 14 Feb 2020 05:58:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581659907298020" MIME-Version: 1.0 Date: Fri, 14 Feb 2020 05:58:27 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/p5-YAML-PP To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20200214055827.8D025FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581659907298020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Feb 14 05:58:27 UTC 2020 Modified Files: pkgsrc/textproc/p5-YAML-PP: Makefile distinfo Log Message: Update to 0.019. From the changelog: - Important (and possibly breaking) changes: - Change default schema from JSON to Core. Reason: This is the recommended Schema for YAML 1.2, and what people would expect to be the default. - load* in scalar context returns first document. Reason: I think this is the most reasonable behaviour, and it will continue to work the same if you later add documents to a file. - Empty nodes in YAML 1.2 JSON Schema resolve to '' by default like before, but now it can be configured - Fix some control character escaping and encoding issues (issue#16, issue#17) YAML::PP will now just assume all input data are unicode characters and won't do an explicit utf8::upgrade - Fix Core schema resolver for inf: add +.inf, +.Inf, +.INF - Improve emitter regarding empty lists/hashes (no newline before []/{}) - Spelling and grammar fixes (PR#23 @gregoa) - Fix YAML::PP::Grammar pod (PR#22 @gregoa) - Fix yamlpp5-load-dump - Fix error tokens output - Update yaml-test-suite to data-2020-02-11 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-YAML-PP/Makefile \ pkgsrc/textproc/p5-YAML-PP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581659907298020 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-YAML-PP/Makefile diff -u pkgsrc/textproc/p5-YAML-PP/Makefile:1.1 pkgsrc/textproc/p5-YAML-PP/Makefile:1.2 --- pkgsrc/textproc/p5-YAML-PP/Makefile:1.1 Thu Jan 23 16:14:47 2020 +++ pkgsrc/textproc/p5-YAML-PP/Makefile Fri Feb 14 05:58:27 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/01/23 16:14:47 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2020/02/14 05:58:27 schmonz Exp $ -DISTNAME= YAML-PP-0.018 +DISTNAME= YAML-PP-0.019 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${HOMEPAGE} Index: pkgsrc/textproc/p5-YAML-PP/distinfo diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.1 pkgsrc/textproc/p5-YAML-PP/distinfo:1.2 --- pkgsrc/textproc/p5-YAML-PP/distinfo:1.1 Thu Jan 23 16:14:47 2020 +++ pkgsrc/textproc/p5-YAML-PP/distinfo Fri Feb 14 05:58:27 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/01/23 16:14:47 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2020/02/14 05:58:27 schmonz Exp $ -SHA1 (YAML-PP-0.018.tar.gz) = c6c1adbefac43853d590b8d32627868d2574db0a -RMD160 (YAML-PP-0.018.tar.gz) = 0495148afc31c5d4db666ad2fe4753b4e707e90e -SHA512 (YAML-PP-0.018.tar.gz) = 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103 -Size (YAML-PP-0.018.tar.gz) = 160231 bytes +SHA1 (YAML-PP-0.019.tar.gz) = 35d8a50ed5dfd2310a1ab933a0feabe5959856b0 +RMD160 (YAML-PP-0.019.tar.gz) = 3c2cfcfbd7a92c6b6f3fb33cf36231e596a5f8f0 +SHA512 (YAML-PP-0.019.tar.gz) = c0b848b2348c2e61da8c53a7306ca232c5365bd67862739e9e5a08aca0aeb0c46ff1e92031bde528ca0f57503cf967794de1363c45806695a7047992a95f9711 +Size (YAML-PP-0.019.tar.gz) = 170366 bytes --_----------=_1581659907298020--