pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Expect (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e686684048e9
branches:  trunk
changeset: 648509:e686684048e9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Mar 15 13:54:37 2015 +0000

description:
(pkgsrc)
 - Add LICENSE to ${PERL5_LICENSE}
(upstream)
 - Update 1.21 to 1.32
----------------------
1.32 2014-10-26
    Skip bc tests. https://rt.cpan.org/Ticket/Display.html?id=98495

1.31 2014-09-02
    Eliminate the requirement for ExtUtils::MakeMaker 1.70.
       Now any ExtUtils::MakeMaker should work on the client side.

    In the tests, add special treatment for $^O=midnightbsd and dragonfly.
       and for $^O=linux as well.
        Test t/11-calc.t also got some special treatment.

1.30 2014-08-22
    RT #47834
    After a failed call to ->expect the ->match, and ->after will return undef
    and ->before will return the content of the accumulator.
    Earlier they retained the values obtained during the last successful match.

    ->before will return undef at the first time but later, if we call ->clear_accum,
    it will start returning the empty string.

    CONFIGURE_REQUIRES ExtUtils::MakeMaker 6.70
    Some test updates.

1.29 2014-08-14
    Official co-maintainer SZABGAB (Gabor Szabo)
    Update documentation according to RT #60722

1.28 2014-08-14
    Croak if undef passed to _trim_length
    Fix double planning on skipped test

1.27 2014-08-13
    Remove $& and $` fixing the rest of RT #61395
    Add more test cases.
    Various code refactoring declaring loop variables;
      parameter passing; return undef; etc.

1.26 2014-08-12
    Skip the bc test on OS-es where it has been failing.
    Stop inheriting from Exporter.
    Eliminate $` and $' from the code. part of (RT #61395)
      This fix might break some existing code n some extreme cases
      when the regex being matched has a lookbehind or a lookahead
      at the edges.

1.25 2014-08-05
    Fix test count.

1.24 2014-08-04
    More test diagnostics.
    Tests added for RT #62359

1.23 2014-07-29
    Refactoring test script.
    Eliminate indirect calls in the code and in the docs.
    Use Perl::Tidy to unify layout.
    Add use warnings;
    IO::Tty prerequisite version 1.03 => 1.11

1.22 2014-07-27
    New unofficial mainainer (Gabor Szabo)
    Merge .pod and .pm and move them to lib/
    Move the test and the code to standard location /t in the distribution.
    Eliminate indirect calls in tests.
    Use Test::More instead of home-brew testing.
    Typos fixed in pod RT #86852.
    Changes file re-ordered and standardized.

diffstat:

 devel/p5-Expect/Makefile |  6 +++---
 devel/p5-Expect/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 74d1d1d9ba5f -r e686684048e9 devel/p5-Expect/Makefile
--- a/devel/p5-Expect/Makefile  Sun Mar 15 13:45:55 2015 +0000
+++ b/devel/p5-Expect/Makefile  Sun Mar 15 13:54:37 2015 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.35 2014/10/09 14:06:16 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2015/03/15 13:54:37 mef Exp $
 
-DISTNAME=      Expect-1.21
+DISTNAME=      Expect-1.32
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Expect/}
 
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Expect/
 COMMENT=       Perl version of the TCL "expect" tool
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-IO-Stty-[0-9]*:../../devel/p5-IO-Stty
 DEPENDS+=      p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
diff -r 74d1d1d9ba5f -r e686684048e9 devel/p5-Expect/distinfo
--- a/devel/p5-Expect/distinfo  Sun Mar 15 13:45:55 2015 +0000
+++ b/devel/p5-Expect/distinfo  Sun Mar 15 13:54:37 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/02/09 16:36:44 rhaen Exp $
+$NetBSD: distinfo,v 1.7 2015/03/15 13:54:37 mef Exp $
 
-SHA1 (Expect-1.21.tar.gz) = 76d7fe713f9c66b68f3bf22101f71512cd57bb58
-RMD160 (Expect-1.21.tar.gz) = 687a217438fd95962988542410abf384757bbd22
-Size (Expect-1.21.tar.gz) = 53881 bytes
+SHA1 (Expect-1.32.tar.gz) = 2e581f81b20b0b63847b26b0580f6bdec212e9ca
+RMD160 (Expect-1.32.tar.gz) = f59f69705929904bf60ee00907f0c2ed2e8215a5
+Size (Expect-1.32.tar.gz) = 61592 bytes



Home | Main Index | Thread Index | Old Index