Updating devel/p5-Class-Mix from 0.003nb1 to 0.004

pkgsrc changes:
- add license definition
- add dependencies (from META.yml/Build.PL)

Upstream changes:
version 0.004; 2010-09-01
  * mro option for mix_class(), to control the method resolution order
    of the mixture class
  * prefix option for mix_class(), to control where the mixture class
    is located
  * document that PREFIX missing from genpkg() means "don't care",
    and change the actual default from "" to "Class::Mix::"
  * check for required Perl version at runtime
  * remove extra block around each sub definition, for readability
  * use full stricture in test suite
  * in Build.PL, explicitly declare configure-time requirements
  * remove bogus "exit 0" from Build.PL
  * add MYMETA.yml to .cvsignore
This commit is contained in:
sno 2010-09-02 19:18:30 +00:00
parent e7bd6078fb
commit 63ffef69da
2 changed files with 11 additions and 8 deletions

View file

@ -1,16 +1,19 @@
# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:23 seb Exp $
# $NetBSD: Makefile,v 1.4 2010/09/02 19:18:30 sno Exp $
#
DISTNAME= Class-Mix-0.003
DISTNAME= Class-Mix-0.004
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Mix/
COMMENT= Perl 5 module providing dynamic class mixing
#LICENSE= artistic OR gnu-gpl-v2
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify
DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/05/21 15:04:24 sno Exp $
$NetBSD: distinfo,v 1.3 2010/09/02 19:18:30 sno Exp $
SHA1 (Class-Mix-0.003.tar.gz) = 304683ae24de17111e115fce36cfec815cdf5a1d
RMD160 (Class-Mix-0.003.tar.gz) = e8cde919d104f8b1693a1037aa20102c34011609
Size (Class-Mix-0.003.tar.gz) = 5065 bytes
SHA1 (Class-Mix-0.004.tar.gz) = a3fcb3cf56a82860517db1b141904b64b9e62374
RMD160 (Class-Mix-0.004.tar.gz) = 9ec742f2d960a265bfa5e86384b9b6e22e8d3b5b
Size (Class-Mix-0.004.tar.gz) = 8188 bytes