pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-CBuilder Updating package for p5 mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9ca11a41ab6
branches:  trunk
changeset: 395385:e9ca11a41ab6
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 22:02:35 2009 +0000

description:
Updating package for p5 module Extutils::CBuilder from 0.24 to 0.26.02
Adjust module type and license

Upstream changes:
0.2602 - Sat Jul  4 10:57:12 EDT 2009

 Bugs fixed:
 - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]

0.2601 - Wed Jul  1 09:37:39 EDT 2009

 Bugs fixed:
 - On VMS, cleans up extra files generated during testing
   [John E. Malmberg, Craig Berry]

0.26 - Mon Jun 29 20:11:52 EDT 2009

 - No changes from 0.25_01

0.25_01 - Sat Jun 27 23:13:20 EDT 2009

 - Changed test library to Test::More

 - Added tests for have_compiler

 - Skips tests that need a compiler if have_compiler is false

 - have_compiler will try to compile in the current directory
   if compiling in tmpdir fails for whatever reason

0.25 - Fri Jun 26 16:18:13 EDT 2009

 - Slight diagnostic improvements in link.t

0.24_01 - Sun Mar  8 14:50:10 2009

 - On Windows, don't generate "mt" command when CRT is statically
   linked. [Jan Dubois]

 - On Cygwin, examine $Config{useshrplib} to see whether we're
   supposed to be linking with a shared perl library or not. [Reini
   Urban]

 - In link_executable() on Cygwin, trust $Config{ld} rather than using
   $Config{cc} for linking. [Reini Urban]

 - Add 'haiku' as a Unix-like platform. [Ingo Weinhold]

diffstat:

 devel/p5-ExtUtils-CBuilder/Makefile |  11 +++++------
 devel/p5-ExtUtils-CBuilder/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 10223dc4cfdc -r e9ca11a41ab6 devel/p5-ExtUtils-CBuilder/Makefile
--- a/devel/p5-ExtUtils-CBuilder/Makefile       Tue Jul 07 21:58:38 2009 +0000
+++ b/devel/p5-ExtUtils-CBuilder/Makefile       Tue Jul 07 22:02:35 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:53 he Exp $
+# $NetBSD: Makefile,v 1.10 2009/07/07 22:02:35 sno Exp $
 
-DISTNAME=      ExtUtils-CBuilder-0.24
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      ExtUtils-CBuilder-0.2602
+PKGNAME=       p5-${DISTNAME:S/2602/26.02/}
 SVR4_PKGNAME=  p5ecb
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
@@ -10,13 +9,13 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-CBuilder/
 COMMENT=       Perl5 module for compiling and linking C code for Perl modules
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES=         c
 PERL5_PACKLIST=                auto/ExtUtils/CBuilder/.packlist
-
-REPLACE_PERL=  bleadcheck.pl
+PERL5_MODULE_TYPE=     Module::Build
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 10223dc4cfdc -r e9ca11a41ab6 devel/p5-ExtUtils-CBuilder/distinfo
--- a/devel/p5-ExtUtils-CBuilder/distinfo       Tue Jul 07 21:58:38 2009 +0000
+++ b/devel/p5-ExtUtils-CBuilder/distinfo       Tue Jul 07 22:02:35 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/09/07 14:11:44 wiz Exp $
+$NetBSD: distinfo,v 1.7 2009/07/07 22:02:35 sno Exp $
 
-SHA1 (ExtUtils-CBuilder-0.24.tar.gz) = a20414dc6f1a81a3b5f8f6da1e17416a494849ec
-RMD160 (ExtUtils-CBuilder-0.24.tar.gz) = 92c9b32126369228008bae295849abb7f0bfb6cb
-Size (ExtUtils-CBuilder-0.24.tar.gz) = 23639 bytes
+SHA1 (ExtUtils-CBuilder-0.2602.tar.gz) = 2dfe0c9dd82c5f6a9613a405f5083be2933682c6
+RMD160 (ExtUtils-CBuilder-0.2602.tar.gz) = 75d14cec97a83e3984bf5a9a50f603f107ea1d6a
+Size (ExtUtils-CBuilder-0.2602.tar.gz) = 27726 bytes



Home | Main Index | Thread Index | Old Index