diff options
author | seb <seb@pkgsrc.org> | 2009-11-11 17:50:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-11-11 17:50:06 +0000 |
commit | cf9033b1e03732fbe3adc03b9a8805e92f10b43b (patch) | |
tree | 359fd61625c042041eb82a7b52f9714527517ba1 | |
parent | f4db1e707b239af00216350aa34633ba6b11e4d4 (diff) | |
download | pkgsrc-cf9033b1e03732fbe3adc03b9a8805e92f10b43b.tar.gz |
Update p5-ExtUtils-CBuilder from version 0.26.03.01 to version 0.27.
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to MakeMaker
Upstream changes:
0.27 - Thu Oct 29 21:29:56 EDT 2009
Other:
- Removed Build.PL to avoid creating a circular dependency
- Added version numbers to Windows compiler driver modules
0.26_05 - Sun Oct 25 17:29:02 EDT 2009
Bugs fixed:
- Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
Other:
- Made have_compiler (and have_cplusplus) quiet without echoing
the test command to STDOUT [David Golden]
0.26_04 - Mon Oct 19 21:57:46 EDT 2009
Enhancements:
- Added 'have_cplusplus()' method to check for C++ support
- Added patches for building Perl with mingw64 [Sisyphus]
- Allow CC environment variable to override $Config{cc}
Bugs fixed:
- Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
Streppone]
- Removed MSVC version check when embedding a manifest file
(RT #43002) [Steve Hay]
Other:
- Split Windows compiler driver packages into individual *.pm files
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile index 4f93bec1d6b..f05e22c53ab 100644 --- a/devel/p5-ExtUtils-CBuilder/Makefile +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2009/09/12 19:43:50 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/11/11 17:50:06 seb Exp $ -DISTNAME= ExtUtils-CBuilder-0.260301 -PKGNAME= p5-${DISTNAME:S/260301/26.03.01/} +DISTNAME= ExtUtils-CBuilder-0.27 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ecb CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist -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 c4d1d67027c..b358be23a05 100644 --- a/devel/p5-ExtUtils-CBuilder/distinfo +++ b/devel/p5-ExtUtils-CBuilder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/09/12 19:43:50 sno Exp $ +$NetBSD: distinfo,v 1.10 2009/11/11 17:50:06 seb Exp $ -SHA1 (ExtUtils-CBuilder-0.260301.tar.gz) = 41d760277839b72468fccff7438a1cd1b6543fd6 -RMD160 (ExtUtils-CBuilder-0.260301.tar.gz) = b92563fd82e3e3c2d5a0c6646a123587ac3aff89 -Size (ExtUtils-CBuilder-0.260301.tar.gz) = 29328 bytes +SHA1 (ExtUtils-CBuilder-0.27.tar.gz) = 28fe71168ec1fa2b88ea4aab47f732148266dcbc +RMD160 (ExtUtils-CBuilder-0.27.tar.gz) = 70032efb678f548e70340795f890cf55f39e9c1b +Size (ExtUtils-CBuilder-0.27.tar.gz) = 30311 bytes |