diff options
author | wen <wen@pkgsrc.org> | 2012-10-08 12:51:48 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-10-08 12:51:48 +0000 |
commit | ad2711515fbd1d71f874aef6b1911b18ee944cd6 (patch) | |
tree | 9da5e3dddd3a13a585c47ab38b953850f8abf18e /devel | |
parent | c54a7fb7468d284459f9272eff938a2731e1f75d (diff) | |
download | pkgsrc-ad2711515fbd1d71f874aef6b1911b18ee944cd6.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Mouse/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Mouse/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index 6ebb7dce678..78844ae6f70 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Mouse/ 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 --git a/devel/p5-Mouse/distinfo b/devel/p5-Mouse/distinfo index d0492f10d60..8ee7897c9b7 100644 --- a/devel/p5-Mouse/distinfo +++ b/devel/p5-Mouse/distinfo @@ -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 |