pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Autouse Update to 1.23:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c80831fbff0d
branches:  trunk
changeset: 505436:c80831fbff0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 03 17:34:41 2006 +0000

description:
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:

 devel/p5-Class-Autouse/Makefile |  9 +++++----
 devel/p5-Class-Autouse/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r ee4170fe930f -r c80831fbff0d devel/p5-Class-Autouse/Makefile
--- a/devel/p5-Class-Autouse/Makefile   Tue Jan 03 17:34:40 2006 +0000
+++ b/devel/p5-Class-Autouse/Makefile   Tue Jan 03 17:34:41 2006 +0000
@@ -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 @@
 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 -r ee4170fe930f -r c80831fbff0d devel/p5-Class-Autouse/distinfo
--- a/devel/p5-Class-Autouse/distinfo   Tue Jan 03 17:34:40 2006 +0000
+++ b/devel/p5-Class-Autouse/distinfo   Tue Jan 03 17:34:41 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index