diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 22:02:35 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 22:02:35 +0000 |
commit | 6b4e6c146d1cef81494fa1145569299e3d56b6cf (patch) | |
tree | 1ba59aa71e1a071c4d2fdcd017a30e6433d98585 /devel | |
parent | f893991678752de63f61914d31733632eb19fd56 (diff) | |
download | pkgsrc-6b4e6c146d1cef81494fa1145569299e3d56b6cf.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile index 985ffa847af..67c8680c696 100644 --- a/devel/p5-ExtUtils-CBuilder/Makefile +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/devel/p5-ExtUtils-CBuilder/distinfo b/devel/p5-ExtUtils-CBuilder/distinfo index 18140019d24..18062717585 100644 --- a/devel/p5-ExtUtils-CBuilder/distinfo +++ b/devel/p5-ExtUtils-CBuilder/distinfo @@ -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 |