pkgsrc changes:
- Updating package for p5 module Class::Method::Modifiers from 1.01 to 1.04 - Setting license to ${PERL5_LICENSE} and adjust dependencies according to META.yml Upstream changes: 1.04 Mon Jun 15 11:33:31 2009 We need parens around confess if we're going to delay-load Carp, affects only 5.10 (reported by David Raab) 1.03 Sun Jun 14 14:44:25 2009 Modernize the dist Fix possible test failures Only load Carp if we have to 1.02 Sun May 31 23:33:42 2009 Fix for void context (reported by tokuhirom) Lift dependency on on MRO::Compat
This commit is contained in:
parent
567f27fdff
commit
8ff3fc4782
2 changed files with 12 additions and 9 deletions
|
@ -1,20 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:49 he Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/07/07 20:57:19 sno Exp $
|
||||
|
||||
DISTNAME= Class-Method-Modifiers-1.01
|
||||
DISTNAME= Class-Method-Modifiers-1.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-Method-Modifiers/
|
||||
COMMENT= Perl module providing Moose-like method modifiers
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
|
||||
PERL5_PACKLIST= auto/Class/Method/Modifiers/.packlist
|
||||
PERL5_PACKLIST= auto/Class/Method/Modifiers/.packlist
|
||||
# keep bundled Module::Install - it's modified
|
||||
MAKE_PARAMS+= --skipdeps
|
||||
#PERL5_MODULE_TYPE= Module::Install
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/07/22 23:18:55 he Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/07/07 20:57:19 sno Exp $
|
||||
|
||||
SHA1 (Class-Method-Modifiers-1.01.tar.gz) = 7321642cf8df0b8d35bf517d9d4af0824a2036d8
|
||||
RMD160 (Class-Method-Modifiers-1.01.tar.gz) = 9ced290ea0b66e5aabcc497a8c0963a323a913a3
|
||||
Size (Class-Method-Modifiers-1.01.tar.gz) = 23163 bytes
|
||||
SHA1 (Class-Method-Modifiers-1.04.tar.gz) = 9b9a3b6c5f4439483a0389e5e8ac96a5f79c67be
|
||||
RMD160 (Class-Method-Modifiers-1.04.tar.gz) = e9eb8fb1a30e945c7382e6ef063229976cda4886
|
||||
Size (Class-Method-Modifiers-1.04.tar.gz) = 24487 bytes
|
||||
|
|
Loading…
Reference in a new issue