Sat Dec 16 23:30:54 2023 UTC (172d)
(devel/p5-IO-Prompter) Updated 0.004015 to 0.005001

0.005000  Tue Jul  4 17:17:35 2023

    * Added -monitor option

    * Added -prefill option

    * Added -cancel option

    * Added support for 'ansiNNN' and 'rgbNNN' colour specifications
      within -style and -echostyle arguments

    * Improved error messages (some now indicate what the wrong argument was)

    * Removed all uses of given/when and smartmatching for compatibility with Perl 5.38+

0.005001  Mon Jul 17 06:54:17 2023

    * Removed all uses of continue;
      (Thanks, Alexander!)


(mef)
diff -r1.20 -r1.21 pkgsrc/devel/p5-IO-Prompter/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-IO-Prompter/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-IO-Prompter/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Prompter/Makefile 2023/07/06 09:39:21 1.20
+++ pkgsrc/devel/p5-IO-Prompter/Makefile 2023/12/16 23:30:54 1.21
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.20 2023/07/06 09:39:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2023/12/16 23:30:54 mef Exp $
2# 2#
3 3
4DISTNAME= IO-Prompter-0.004015 4DISTNAME= IO-Prompter-0.005001
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 5 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/IO-Prompter 10HOMEPAGE= https://metacpan.org/release/IO-Prompter
12COMMENT= Prompt for, read, vet, chomp, and encapsulate input 11COMMENT= Prompt for, read, vet, chomp, and encapsulate input
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PERL5_REQD+= 5.10 14PERL5_REQD+= 5.10
16 15
17DEPENDS+= p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return 16DEPENDS+= p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return
18 17
 18TEST_DEPENDS+= p5-match-simple-[0-9]*:../../devel/p5-match-simple
 19
19USE_LANGUAGES= # empty 20USE_LANGUAGES= # empty
20PERL5_PACKLIST= auto/IO/Prompter/.packlist 21PERL5_PACKLIST= auto/IO/Prompter/.packlist
21 22
22PERL5_MODULE_TYPE= MakeMaker 23PERL5_MODULE_TYPE= MakeMaker
23 24
24.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-IO-Prompter/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Prompter/distinfo 2021/10/26 10:16:47 1.9
+++ pkgsrc/devel/p5-IO-Prompter/distinfo 2023/12/16 23:30:54 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:16:47 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/12/16 23:30:54 mef Exp $
2 2
3BLAKE2s (IO-Prompter-0.004015.tar.gz) = f880d3478db62a84d2d04ebb24d31be61ee402282d5678cef572fc57fb970904 3BLAKE2s (IO-Prompter-0.005001.tar.gz) = 9d66192adbb0ac08f30104736bbe5d4610b335cc8610bd0ea6a3e888f61f0419
4SHA512 (IO-Prompter-0.004015.tar.gz) = 7fc7836191532ce0f21ac6af371be08fae629cb329429b3f45bf4f3da2757c5cb0791d7b516d83974279c7075f7ad4139f4dea0b493c909f09347f0cddbfdfdb 4SHA512 (IO-Prompter-0.005001.tar.gz) = c304d04943450d4888aa931e091ac226712a0c5d926d75b2432cd731fa30d32bfdb2306455e876108707da87d79211060ff9dc7294554bbeeee09f69e49930d8
5Size (IO-Prompter-0.004015.tar.gz) = 44292 bytes 5Size (IO-Prompter-0.005001.tar.gz) = 46585 bytes