pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Update to 1.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63fc97312956
branches:  trunk
changeset: 609680:63fc97312956
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Oct 08 12:51:48 2012 +0000

description:
Update to 1.02

Upstream changes:
1.02 2012-08-27 10:27:21
    [IMPROVEMENT]
    - performance improvement for v5.14.0 or grater (dex4er)

1.01 2012-08-24 09:03:29
    [BUG FIXES]
    - fix circular dependency which was introduced in 1.00 (hanekomu++)

1.00 2012-08-23 20:50:46
    This is 1.00 but has no significant change!

    [BUG FIXES]
    - Fix a problem which occured in a case where a role applied
      to an instance with AUTOLOAD.

0.99 2012-06-30 14:47:03
    [BUG FIXES]
    - Resolve RT#73592 use of local $_ was buggy in older perls
    - Resolve RT#75093 warning about weak_ref

0.98 2012-06-30 14:02:26
    [ANNOUNCE]
    - The repository has been moved to github
      https://github.com/gfx/p5-Mouse
      in order toto accept pull-requests easily!

    [BUG FIXES]
    - Resolve RT#75313 and RT#77227 ($@ issues)

diffstat:

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

diffs (36 lines):

diff -r 5b9a743d72db -r 63fc97312956 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Mon Oct 08 12:51:06 2012 +0000
+++ b/devel/p5-Mouse/Makefile   Mon Oct 08 12:51:48 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2012/10/03 21:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2012/10/08 12:51:48 wen Exp $
 
-DISTNAME=      Mouse-0.97
+DISTNAME=      Mouse-1.02
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
 
@@ -11,7 +10,7 @@
 COMMENT=       Perl module implementing an extension of the perl object system
 LICENSE=       ${PERL5_LICENSE}
 
-BUILD_DEPENDS+=        p5-Test-Exception>=0.29:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-Requires>=0.06:../../devel/p5-Test-Requires
 BUILD_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS
 BUILD_DEPENDS+=        p5-Devel-PPPort>=3.19:../../devel/p5-Devel-PPPort
diff -r 5b9a743d72db -r 63fc97312956 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Mon Oct 08 12:51:06 2012 +0000
+++ b/devel/p5-Mouse/distinfo   Mon Oct 08 12:51:48 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2011/11/22 07:07:52 sno Exp $
+$NetBSD: distinfo,v 1.27 2012/10/08 12:51:48 wen Exp $
 
-SHA1 (Mouse-0.97.tar.gz) = 12d785e2c8821c52ee0714c94cc3614112cfe7a2
-RMD160 (Mouse-0.97.tar.gz) = 4be9e12a2c860098131989ef0ee52da131a940c1
-Size (Mouse-0.97.tar.gz) = 229149 bytes
+SHA1 (Mouse-1.02.tar.gz) = bc6d62587645abad80d747ccc0c0ca83620c7ab8
+RMD160 (Mouse-1.02.tar.gz) = 0bcd8e58b98c9149a6721aa51e34ce72167386ae
+Size (Mouse-1.02.tar.gz) = 232331 bytes



Home | Main Index | Thread Index | Old Index