Sun Mar 1 23:07:42 2009 UTC ()
pkgsrc changes:

- updating module to 1.9304 (seen update to late while committing the add)

Upstream changes:

2009-02-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.9304 (same as 1.93_03, just version changed to mark
	  as stable)
2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.93_51 (dev release towards 1.94)
	* major surgery: split all packages within the CPAN.pm file into
	  separate files. Requested by Gabor Szabo who also submitted an initial
	  implementation.
	* major surgery: relocate the repository to github, adjust all SVN
	  related code in the Makefile.PL to git, and remove all files that are
	  not directly relevant to CPAN.pm. (David Golden and Andreas Koenig)
	* mega doc and English patch by Tom Christiansen and David Golden
	* chmod the build directories to be world readable (suggested by Slaven Rezic)
	* fix broken perldoc command (Randy Kobes)
	* Use Parse::CPAN::Meta not Parse::Metayaml (Steffen Mueller)
	* Negated match variables in distroprefs (Gisle Aas)
	* new batch signing key PAUSE2009.pub included
	* this is release 1.93_03

2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* this is release 1.93_03 (preparation of stable 1.9304)
	* more backporting from trunk
	* PAUSE2009.pub included
	* s/cpantesters.perl.org/www.cpantesters.org/

2009-01-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.93_02
	* the underscore is there because it is the first git based release, it
	  as a test ballon for the merge with bleadperl. I expect it will become
	  1.9303
	* upgrade repo to github
	* more caution when running in degraded mode
	* default for connect-to-internet-ok to 0 again (for 5.8.9 a quick fix
	  against bootstrappng problems was to set it to 1; now the resulting
	  error message makes clear what's going on)
	* typo corrections (Frank Wiegand, David Golden)
	* backport Parse::CPAN::Meta patch from trunk (Steffen Mueller, David Golden)


(sno)
diff -r1.1 -r1.2 pkgsrc/devel/p5-CPAN/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-CPAN/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-CPAN/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN/Attic/Makefile 2009/03/01 21:59:46 1.1
+++ pkgsrc/devel/p5-CPAN/Attic/Makefile 2009/03/01 23:07:41 1.2
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2009/03/01 21:59:46 sno Exp $ 1# $NetBSD: Makefile,v 1.2 2009/03/01 23:07:41 sno Exp $
2 2
3DISTNAME= CPAN-1.9301 3DISTNAME= CPAN-1.9304
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
7EXTRACT_SUFX= .tar.gz 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/ 9HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/
11COMMENT= Perl module to query, download and build perl modules from CPAN sites 10COMMENT= Perl module to query, download and build perl modules from CPAN sites
12 11
13MAKE_PARAMS+= verbose 12MAKE_PARAMS+= verbose
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18USE_LANGUAGES= c 17USE_LANGUAGES= c
19 18
20PERL5_PACKLIST= auto/CPAN/.packlist 19PERL5_PACKLIST= auto/CPAN/.packlist

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-CPAN/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN/Attic/distinfo 2009/03/01 21:59:46 1.1
+++ pkgsrc/devel/p5-CPAN/Attic/distinfo 2009/03/01 23:07:41 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2009/03/01 21:59:46 sno Exp $ 1$NetBSD: distinfo,v 1.2 2009/03/01 23:07:41 sno Exp $
2 2
3SHA1 (CPAN-1.9301.tar.gz) = 6a466f1d1c2a1387307a521f76a719db0e2bfe16 3SHA1 (CPAN-1.9304.tar.gz) = d6791d250aa2660d58bf667bac05fd8b57baf11f
4RMD160 (CPAN-1.9301.tar.gz) = c4d633aa30d5eb0642c6b2d1f57e2a10c8976fa4 4RMD160 (CPAN-1.9304.tar.gz) = 6479c7810ccb8364c9bff5baa529c09375d5b11f
5Size (CPAN-1.9301.tar.gz) = 746768 bytes 5Size (CPAN-1.9304.tar.gz) = 686426 bytes