pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-IO-Prompter



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 16 23:30:54 UTC 2023

Modified Files:
        pkgsrc/devel/p5-IO-Prompter: Makefile distinfo

Log Message:
(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!)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-IO-Prompter/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-IO-Prompter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-IO-Prompter/Makefile
diff -u pkgsrc/devel/p5-IO-Prompter/Makefile:1.20 pkgsrc/devel/p5-IO-Prompter/Makefile:1.21
--- pkgsrc/devel/p5-IO-Prompter/Makefile:1.20   Thu Jul  6 09:39:21 2023
+++ pkgsrc/devel/p5-IO-Prompter/Makefile        Sat Dec 16 23:30:54 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2023/07/06 09:39:21 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/12/16 23:30:54 mef Exp $
 #
 
-DISTNAME=      IO-Prompter-0.004015
+DISTNAME=      IO-Prompter-0.005001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -16,6 +15,8 @@ PERL5_REQD+=  5.10
 
 DEPENDS+=      p5-Contextual-Return-[0-9]*:../../devel/p5-Contextual-Return
 
+TEST_DEPENDS+= p5-match-simple-[0-9]*:../../devel/p5-match-simple
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/IO/Prompter/.packlist
 

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



Home | Main Index | Thread Index | Old Index