diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-03 17:34:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-03 17:34:41 +0000 |
commit | 39d0c9fded57619f85b677bdde72fc3d160cdb4a (patch) | |
tree | 73bf3c744cd1d0defcb6a5fa1a8593f34dd831aa /devel | |
parent | 557b62da26bd44495684ee86500139cf217afd4a (diff) | |
download | pkgsrc-39d0c9fded57619f85b677bdde72fc3d160cdb4a.tar.gz |
Update to 1.23:
1.23 Thu Dec 29 2005
- In moving from CVS to SVN I forgot to bring ::Parent with it.
(The tests passed spuriously because it found the old version.)
- Upgraded Module::Install and shrunk Makefile.PL again to reflect
the new features in it.
- Upgraded List::Util dependency to 1.18 because of memory leaks
and problems with non XS versions of functions we use.
1.22 Wed Dec 21 2005
- Apparently generating spurious warnings on Perl 5.8.1
on Mac OS X when using SVK. Tentatively applying solution.
- No change in functionality on any platform.
- No need to upgrade unless you are seeing lots of warnings.
- Rolled back the File::Spec dependency from 0.82 to 0.80
to avoid needless upgrades in some 5.005 and 5.006 situations.
- Moved from older CVS repository to newer SVN repository
- Updated Makefile.PL to Module::Install 0.45
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Class-Autouse/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 8eb1a01db5d..46b42d0c92c 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2005/11/22 23:16:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/03 17:34:41 wiz Exp $ -DISTNAME= Class-Autouse-1.21 +DISTNAME= Class-Autouse-1.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} @@ -9,13 +9,14 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/ COMMENT= Run-time class loading on first method call +DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall +DEPENDS+= p5-Scalar-List-Utils>=1.18:../../devel/p5-Scalar-List-Utils + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/Class/Autouse/.packlist MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip -DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-Autouse/distinfo b/devel/p5-Class-Autouse/distinfo index 1ee6f6e4392..40cc22abc98 100644 --- a/devel/p5-Class-Autouse/distinfo +++ b/devel/p5-Class-Autouse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/11/22 23:16:07 wiz Exp $ +$NetBSD: distinfo,v 1.5 2006/01/03 17:34:41 wiz Exp $ -SHA1 (Class-Autouse-1.21.tar.gz) = b3873c80829d994e0800e421735c9d2cc97afb85 -RMD160 (Class-Autouse-1.21.tar.gz) = 4e680a1de4e2a0a77d043764351874d054399d32 -Size (Class-Autouse-1.21.tar.gz) = 36392 bytes +SHA1 (Class-Autouse-1.23.tar.gz) = a30866ec8c898bec634fe20c4d91f18de3c793cb +RMD160 (Class-Autouse-1.23.tar.gz) = 1261bf8b02317a36cbe8480dcd36b62d18fd45cc +Size (Class-Autouse-1.23.tar.gz) = 38308 bytes |