diff options
author | adam <adam> | 2011-08-12 12:46:08 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-12 12:46:08 +0000 |
commit | fedbb40f5bb312fb4a10be9588056ec4e404adb7 (patch) | |
tree | c2cc02c98e06d2348eff08fe0a8985ef36e4a73b /devel | |
parent | 032ac316f8e604d2fd8abf64c24601f04326d8e7 (diff) | |
download | pkgsrc-fedbb40f5bb312fb4a10be9588056ec4e404adb7.tar.gz |
Changes 0.304:
* More robust detection of gcc toolchains on Win32
* Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-Depends/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Depends/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index 80bf21fc359..48c8530f997 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2010/08/21 16:33:40 seb Exp $ -# +# $NetBSD: Makefile,v 1.18 2011/08/12 12:46:08 adam Exp $ -DISTNAME= ExtUtils-Depends-0.302 +DISTNAME= ExtUtils-Depends-0.304 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -16,9 +14,8 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= # empty - -PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-Depends/distinfo b/devel/p5-ExtUtils-Depends/distinfo index 15f20087008..b4ea7b0955d 100644 --- a/devel/p5-ExtUtils-Depends/distinfo +++ b/devel/p5-ExtUtils-Depends/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/07/07 22:21:16 sno Exp $ +$NetBSD: distinfo,v 1.8 2011/08/12 12:46:08 adam Exp $ -SHA1 (ExtUtils-Depends-0.302.tar.gz) = 94a5e869b53acfd94632fcbabd7dd6568bb4f778 -RMD160 (ExtUtils-Depends-0.302.tar.gz) = 7424b3c6d58c2b22f84f2d5930a4d73e5d859577 -Size (ExtUtils-Depends-0.302.tar.gz) = 11001 bytes +SHA1 (ExtUtils-Depends-0.304.tar.gz) = c75be8c019cd692f30d1e9325e2bb55f09ee9d98 +RMD160 (ExtUtils-Depends-0.304.tar.gz) = d16452296b7dd12c29ed2ada8cb802dd8afa7f97 +Size (ExtUtils-Depends-0.304.tar.gz) = 11445 bytes |