Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C097F1A923A for ; Sat, 30 Oct 2021 09:01:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E151685014; Sat, 30 Oct 2021 09:01:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23A5A84EB4 for ; Sat, 30 Oct 2021 09:01:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id n1gxD1qcihny for ; Sat, 30 Oct 2021 09:01:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8737A84E5F for ; Sat, 30 Oct 2021 09:01:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 761A8FA97; Sat, 30 Oct 2021 09:01:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163558448281750" MIME-Version: 1.0 Date: Sat, 30 Oct 2021 09:01:22 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-YAML-PP To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211030090122.761A8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163558448281750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 30 09:01:22 UTC 2021 Modified Files: pkgsrc/textproc/p5-YAML-PP: Makefile distinfo Log Message: Update to 0.029 Upstream changes: 0.029 2021-10-25 00:02:53+02:00 - Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d] 0.028 2021-10-21 22:00:36+02:00 - Fix empty values with properties in flow mappings and sequences (`[ &foo , bar]`, `{ &foo , k: v }`) - Fix: Allow comment lines with tabs in flow - Fix: parsing of explicit block indenting (issue #46) - Automatically tie new hashes inside tied hashes (issue #44) - yamlpp-load-dump: Add options --dump-module and --include* - docs: Add mising constants (issue #45) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-YAML-PP/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_163558448281750 Content-Disposition: inline Content-Length: 1598 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.10 pkgsrc/textproc/p5-YAML-PP/Makefile:1.11 --- pkgsrc/textproc/p5-YAML-PP/Makefile:1.10 Sun Sep 5 02:29:42 2021 +++ pkgsrc/textproc/p5-YAML-PP/Makefile Sat Oct 30 09:01:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/09/05 02:29:42 wen Exp $ +# $NetBSD: Makefile,v 1.11 2021/10/30 09:01:22 wen Exp $ -DISTNAME= YAML-PP-0.027 +DISTNAME= YAML-PP-0.029 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/} Index: pkgsrc/textproc/p5-YAML-PP/distinfo diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.7 pkgsrc/textproc/p5-YAML-PP/distinfo:1.8 --- pkgsrc/textproc/p5-YAML-PP/distinfo:1.7 Tue Oct 26 11:22:55 2021 +++ pkgsrc/textproc/p5-YAML-PP/distinfo Sat Oct 30 09:01:22 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:22:55 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/10/30 09:01:22 wen Exp $ -BLAKE2s (YAML-PP-0.027.tar.gz) = 36ace259e05e5751002720b9b50d7b40f2f2de6a3610e18c56b0492725ed879d -SHA512 (YAML-PP-0.027.tar.gz) = 4362fa2079fe253b11242e68d7071800b49dad141255b0c6ca627f710bd8685ed0ba163c7ada3e1be1720eef4be65ff481f02517bbf899f3110355ceddd216aa -Size (YAML-PP-0.027.tar.gz) = 191350 bytes +BLAKE2s (YAML-PP-0.029.tar.gz) = 00e838a72c6b5a32077ddaf5915b8fa7899592868058dcaed3db2c239a692672 +SHA512 (YAML-PP-0.029.tar.gz) = e52f9ad3477cb8d71cd0ea428ca1212fe50d6aa543a5e5e2a5cf4c8fed4ecced41626077159b6d851fd698260d3f6a5697f1b7a5a6489ba1ed1d3058668c9d94 +Size (YAML-PP-0.029.tar.gz) = 195116 bytes --_----------=_163558448281750--