Received: by mail.netbsd.org (Postfix, from userid 605) id 7442A84E9E; Wed, 28 Jul 2021 03:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE38084E98 for ; Wed, 28 Jul 2021 03:28:47 +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 KLEF6iCTpIIR for ; Wed, 28 Jul 2021 03:28:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2337D84CBC for ; Wed, 28 Jul 2021 03:28:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13F94FA95; Wed, 28 Jul 2021 03:28:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162744292745570" MIME-Version: 1.0 Date: Wed, 28 Jul 2021 03:28:47 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-IO-Tty To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210728032847.13F94FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162744292745570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Jul 28 03:28:47 UTC 2021 Modified Files: pkgsrc/devel/p5-IO-Tty: Makefile distinfo Log Message: Update to 1.16 Upstream changes: 1.16 2021-01-2 Todd Rinaldo * Switch to github for issue tracker. * Switch to testsuite CI workflow. * Tidy 2020-10-03 Todd Rinaldo 1.15 * Skip winsize test on Solaris and QNX NTO * Make function tests more robust * Work around a header name collission on util.h. This is breaking on recent OSX To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-IO-Tty/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-IO-Tty/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162744292745570 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Tty/Makefile diff -u pkgsrc/devel/p5-IO-Tty/Makefile:1.43 pkgsrc/devel/p5-IO-Tty/Makefile:1.44 --- pkgsrc/devel/p5-IO-Tty/Makefile:1.43 Mon May 24 19:50:53 2021 +++ pkgsrc/devel/p5-IO-Tty/Makefile Wed Jul 28 03:28:46 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2021/05/24 19:50:53 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2021/07/28 03:28:46 wen Exp $ -DISTNAME= IO-Tty-1.14 +DISTNAME= IO-Tty-1.16 PKGNAME= p5-${DISTNAME:C/T/t/} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/devel/p5-IO-Tty/distinfo diff -u pkgsrc/devel/p5-IO-Tty/distinfo:1.14 pkgsrc/devel/p5-IO-Tty/distinfo:1.15 --- pkgsrc/devel/p5-IO-Tty/distinfo:1.14 Sun Mar 22 21:02:34 2020 +++ pkgsrc/devel/p5-IO-Tty/distinfo Wed Jul 28 03:28:46 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/03/22 21:02:34 nia Exp $ +$NetBSD: distinfo,v 1.15 2021/07/28 03:28:46 wen Exp $ -SHA1 (IO-Tty-1.14.tar.gz) = a05ddbee8b764b43e6715892ac7a9fcabae706db -RMD160 (IO-Tty-1.14.tar.gz) = 5cb4bbb149b7351422d28e2c765506ab5f15392c -SHA512 (IO-Tty-1.14.tar.gz) = 4d6a5299f87eab0281f5e26953bc1537d760d88c486de9c8512750af733d5e466e059400a310746eb8fe432b8c8dcb82055c4cfbb1d31e25c9ce874557618305 -Size (IO-Tty-1.14.tar.gz) = 27756 bytes +SHA1 (IO-Tty-1.16.tar.gz) = 95030553f7be5f658bf0c2dae95f0cc4bf94aceb +RMD160 (IO-Tty-1.16.tar.gz) = 6456e9fea51de3ac893b93ae470fe5cf0d452628 +SHA512 (IO-Tty-1.16.tar.gz) = a6f28a8796992645c4b2ddab5b3a76f49e61a891442078ef8249088d077108ea63bb4c8000cf39d15d13801b82e1cfcbe6ea0e6542789ab28385d83e03f6a9de +Size (IO-Tty-1.16.tar.gz) = 26765 bytes --_----------=_162744292745570--