Received: by mail.netbsd.org (Postfix, from userid 605) id 4F48684DBB; Sun, 16 Dec 2018 04:48:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CBE784DB3 for ; Sun, 16 Dec 2018 04:48:52 +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 n4tADT8UmPbo for ; Sun, 16 Dec 2018 04:48:51 +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 81B7484CD6 for ; Sun, 16 Dec 2018 04:48:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71622FB16; Sun, 16 Dec 2018 04:48:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154493573168580" MIME-Version: 1.0 Date: Sun, 16 Dec 2018 04:48:51 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-IO-Pager To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181216044851.71622FB16@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. --_----------=_154493573168580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Dec 16 04:48:51 UTC 2018 Modified Files: pkgsrc/devel/p5-IO-Pager: Makefile distinfo Log Message: Update to 0.40 Upstream changes: 0.40 Mon Oct 08 2018 And a tee(1)-like feature via binmode(). Fix some interactive tests; 07 and 10. Document potentially surprising behaviors in IO::Pager::Buffered. One more bloody RT#121450; missed 11-redirect-oo.pl To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-IO-Pager/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-IO-Pager/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154493573168580 Content-Disposition: inline Content-Length: 1881 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Pager/Makefile diff -u pkgsrc/devel/p5-IO-Pager/Makefile:1.21 pkgsrc/devel/p5-IO-Pager/Makefile:1.22 --- pkgsrc/devel/p5-IO-Pager/Makefile:1.21 Wed Aug 22 09:44:08 2018 +++ pkgsrc/devel/p5-IO-Pager/Makefile Sun Dec 16 04:48:51 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/08/22 09:44:08 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/12/16 04:48:51 wen Exp $ # -DISTNAME= IO-Pager-0.39 +DISTNAME= IO-Pager-0.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} EXTRACT_SUFX= .tgz @@ -15,6 +14,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which +WRKSRC= ${WRKDIR}/IO-Pager-0.4 + PERL5_PACKLIST= auto/IO/Pager/.packlist .include "../../lang/perl5/module.mk" Index: pkgsrc/devel/p5-IO-Pager/distinfo diff -u pkgsrc/devel/p5-IO-Pager/distinfo:1.7 pkgsrc/devel/p5-IO-Pager/distinfo:1.8 --- pkgsrc/devel/p5-IO-Pager/distinfo:1.7 Mon Jun 12 13:17:10 2017 +++ pkgsrc/devel/p5-IO-Pager/distinfo Sun Dec 16 04:48:51 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/06/12 13:17:10 mef Exp $ +$NetBSD: distinfo,v 1.8 2018/12/16 04:48:51 wen Exp $ -SHA1 (IO-Pager-0.39.tgz) = d736787dddf3162ae61a53792847c30f682b7982 -RMD160 (IO-Pager-0.39.tgz) = 9d1fbbedcc39cf58a0321f5040725611d267e420 -SHA512 (IO-Pager-0.39.tgz) = 165e6c5e93cdcd463eda0a0f0f713790959a788220e29bc77bb10ff59f8e1083d1dc01fc059f150f8cfb4de1d16eef04813430072ea33d9dc6f4acbd3287ce67 -Size (IO-Pager-0.39.tgz) = 17552 bytes +SHA1 (IO-Pager-0.40.tgz) = 0d0df61630fe7faa6c98ec40f7d03014a2d14b28 +RMD160 (IO-Pager-0.40.tgz) = 2a58af83857ff977a0cfef71bfcf49881075d90b +SHA512 (IO-Pager-0.40.tgz) = 7b2ef5c8a2a6b79030db2d7da8001b9dab64d9348a28dea29e8d6264385c2c73f1ba0d9a78ab60ef1d0ac6078e02bd917357c89ee4d002605acbe826a6b7faa8 +Size (IO-Pager-0.40.tgz) = 18847 bytes --_----------=_154493573168580--