Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20FB484F01 for ; Fri, 30 Jun 2023 13:24: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 Y5KVHDj4wCi9 for ; Fri, 30 Jun 2023 13:24:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C0FF84D6C for ; Fri, 30 Jun 2023 13:24:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89893FA89; Fri, 30 Jun 2023 13:24:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168813149166330" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 13:24:51 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Term-UI To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630132451.89893FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168813149166330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Fri Jun 30 13:24:51 UTC 2023 Modified Files: pkgsrc/devel/p5-Term-UI: Makefile distinfo Log Message: Update to 0.50 Upstream changes: 0.50 Fri 6 Aug 17:52:26 BST 2021 * Fix number of tests to skip (Michal Josef Špaček) * Fix selecting the last choice (Valery Kalesnik) 0.48 Tue 3 Aug 19:13:22 BST 2021 * Allow to specify the preput argument for the Term::ReadLine::Gnu (Constantin Kulikov) * RT#134899 Regex metacharacters in the choices can cause breakage (Valery Kalesnik) * Better width for choice number field (Valery Kalesnik) * RT#68198 Better processing of 'default' holding numbers (Valery Kalesnik) * Modernisation of distribution and coding (Valery Kalesnik) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Term-UI/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Term-UI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168813149166330 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Term-UI/Makefile diff -u pkgsrc/devel/p5-Term-UI/Makefile:1.13 pkgsrc/devel/p5-Term-UI/Makefile:1.14 --- pkgsrc/devel/p5-Term-UI/Makefile:1.13 Tue Jun 6 12:41:04 2023 +++ pkgsrc/devel/p5-Term-UI/Makefile Fri Jun 30 13:24:51 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2023/06/06 12:41:04 riastradh Exp $ +# $NetBSD: Makefile,v 1.14 2023/06/30 13:24:51 wen Exp $ -DISTNAME= Term-UI-0.46 +DISTNAME= Term-UI-0.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} Index: pkgsrc/devel/p5-Term-UI/distinfo diff -u pkgsrc/devel/p5-Term-UI/distinfo:1.5 pkgsrc/devel/p5-Term-UI/distinfo:1.6 --- pkgsrc/devel/p5-Term-UI/distinfo:1.5 Tue Oct 26 10:17:36 2021 +++ pkgsrc/devel/p5-Term-UI/distinfo Fri Jun 30 13:24:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:17:36 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/06/30 13:24:51 wen Exp $ -BLAKE2s (Term-UI-0.46.tar.gz) = 86341814a1acb0cd81e2f97f4a9f33d449e73e6fc68460eafd2bad53d89cee73 -SHA512 (Term-UI-0.46.tar.gz) = 7788d651e29e9c7b9c0c2b2074b39f143216a321a5a71c9c4e52fe32e44a246faade8cfdf109bcf7cfe1bac5d9d97fc920c6344a5692e8508361f1c780c41054 -Size (Term-UI-0.46.tar.gz) = 12295 bytes +BLAKE2s (Term-UI-0.50.tar.gz) = 8e599fa55b0866f697ba3e9b5747a04e324e516374e10a98bea80830faad5c7a +SHA512 (Term-UI-0.50.tar.gz) = 338f564a5405804d3f34840dbd26309911b0dfa6de346fc11c0fb4e33e0e2d42915a26b3f9569ccf95333a8cf20bded9830c923c69df48aa72670cdabe05fc98 +Size (Term-UI-0.50.tar.gz) = 13363 bytes --_----------=_168813149166330--