Update p5-MooseX-NonMoose from version 0.07 to version 0.14.
Pkgsrc changes: - adjust dependencies Upstream changes: 0.14 2010-07-19 - Avoid warnings from Moose 1.09, part 2 (Dave Rolsky). 0.13 2010-07-18 - Also avoid warnings in MooseX::NonMoose::InsideOut. 0.12 2010-07-18 - Avoid warnings from Moose 1.09 (Dave Rolsky). 0.11 2010-06-30 - Actually use the right test. 0.10 2010-06-30 - Don't break if someone specifies a version to extends. 0.09 2010-06-15 - Fix several issues relating to picking the correct constructor to call from the constructor that we build. 0.08 2010-05-20 - Fix inheriting from classes which don't bless their instances into the correct class when subclassing (jhallock). - Update for things fixed in latest Moose.
This commit is contained in:
parent
5787247e7a
commit
748d75457d
2 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/10/12 21:59:45 rhaen Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/07/27 18:33:38 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-NonMoose-0.07
|
||||
DISTNAME= MooseX-NonMoose-0.14
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
@ -16,7 +16,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MooseX/NonMoose/.packlist
|
||||
|
||||
DEPENDS+= p5-Moose>=0.83:../../devel/p5-Moose
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
||||
DEPENDS+= p5-Moose>=1.08:../../devel/p5-Moose
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/10/12 21:59:45 rhaen Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/07/27 18:33:38 seb Exp $
|
||||
|
||||
SHA1 (MooseX-NonMoose-0.07.tar.gz) = 6fff503ba588a3b0bc9ddd8b578bd532b5e6b143
|
||||
RMD160 (MooseX-NonMoose-0.07.tar.gz) = c1dcd5ca09e359ae3f506814b1f9f44d975dedca
|
||||
Size (MooseX-NonMoose-0.07.tar.gz) = 16710 bytes
|
||||
SHA1 (MooseX-NonMoose-0.14.tar.gz) = ae6daf8d28cd698cb0c6bb6b114878152a215847
|
||||
RMD160 (MooseX-NonMoose-0.14.tar.gz) = 3cb7fbd407682c2ad6c408098a749dcd05887e76
|
||||
Size (MooseX-NonMoose-0.14.tar.gz) = 20802 bytes
|
||||
|
|
Loading…
Reference in a new issue