Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 61BCB1A9246 for ; Sun, 8 Nov 2020 02:18:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AB34784DD4; Sun, 8 Nov 2020 02:18:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2FEA84D39 for ; Sun, 8 Nov 2020 02:18:21 +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 Qualg8-1l9GR for ; Sun, 8 Nov 2020 02:18:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6547684CDC for ; Sun, 8 Nov 2020 02:18:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E68BFB28; Sun, 8 Nov 2020 02:18:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604801901226080" MIME-Version: 1.0 Date: Sun, 8 Nov 2020 02:18:21 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-XML-Writer To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201108021821.5E68BFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604801901226080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Nov 8 02:18:21 UTC 2020 Modified Files: pkgsrc/textproc/p5-XML-Writer: Makefile distinfo Log Message: (textproc/p5-XML-Writer) Updated 0.625 to 0.900 Mar 8 00:19:28 2019 +1100 - Drop support for building on (very) old perls. - Check for valid element names (#107239) - Fail when a scalar other than 'self' is passed as OUTPUT. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/p5-XML-Writer/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/p5-XML-Writer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604801901226080 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-XML-Writer/Makefile diff -u pkgsrc/textproc/p5-XML-Writer/Makefile:1.39 pkgsrc/textproc/p5-XML-Writer/Makefile:1.40 --- pkgsrc/textproc/p5-XML-Writer/Makefile:1.39 Mon Aug 31 18:12:14 2020 +++ pkgsrc/textproc/p5-XML-Writer/Makefile Sun Nov 8 02:18:21 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2020/08/31 18:12:14 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2020/11/08 02:18:21 mef Exp $ -DISTNAME= XML-Writer-0.625 +DISTNAME= XML-Writer-0.900 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} Index: pkgsrc/textproc/p5-XML-Writer/distinfo diff -u pkgsrc/textproc/p5-XML-Writer/distinfo:1.13 pkgsrc/textproc/p5-XML-Writer/distinfo:1.14 --- pkgsrc/textproc/p5-XML-Writer/distinfo:1.13 Wed Nov 4 01:59:58 2015 +++ pkgsrc/textproc/p5-XML-Writer/distinfo Sun Nov 8 02:18:21 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 01:59:58 agc Exp $ +$NetBSD: distinfo,v 1.14 2020/11/08 02:18:21 mef Exp $ -SHA1 (XML-Writer-0.625.tar.gz) = c87edc8255e98d4e7b3843f3947d8a9df4e94862 -RMD160 (XML-Writer-0.625.tar.gz) = e9c7cca7d1c30173b100c747123bd98cfe42c70a -SHA512 (XML-Writer-0.625.tar.gz) = 30ad348e7f1423ce82dc0709e767d4ae384ad6e76f6444c8a12d97b1dc9c2b39e2c5bec43779bc35891942fa75f852cd26e8831dd6b5cfb9c72bc8512ca55923 -Size (XML-Writer-0.625.tar.gz) = 28930 bytes +SHA1 (XML-Writer-0.900.tar.gz) = 19af1d84dee77ef6419172b6f6148ea11ab4662c +RMD160 (XML-Writer-0.900.tar.gz) = 4cdb941c828b1f833e86cb8dae3bfbd7ef1b5b33 +SHA512 (XML-Writer-0.900.tar.gz) = 0856146f497194529352378bdd81462e0ffd185b2464f9995dedc3b4705f517d87960a9a473e44a0ae7095bdee0e3f0121410ea6208c3adb94636e9db0c8da2e +Size (XML-Writer-0.900.tar.gz) = 29817 bytes --_----------=_1604801901226080--