Skip to content

Commit

Permalink
Update to 2.2.0
Browse files Browse the repository at this point in the history
Upstream changes:
2.2.0 2014-04-03T22:34:42Z
    - Fixed #16 - inconsistent coercion/validation of Bool type (tokuhirom)

2.1.1 2014-03-26T13:23:48Z
    - Fixed #18 (tokuhirom)

2.1.0 2013-11-26T13:15:54Z
    - Dropped 5.6.2 support
    - Migrated to Minilla
  • Loading branch information
wen committed Apr 4, 2014
1 parent 23c07ef commit 63cd2bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions devel/p5-Mouse/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.42 2013/12/09 14:17:45 obache Exp $
# $NetBSD: Makefile,v 1.43 2014/04/04 06:25:23 wen Exp $

DISTNAME= Mouse-2.0.0
DISTNAME= Mouse-2.2.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
Expand All @@ -14,11 +14,12 @@ 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+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort
BUILD_DEPENDS+= p5-Module-Build-XSUtil>=0:../../devel/p5-Module-Build-XSUtil

MAKE_JOBS_SAFE= no

PERL5_PACKLIST= auto/Mouse/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/Mouse/.packlist
PERL5_MODULE_TYPE= Module::Build

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions devel/p5-Mouse/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.33 2013/11/16 13:12:05 wen Exp $
$NetBSD: distinfo,v 1.34 2014/04/04 06:25:23 wen Exp $

SHA1 (Mouse-2.0.0.tar.gz) = f4d45d86d7a4998a9a42908c21f8abb1c07114c2
RMD160 (Mouse-2.0.0.tar.gz) = 12fc4393fe6483b877af24bd8f9463b6d6e70e7b
Size (Mouse-2.0.0.tar.gz) = 236454 bytes
SHA1 (Mouse-2.2.0.tar.gz) = da28732a3f386e484c9a1a8c0fdb56fbbf909fb2
RMD160 (Mouse-2.2.0.tar.gz) = 7601cece9b2ffa3baa45fb725865d5f80ad7d533
Size (Mouse-2.2.0.tar.gz) = 220342 bytes

0 comments on commit 63cd2bb

Please sign in to comment.