Sat Jul 18 21:53:59 2009 UTC ()
Updating package for p5 module Module::Build from 0.33 to 0.34

Upstream changes:
0.34 - Tue Jul  7 16:56:47 EDT 2009

 No changes from 0.33_06

0.33_06 - Sun Jul  5 10:11:40 EDT 2009

 Bug-fixes:
 - Bundled version code will use pure Perl on 5.10.0 to work around
   a corner case involving eval and locale [John Peacock]
 - Reversed VMS patch from 0.33_03 [Craig Berry]
 - PL_files in Build.PL that are in the bin/scripts directory should not be
   installed as if they are scripts (fixed for case-tolerant systems).
   [David Golden, reported by Craig Berry]

0.33_05 - Sun Jun 28 22:06:49 EDT 2009

 Enhancements:
 - New 'auto_configure_requires' parameter (default 1) controls
   whether Module::Build should add itself to configure_requires
   in META.yml if not specified in Build.PL [David Golden]

 Bug-fixes:
 - The default MANIFEST.SKIP created by the "manifest" action
   was out of date.  It will now use the installed MANIFEST.SKIP
   and add some Module::Build and distribution specific items
   to it. [Michael Schwern]

 Other:
 - configure_requires do not necessarily need to be in requires
   or build_requires; warning to that effect has been removed
   [David Golden]

0.33_04 - Fri Jun 26 07:09:06 EDT 2009

 Bug-fixes:
 - Don't try utf8 YAML I/O on Perl 5.6 [David Golden]

 Other:
 - configure_requires added to prereq report (RT#47254) [Curtis Jewell]
 - updated Module::Build::Version to match forthcoming version.pm 0.77
   (RT#47256) [John Peacock]
 - skips xs.t and ppm.t when perl was not compiled with dynamic loading
   since Module::Buld does not support static linking (RT#46178)
   [David Golden]
 - skip failing test in par.t if Archive::Zip is broken [David Golden]
 - Added YAML utf8 patch in 0.33_03 changes list
 - Added attribution for patches in 0.33_03 changes list

0.33_03 - Mon Jun 22 17:22:56 EDT 2009

 Bug-fixes:
 - Removes Module::Build from its own configure/build_requires
   [David Golden]
 - ConfigData->feature() confirms that modules actually load successfully,
   not just that they are present. (RT#43557) [David Golden]
 - Module::Build::Compat handling of INSTALL*LIB (RT#43827)
   [Tony Payne, David Golden]
 - Module::Build::Compat and recursive test files (RT#39171) [Dave Rolsky]
 - Fixed bug linking non-standard XS names on Windows (RT#38065) ["snaury"]
 - Run PL files that don't generate any file (RT#39365)
   [Matisse Enzer, David Golden]
 - HTML generation failure no longer fatal (RT#36660) [David Golden]
 - realclean might not delete Build.bat on Windows (RT#43863)
   [Roy Ivy, David Golden]
 - include_dirs parameter now works correctly when given a single
   string argument (RT#40177) [David Wheeler]
 - Lots of spelling fixes in the POD (RT#45528r) [Lars Dieckow]
 - On Unix-like systems, tilde expansion is more liberal in username
   characters accepted (RT#33492) [Jon Jensen]

 Other
 - On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes
 - Add support for VMS in Unix compatibility mode (RT#42157)
   [John E. Malmberg
 - Added a can_action($name) method (RT#45172) [brian d foy]
 - Documented that subclass methods should not permanently change
   current directory (RT#46919) [David Wheeler]
 - META.yml encoded in UTF-8 (RT#43765) [Olivier Mengue]

0.33_02 - Mon Jun 15 12:23:55 EDT 2009

 Bug-fixes:
 - Fixed tests for bleadperl

0.33_01 - Sat Jun 13 20:24:42 EDT 2009

 Bug-fixes:
 - Fixed RT#42724: consolidated VMS fixes [patch by Craig Berry]
 - Fixed RT#46338: passthrough Makefile.PL cleans Makefile during distclean
 - Fixed RT#45700: t/compat.t for HP/UX make

 Other:
 - Adds current Module::Build to configure_requires (and build_requires)
   if no configure_requires is specified
 - Always normalizes version number tuples in META.yml (e.g. 'v1.2.0')
   (Partially addresses RT#46150)
 - Normalizes a generated dist_version (e.g. from a .pm file) --
   dist_version set manually in Build.PL is not normalized
 - Documentation update for create_license
 - Minor POD cleanup


(sno)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Module-Build/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/p5-Module-Build/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/p5-Module-Build/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build/Makefile 2009/05/06 06:55:50 1.23
+++ pkgsrc/devel/p5-Module-Build/Makefile 2009/07/18 21:53:59 1.24
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.23 2009/05/06 06:55:50 sno Exp $ 1# $NetBSD: Makefile,v 1.24 2009/07/18 21:53:59 sno Exp $
2 2
3DISTNAME= Module-Build-0.33 3DISTNAME= Module-Build-0.34
4PKGNAME= p5-${DISTNAME}000 4PKGNAME= p5-${DISTNAME}000
5SVR4_PKGNAME= p5mob 5SVR4_PKGNAME= p5mob
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Module-Build/ 10HOMEPAGE= http://search.cpan.org/dist/Module-Build/
11COMMENT= Build and install Perl modules 11COMMENT= Build and install Perl modules
12LICENSE= gnu-gpl-v2 # OR artistic 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16.include "options.mk" 16.include "options.mk"
17 17
18USE_LANGUAGES= c # For the tests 18USE_LANGUAGES= c # For the tests
19BUILDING_MODULE_BUILD= yes 19#BUILDING_MODULE_BUILD= yes
20PERL5_MODULE_TYPE= Module::Build 20PERL5_MODULE_TYPE= Module::Build
21PERL5_PACKLIST= auto/Module/Build/.packlist 21PERL5_PACKLIST= auto/Module/Build/.packlist
22# For the tests: 22# For the tests:
23USE_TOOLS+= perl 23USE_TOOLS+= perl
24 24
25.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-Module-Build/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build/distinfo 2009/05/06 06:55:50 1.14
+++ pkgsrc/devel/p5-Module-Build/distinfo 2009/07/18 21:53:59 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2009/05/06 06:55:50 sno Exp $ 1$NetBSD: distinfo,v 1.15 2009/07/18 21:53:59 sno Exp $
2 2
3SHA1 (Module-Build-0.33.tar.gz) = 0afdef419fe45757e6137a265a7072bbe93c2e5b 3SHA1 (Module-Build-0.34.tar.gz) = 51e8f3b46eb37bcf2e7eaec95f09f35da12b2b29
4RMD160 (Module-Build-0.33.tar.gz) = 6fd5f689cfb97001f1ab6b9d9e544aa41908df90 4RMD160 (Module-Build-0.34.tar.gz) = babc77a97765a4cea559c81f07f8f57546740562
5Size (Module-Build-0.33.tar.gz) = 251488 bytes 5Size (Module-Build-0.34.tar.gz) = 258596 bytes