summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-10-29 20:26:37 +0000
committerhiramatsu <hiramatsu>2011-10-29 20:26:37 +0000
commit4740010d5a367abfa587c86569692f098c7d7d4e (patch)
tree168862d06005c4c27330b23ed96c91bd032530a5 /devel
parent55abc77265134addf9b46ad678842570eb9206fa (diff)
downloadpkgsrc-4740010d5a367abfa587c86569692f098c7d7d4e.tar.gz
Update p5-Module-ScanDpes to 1.04.
Changes from previous: [Changes for 1.04 - 2011-07-21] * Brown paper bag bug: fix option -x (execute) (broken by changes for -c) * While we're at it: honor option -I with -c [Changes for 1.03 - 2011-07-18] * RT #69213: ScanDeps incompatible with AnyEvent (Perl 5.14, AnyEvent 5.34, PAR 1.00.2) For option -c (compile) M:SD used to wrap the file in one big sub and appended an END block where it dumps %INC etc; the outer sub causes problems with certain contructs. Instead we now use an INIT block prepended to the file. * RT #69471: Problem with "eval { require SomeModule }" constructions Module::ScanDeps::DataFeed now omits %INC pairs with an undefined value (these may be created by an unsuccessful "require" under certain conditions). Also omit CODE refs from @INC. * Fix for failing CPAN Testers report http://www.cpantesters.org/cpan/report/4208fa16-a5d1-11e0-a0bc-c71a7862a918: Perl 5.15.0 got rid of Shell.pm * Fix for failing CPAN Testers report http://www.cpantesters.org/cpan/report/772147dc-6c1f-1014-baf2-318eb63ba09a: - regex meta characters in filenames break consistency check * Simplify Module::ScanDeps::DataFeed somewhat by localizing %INC around "require Module::ScanDeps::DataFeed" and by using Data::Dumper for the actual dump. * Don't create the tempfiles for DataFeed in the working directory. * Purge all pod from Module::ScanDeps::DataFeed, advise the CPAN indexer not to bother with it; same for Module::ScanDeps::Cache. [Changes for 1.02 - 2011-04-03] * %Preload: add _all_ *.pl file below .../unicore for utf8.pm [Changes for 1.01 - 2011-03-26] * %Preload: add "unicore/version" for Unicode/UCD.pm (because it contains a call openunicode(..., "version")) [Changes for 1.00 - 2011-02-19] * RT #65855: Special handling for POSIX requested (Roderich Schupp) * RT #65252: Temp files left when execute fails (Roderich Schupp) * add a %Preload rule for Log::Report::Dispatcher (Roderich Schupp) cf. http://www.nntp.perl.org/group/perl.par/2011/01/msg4871.html * add %Preload rule for Date::Manip (Roderich Schupp) * speed up scanning *significantly* by not re-constructing regexen for every line of input and reducing the no. of sub calls (Steffen Mueller) * add Eric Roode to AUTHORS (Steffen Mueller) * RT #61027: "use lib" does not work (Roderich Schupp) scan_line(): When handling "use lib '/some/dir'" we add "/some/dir/ARCHNAME", "/some/dir/VER" and "/some/dir/VER/ARCHNAME", but forgot to add "/some/dir" itself. While we're at it, improve parsing the argument list of "use lib". Simply eval the string, this should at least make all forms of quoted strings work correctly. * fix URI special case (clkao) * fix a regression reported by CPAN Testers (Roderich Schupp) * finally: bump version to 1.00
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-ScanDeps/Makefile5
-rw-r--r--devel/p5-Module-ScanDeps/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Module-ScanDeps/Makefile b/devel/p5-Module-ScanDeps/Makefile
index 184d8fafad8..56cb218f625 100644
--- a/devel/p5-Module-ScanDeps/Makefile
+++ b/devel/p5-Module-ScanDeps/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2011/08/14 12:26:19 obache Exp $
+# $NetBSD: Makefile,v 1.26 2011/10/29 20:26:37 hiramatsu Exp $
#
-DISTNAME= Module-ScanDeps-0.98
+DISTNAME= Module-ScanDeps-1.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5msd
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
diff --git a/devel/p5-Module-ScanDeps/distinfo b/devel/p5-Module-ScanDeps/distinfo
index b6f93319d0d..c426e280aa9 100644
--- a/devel/p5-Module-ScanDeps/distinfo
+++ b/devel/p5-Module-ScanDeps/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2010/08/03 22:09:28 seb Exp $
+$NetBSD: distinfo,v 1.16 2011/10/29 20:26:37 hiramatsu Exp $
-SHA1 (Module-ScanDeps-0.98.tar.gz) = 24eb8d25e61b9b9e46fe16191a910d6fcb24f689
-RMD160 (Module-ScanDeps-0.98.tar.gz) = 13b35ae02a2eb0dfca85dceb2e378c83811d95b5
-Size (Module-ScanDeps-0.98.tar.gz) = 56934 bytes
+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