Tue Aug 9 09:46:31 2011 UTC ()
Changes 2.00:
* Switching to a production release

Changes 1.99_04:
* Upgrading to Module::Install::DSL 1.00
* Bumping minimum version of Perl to 5.006
* Fixing indenting, style and layout issues.
* Added debugging entries to all the new code.
* Removed on use of _load_ancestors that was not needed
* Updating copyright a couple of times :/

Changes 1.99_03:
* Upgrading to Module::Install 0.76
* Localising $@ during evals

Changes 1.99_02:
* Fixing some back-compatibility bugs in the new tests

Changes 1.99_01:
* Vast swathes of additional functionality


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/p5-Class-Autouse/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-Class-Autouse/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Class-Autouse/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Autouse/Makefile 2010/08/21 16:33:18 1.16
+++ pkgsrc/devel/p5-Class-Autouse/Makefile 2011/08/09 09:46:31 1.17
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.16 2010/08/21 16:33:18 seb Exp $ 1# $NetBSD: Makefile,v 1.17 2011/08/09 09:46:31 adam Exp $
2 2
3DISTNAME= Class-Autouse-1.29 3DISTNAME= Class-Autouse-2.00
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/ 9HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/
11COMMENT= Run-time class loading on first method call 10COMMENT= Run-time class loading on first method call
 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall 16DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
17DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils 17DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
18 18
19PERL5_PACKLIST= auto/Class/Autouse/.packlist 19PERL5_PACKLIST= auto/Class/Autouse/.packlist
20 20
21MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip 21MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
22 22
23.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Class-Autouse/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-Autouse/distinfo 2007/11/16 03:11:25 1.9
+++ pkgsrc/devel/p5-Class-Autouse/distinfo 2011/08/09 09:46:31 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2007/11/16 03:11:25 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.10 2011/08/09 09:46:31 adam Exp $
2 2
3SHA1 (Class-Autouse-1.29.tar.gz) = 8563b51c8f0c62e277fe13ea886ea22d2cb0e58b 3SHA1 (Class-Autouse-2.00.tar.gz) = af8fbcaef6d6e812aad058f6c7967475bc0fbe93
4RMD160 (Class-Autouse-1.29.tar.gz) = d1c82d5d1bfb8cb45afae4c20b4ffd12123887fe 4RMD160 (Class-Autouse-2.00.tar.gz) = c4a547630a489510b85e32ee21a1688b765b14bf
5Size (Class-Autouse-1.29.tar.gz) = 33891 bytes 5Size (Class-Autouse-2.00.tar.gz) = 52116 bytes