Received: by mail.netbsd.org (Postfix, from userid 605) id 19F5B84D7F; Mon, 13 Apr 2020 13:44:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 942E384CDA for ; Mon, 13 Apr 2020 13:44:17 +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 GwkGZDRdBWqG for ; Mon, 13 Apr 2020 13:44:17 +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 1243384C81 for ; Mon, 13 Apr 2020 13:44:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3330FB27; Mon, 13 Apr 2020 13:44:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586785456241330" MIME-Version: 1.0 Date: Mon, 13 Apr 2020 13:44:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-IO-Stty To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200413134416.F3330FB27@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. --_----------=_1586785456241330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Apr 13 13:44:16 UTC 2020 Modified Files: pkgsrc/devel/p5-IO-Stty: Makefile distinfo Log Message: (devel/p5-IO-Stty) Updated to 0.04 0.04 Sat Jan 18 2020 - Switch to EU::MM - Address a few deficiencies in the way how the stty() sub processes its arguments - Enable testing on Github actions. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-IO-Stty/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-IO-Stty/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586785456241330 Content-Disposition: inline Content-Length: 1855 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Stty/Makefile diff -u pkgsrc/devel/p5-IO-Stty/Makefile:1.33 pkgsrc/devel/p5-IO-Stty/Makefile:1.34 --- pkgsrc/devel/p5-IO-Stty/Makefile:1.33 Sun Aug 11 13:19:38 2019 +++ pkgsrc/devel/p5-IO-Stty/Makefile Mon Apr 13 13:44:16 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2019/08/11 13:19:38 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2020/04/13 13:44:16 mef Exp $ -DISTNAME= IO-Stty-0.03 +DISTNAME= IO-Stty-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} @@ -14,7 +13,6 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= #empty PERL5_PACKLIST= auto/IO/Stty/.packlist -PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-IO-Stty/distinfo diff -u pkgsrc/devel/p5-IO-Stty/distinfo:1.5 pkgsrc/devel/p5-IO-Stty/distinfo:1.6 --- pkgsrc/devel/p5-IO-Stty/distinfo:1.5 Tue Nov 3 03:28:21 2015 +++ pkgsrc/devel/p5-IO-Stty/distinfo Mon Apr 13 13:44:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:21 agc Exp $ +$NetBSD: distinfo,v 1.6 2020/04/13 13:44:16 mef Exp $ -SHA1 (IO-Stty-0.03.tar.gz) = e7ca2246c381b6ff950dec90dbea39a8f1abbc2d -RMD160 (IO-Stty-0.03.tar.gz) = ffacc6c7cdcb54ea1055e723800425993ad7addf -SHA512 (IO-Stty-0.03.tar.gz) = 0670005929f604c8c2103d3f5e5e03e17413f8ff8a2e93911d5a064f64f268f59eb8855126c86a69649f8a350b70ecd812e60b01584c5d042bd64174d9710e4f -Size (IO-Stty-0.03.tar.gz) = 10251 bytes +SHA1 (IO-Stty-0.04.tar.gz) = 50265e3653da21e94b52ff6ecf9c7114608ae807 +RMD160 (IO-Stty-0.04.tar.gz) = 8ea993f9444fe523fe4d8f54c3ca1fccdde057ef +SHA512 (IO-Stty-0.04.tar.gz) = 1a75adef5376612c87bb7c76eed96f6d67bd70eaae51dedf65e25a31b0d1d592a89dbf58fc669e956460a4d3889c3d5273c78bd1c7d926113b42e5f97064d38f +Size (IO-Stty-0.04.tar.gz) = 9686 bytes --_----------=_1586785456241330--