Received: by mail.netbsd.org (Postfix, from userid 605) id DBEC084DF8; Tue, 31 Oct 2017 07:43:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65D8C84CEF for ; Tue, 31 Oct 2017 07:43:14 +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 OuWMeOgq2zdO for ; Tue, 31 Oct 2017 07:43:14 +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 E67E784C2E for ; Tue, 31 Oct 2017 07:43:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E161DFBDE; Tue, 31 Oct 2017 07:43:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509435793162820" MIME-Version: 1.0 Date: Tue, 31 Oct 2017 07:43:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Mason To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20171031074313.E161DFBDE@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. --_----------=_1509435793162820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Oct 31 07:43:13 UTC 2017 Modified Files: pkgsrc/www/p5-HTML-Mason: Makefile distinfo Log Message: Update to 1.58 Upstream changes: 1.58 2017-10-29 - Redid the release because of some dzil issues. 1.57 might be a little wonky. 1.57 2017-10-29 [ BUG FIXES ] - Fix test failures under 5.26.0+ due to "." no longer being in @INC. PR By Kent Fredric. GH #6. Fixed RT #121443. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/p5-HTML-Mason/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/p5-HTML-Mason/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509435793162820 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Mason/Makefile diff -u pkgsrc/www/p5-HTML-Mason/Makefile:1.54 pkgsrc/www/p5-HTML-Mason/Makefile:1.55 --- pkgsrc/www/p5-HTML-Mason/Makefile:1.54 Mon Oct 9 08:18:52 2017 +++ pkgsrc/www/p5-HTML-Mason/Makefile Tue Oct 31 07:43:13 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2017/10/09 08:18:52 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2017/10/31 07:43:13 wen Exp $ -DISTNAME= HTML-Mason-1.56 +DISTNAME= HTML-Mason-1.58 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Mason/distinfo diff -u pkgsrc/www/p5-HTML-Mason/distinfo:1.20 pkgsrc/www/p5-HTML-Mason/distinfo:1.21 --- pkgsrc/www/p5-HTML-Mason/distinfo:1.20 Wed Nov 4 02:47:08 2015 +++ pkgsrc/www/p5-HTML-Mason/distinfo Tue Oct 31 07:43:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/11/04 02:47:08 agc Exp $ +$NetBSD: distinfo,v 1.21 2017/10/31 07:43:13 wen Exp $ -SHA1 (HTML-Mason-1.56.tar.gz) = 003bb78f46b0ef0084a5a3d7a4fde659801c4594 -RMD160 (HTML-Mason-1.56.tar.gz) = b8729a09284c9b4883245dd92b8199df5171d769 -SHA512 (HTML-Mason-1.56.tar.gz) = 3492a37b8289209a2215b42be71db242ca150f4364d8422e46ca4762f2cdbddf96a56f44a3462d1f1eb23ef3bbe1cb36b8322106f4050404b988c6d90a05911c -Size (HTML-Mason-1.56.tar.gz) = 314167 bytes +SHA1 (HTML-Mason-1.58.tar.gz) = aa1271ebdc3ca680055af67f499bdda2e0b08f70 +RMD160 (HTML-Mason-1.58.tar.gz) = 5aaee5513fb83f3dfd7c003c28b27dd1d1ec6ee7 +SHA512 (HTML-Mason-1.58.tar.gz) = e66a40a1ed7d2f36bd3ab2457d45f60a66181fd568495d5c081d3acdd1fb425c5c0050d7aeabbcaf7192206362356a0b2033cc0f023c869d1be282e36e2d065f +Size (HTML-Mason-1.58.tar.gz) = 320800 bytes --_----------=_1509435793162820--