diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 11:23:28 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 11:23:28 +0000 |
commit | 034aeeff69f34068d052b049495072e0fcf57c3f (patch) | |
tree | c2e8fccb83b153987658b925a068999af52d668d /devel/p5-Module-ScanDeps | |
parent | a6c78137a29c482d9a05a72f25c9b337e1ceaedf (diff) | |
download | pkgsrc-034aeeff69f34068d052b049495072e0fcf57c3f.tar.gz |
Updating package for Perl 5 module Module::ScanDeps in
devel/p5-Module-ScanDeps from 1.04 to 1.08.
pkgsrc changes:
- remark using of bundled Module::Install in addition to ExtUtils::MakeMaker
Upstream changes:
[Changes for 1.08 - 2012-02-21]
* RT #73785: scandeps -c fails on modules that depend on Getopt::Euclid
- for "scandeps -c ..." switch from an INIT block to a CHECK block
and call the augmented script with "perl -c" instaed of "perl"
* RT#72954 ":encoding(UTF-8)" doesn't imply a dependency on Encode.pm
- if scan_chunk sees ":encoding(FOO)" or similar, it goes to some
length to find the "external" Encode module to handle FOO; but it
forgets that Encode.pm itself is needed at runtime (esp. if FOO
is an encoding "internally" handled by Encode.pm, e.g. "UTF-8")
* %Preload: add rules for Gtk2.pm and Pango.pm
* %Preload: fix a problem with Image::ExifTool
[Changes for 1.07 - 2011-11-29]
* RT #72796: dynaloader test fails when the .so files are in the
system lib dirs and local::lib is involved?
Relax a check in t/7-check-dynaloader.t
* Update Module::Install to 1.04
[Changes for 1.06 - 2011-11-28]
* RT #72211: pp includes way too much modules (when using 'use strict;')?
Rework regexes to detect "use MODULE ...":
the following line from unicore/mktables
my $unihan = 'Unihan properties are by default not enabled in the Perl core. Instead use CPAN: Unicode::Unihan';
would erroneously detect a dependency on CPAN.pm (which will in turn
pull in a lot of modules)
* Bump Perl version requirement to 5.8.1 (Schwern: The End Of 5.6 Is Nigh!)
* Rewrite t/7-check-dynaloader.t to look for more candidates of dynamic modules
that might be used as test cases
[Changes for 1.05 - 2011-11-02]
* RT #72082: $FindBin::Bin issue on Moudel::ScanDeps 1.04
Make FindBin work (at least with option -c or -x) by spoofing $0
in the temp script generated for M:SD::DataFeed
* RT #70134: patch suggestions for Module::ScanDeps 1.04: additional preload
rules, used_via_preload attribute
Add suggested %Preload rules from the attached patch (thanks, Markus Jansen)
* Add %Preload rules for MozRepl
* Special case for Package::Stash (Alexandr Ciornii)
* Special case for Moose (Alexandr Ciornii)
Diffstat (limited to 'devel/p5-Module-ScanDeps')
-rw-r--r-- | devel/p5-Module-ScanDeps/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Module-ScanDeps/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Module-ScanDeps/Makefile b/devel/p5-Module-ScanDeps/Makefile index 56cb218f625..f3e4d384450 100644 --- a/devel/p5-Module-ScanDeps/Makefile +++ b/devel/p5-Module-ScanDeps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2011/10/29 20:26:37 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.27 2012/07/06 11:23:28 sno Exp $ # -DISTNAME= Module-ScanDeps-1.04 +DISTNAME= Module-ScanDeps-1.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5msd CATEGORIES= devel perl5 @@ -14,8 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Module/ScanDeps/.packlist -#PERL5_MODULE_TYPE= Module::Install -MAKE_PARAMS+= --skipdeps +PERL5_MODULE_TYPE= Module::Install::Bundled REPLACE_PERL+= script/scandeps.pl diff --git a/devel/p5-Module-ScanDeps/distinfo b/devel/p5-Module-ScanDeps/distinfo index c426e280aa9..74e722c3337 100644 --- a/devel/p5-Module-ScanDeps/distinfo +++ b/devel/p5-Module-ScanDeps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2011/10/29 20:26:37 hiramatsu Exp $ +$NetBSD: distinfo,v 1.17 2012/07/06 11:23:28 sno Exp $ -SHA1 (Module-ScanDeps-1.04.tar.gz) = c0c040b4a6db8744acf8ddd79ddfc7a40138d6d2 -RMD160 (Module-ScanDeps-1.04.tar.gz) = 208413da17bd4c95d7f93667ce393b52391209d1 -Size (Module-ScanDeps-1.04.tar.gz) = 56444 bytes +SHA1 (Module-ScanDeps-1.08.tar.gz) = d8aa8ea57dc5508f53e5afbed67bff997809ce01 +RMD160 (Module-ScanDeps-1.08.tar.gz) = 8b5983e3c6cbe2478cf0076c7b944469095b5fb2 +Size (Module-ScanDeps-1.08.tar.gz) = 58193 bytes |