diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 21:49:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 21:49:26 +0000 |
commit | 8309b7d4fe0686c65fafc6e67f1f1da459e56891 (patch) | |
tree | 46cded82d931c89798714db7e28d157c9496130f /devel/p5-Module-ScanDeps | |
parent | 737d776473cdbb36f850fe8d1e7fde57156bf93c (diff) | |
download | pkgsrc-8309b7d4fe0686c65fafc6e67f1f1da459e56891.tar.gz |
Updated devel/p5-Module-ScanDeps to 0.84
[Changes for 0.84 - 2008-05-13]
* Add special case for Class::MethodMaker.
[Changes for 0.83 - 2008-03-23]
* Add special case for Image::ExifTool.
[Changes for 0.82 - 2008-01-08]
* Add Test::More to build requirements (Alexandr Ciornii)
* Add dependency on version.pm
* Now correctly identifies feature.pm as a dependency if
"use 5.10.0;" (and up) is found.
[Changes for 0.81 - 2007-12-07]
* Fix for the case-insensitive-file-system-test.
[Changes for 0.80 - 2007-11-30]
* Fix to avoid duplicated entries arising from used_by references with
case differences.
* Do not report input files themselves as dependencies.
(Regression from 0.74 onwards)
* Remove warning from ScanFileRE tests.
[Changes for 0.78 - 2007-11-17]
* Fix ScanFileRE heuristics to allow for scanning files without
suffixes.
[Changes for 0.77 - 2007-09-20]
* Add support for prefork.pm (similar to how base.pm is detected).
* Added uses field to hash descriptions returned by scan_deps +
tests (Adrian Issott)
* Added ScanFileRE to restrict the files scanned to .pl, .pm, .al and
.t but allow the user to override + tests (Adrian Issott)
[Changes for 0.76 - 2007-07-21]
* Fix special case for Term::ReadLine (should not rope in Tk)
* New special case for Tcl::Tk (should not rope in Tk either!)
* New special case for threads::shared ==> rope in attributes.pm
* Fix to avoid duplicated entries that can arise due to case
differences that don't actually matter on case-tolerant
systems (Adrian Issott)
* M::SD warnings now go to STDERR not STDOUT (Adrian Issott)
* Fixed bug #24162: scandeps.(bat|pl) doesn't correctly identify Core
Modules on Windows (Adrian Issott)
* Now finds shared libraries for modules specified as input files.
* Tests for finding shared libraries.
[Changes for 0.75 - 2007-06-24]
* Fix special cases for POE. (Roderich Schupp)
* Added exported path_to_inc_name subroutine (Adrian Issott)
* Added Module::Build::ModuleInfo dependency (Adrian Issott)
* Fixed bug where input files weren't scoped properly
* Add new "check-for-dynaloader" test. (Eric Wilhelm)
Diffstat (limited to 'devel/p5-Module-ScanDeps')
-rw-r--r-- | devel/p5-Module-ScanDeps/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Module-ScanDeps/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Module-ScanDeps/Makefile b/devel/p5-Module-ScanDeps/Makefile index 134f7f31c06..74fe87d2633 100644 --- a/devel/p5-Module-ScanDeps/Makefile +++ b/devel/p5-Module-ScanDeps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2007/06/09 23:37:46 abs Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/28 21:49:26 abs Exp $ # -DISTNAME= Module-ScanDeps-0.74 +DISTNAME= Module-ScanDeps-0.84 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5msd CATEGORIES= devel perl5 @@ -14,5 +14,7 @@ COMMENT= Perl 5 module to recursively scan Perl code for dependencies USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Module/ScanDeps/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Module-ScanDeps/distinfo b/devel/p5-Module-ScanDeps/distinfo index f460cf389dd..87397d61463 100644 --- a/devel/p5-Module-ScanDeps/distinfo +++ b/devel/p5-Module-ScanDeps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/06/09 23:37:46 abs Exp $ +$NetBSD: distinfo,v 1.6 2008/05/28 21:49:27 abs Exp $ -SHA1 (Module-ScanDeps-0.74.tar.gz) = b6ce433998838560392f889372b3fe25e152afc4 -RMD160 (Module-ScanDeps-0.74.tar.gz) = 84503a3a639597d81d5af1ed77ffff66f3542af5 -Size (Module-ScanDeps-0.74.tar.gz) = 37828 bytes +SHA1 (Module-ScanDeps-0.84.tar.gz) = f24259721902274af160653e1e54b9bbce4bf796 +RMD160 (Module-ScanDeps-0.84.tar.gz) = a0562b3d62162832f31acfc86040fa64c3b8973d +Size (Module-ScanDeps-0.84.tar.gz) = 41657 bytes |