pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-App-CLI p5-App-CLI: update to 0.49.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72fe811e999a
branches:  trunk
changeset: 371261:72fe811e999a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 08 16:26:24 2017 +0000

description:
p5-App-CLI: update to 0.49.

Add missing dependencies.

0.49 Mon Nov 06 07:46:11 CET 2017

  * add files to MANIFEST missing from last release

0.48 Sun Nov 05 13:34:46 CET 2017

  * fixed help output behaviour (patch from sunnavy)
  * more rigorous testing of Help class
  * minor documentation improvements
  * add AppVeyor configuration

0.47 Wed Nov 01 22:31:41 CET 2017

  * add missing prereqs
  * add missing LICENSE file
  * add POD tests
  * fix utf8 error in POD

0.46  Wed Nov 01 20:21:58 CEST 2017

  * many documentation updates
  * extended test suite
  * fix several perlcritic issues
  * mention package aliases in command list (Jos? Joaqu?n Atria)
  * add default version command (Jos? Joaqu?n Atria)
  * add a 'commands' command to list commands in app (Jos? Joaqu?n Atria)
  * multiple general improvements to the code (Jos? Joaqu?n Atria)

diffstat:

 devel/p5-App-CLI/Makefile |   7 +++++--
 devel/p5-App-CLI/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 64e4911650b8 -r 72fe811e999a devel/p5-App-CLI/Makefile
--- a/devel/p5-App-CLI/Makefile Wed Nov 08 16:24:40 2017 +0000
+++ b/devel/p5-App-CLI/Makefile Wed Nov 08 16:26:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/09/17 09:18:40 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/11/08 16:26:24 wiz Exp $
 
-DISTNAME=      App-CLI-0.45
+DISTNAME=      App-CLI-0.49
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
@@ -10,6 +10,9 @@
 COMMENT=       Dispatcher module for command line interface programs
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
+DEPENDS+=      p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
+
 USE_LANGUAGES= # empty
 
 PERL5_PACKLIST=        auto/App/CLI/.packlist
diff -r 64e4911650b8 -r 72fe811e999a devel/p5-App-CLI/distinfo
--- a/devel/p5-App-CLI/distinfo Wed Nov 08 16:24:40 2017 +0000
+++ b/devel/p5-App-CLI/distinfo Wed Nov 08 16:26:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/09/17 09:18:40 wiz Exp $
+$NetBSD: distinfo,v 1.6 2017/11/08 16:26:24 wiz Exp $
 
-SHA1 (App-CLI-0.45.tar.gz) = 667e2a4a0a288b869ce44b3b8b62e8857954b6b9
-RMD160 (App-CLI-0.45.tar.gz) = 85d2768a5213ef71eeb1c9c9ca15a40e9a524b90
-SHA512 (App-CLI-0.45.tar.gz) = 0295a2922ddfa33aa48755babbc21dcbed6f2b4cb552541623fcd4a9bad7a92635321fd8121c4d6a2229dfd93d45911dc461fad465b379b88bc26832924483ce
-Size (App-CLI-0.45.tar.gz) = 8868 bytes
+SHA1 (App-CLI-0.49.tar.gz) = 2022262eadfbfe35eddb9d46d1c94ffef2eca4bb
+RMD160 (App-CLI-0.49.tar.gz) = 8ba5d3150b2ed7c198ff470f7cc71b23068ae766
+SHA512 (App-CLI-0.49.tar.gz) = ce158ae2381cd9a7fe8cef20d6be205251efb02b24be7bea095e6c87ae26c96f81eef100a8c5ed237c3d97a166997523e89a5377bc5a85573473c2d6b06345d2
+Size (App-CLI-0.49.tar.gz) = 15428 bytes



Home | Main Index | Thread Index | Old Index