pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-ScanDeps Update p5-Module-ScanDeps to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2a8ab58240a
branches:  trunk
changeset: 520844:e2a8ab58240a
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 31 15:10:05 2006 +0000

description:
Update p5-Module-ScanDeps to 0.68.

Changes:
[Changes for 0.68 - 2006-10-25]
* Added special case for PerlIO.pm. If PerlIO.pm is needed, require
  PerlIO::scalar, too, because it can be used "under the hood".
  (Roderich Schupp)
* Added some File::Spec'ness. (Steffen Mueller)
* Refactored the %Preload mapping code into _get_preload so that
  the PAR -M %Preload fix would work. (Steffen Mueller)

[Changes for 0.67 - 2006-10-24]
* Added @IncludeLibs which is used alongside @INC for searching modules.
  (David Romano)
* Won't pick up Tk as a dependency for Term::ReadLine any more.
  You can stop laughing now!

[Changes for 0.66 - 2006-09-24]
* Fixed another bug in Module::ScanDeps::Datafeed which would break
  run- and compile-time dependency scanners if $ENV{PERL5LIB} entries
  had trailing backslashes. Thanks to Steven Mackenzie for pointing
  this out.
* Added some documentation and comments to M::SD::Datafeed for the sake of
  future maintainers.

[Changes for 0.65 - 2006-09-24]
* Fixed bug in Module::ScanDeps::Datafeed which would die() in 0.64.

[Changes for 0.64 - 2006-09-22]
* Upgraded to Module::Install 0.64
* Added warning of missing modules when -V is in effect (scandeps.pl).
* Added warning of missing modules if "warn_missing=>1" specified as
  an option to scan_deps.

[Changes for 0.63 - 2006-08-27]
* Upgraded to Module::Install 0.63

[Changes for 0.62 - 2006-07-16]

* Better diagnostics.pm support for searching the related
  .pod file.

[Changes for 0.61 - 2006-06-30]

* Now presenting more helpful (and correct) error messages when
  multiple versions of a module (files) are found.
* Corrected a POD error.
* Added test for POD correctness.

[Changes for 0.60 - 2006-05-23]

* Fixed bug that prevented "use encoding 'utf-8';" from being
  picked up. This was because the -8 was stripped and thus, the
  encoding wasn't recognized.

[Changes for 0.59 - 2006-05-03]

* Recovering 5.005 compatibility. (Hopefully!)
* Using Module::Install 0.62
* Added a dependency on File::Temp for pre 5.6 perls.
* Fixed broken Module::Pluggable support.

[Changes for 0.58 - 2006-04-16]

* Added dependency for Test::Deep
* Added dependency for Math::Symbolic

[Changes for 0.57 - 2006-03-03]

* Applied Stephen Schulze's patch which fixes the problem that modules are
  reported as depended upon only once.

[Changes for 0.56 - 2006-02-20]

* Added special dependency for Tk::Getopt. Suggested by Slaven Rezic.

[Changes for 0.55 - 2006-02-17]

* Applied Roderich Schupp's patch to fix a problem with 'autouse'.
* Now using Module::Install 0.56

[Changes for 0.54 - 2006-01-11]

* Switch to File::Temp::tempfile() for more robust temporary file creation.
  Contributed by: Jesse Vincent

* Update to latest Module::Install _again_ to fix Cygwin installation.
  Reported by: Matt S Trout

[Changes for 0.53 - 2006-01-10]

* Update to latest Module::Install; no functional changes.

[Changes for 0.52 - 2005-12-12]

* Support for autouse.pm.

* Support for Tk::DragDrop.  Reported by: Renee Baecker.

diffstat:

 devel/p5-Module-ScanDeps/Makefile |  5 ++---
 devel/p5-Module-ScanDeps/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 5b865e5afd67 -r e2a8ab58240a devel/p5-Module-ScanDeps/Makefile
--- a/devel/p5-Module-ScanDeps/Makefile Tue Oct 31 10:12:41 2006 +0000
+++ b/devel/p5-Module-ScanDeps/Makefile Tue Oct 31 15:10:05 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:23 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/10/31 15:10:05 obache Exp $
 #
 
-DISTNAME=      Module-ScanDeps-0.51
+DISTNAME=      Module-ScanDeps-0.68
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5msd
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
 
diff -r 5b865e5afd67 -r e2a8ab58240a devel/p5-Module-ScanDeps/distinfo
--- a/devel/p5-Module-ScanDeps/distinfo Tue Oct 31 10:12:41 2006 +0000
+++ b/devel/p5-Module-ScanDeps/distinfo Tue Oct 31 15:10:05 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/03/31 22:42:31 seb Exp $
+$NetBSD: distinfo,v 1.4 2006/10/31 15:10:05 obache Exp $
 
-SHA1 (Module-ScanDeps-0.51.tar.gz) = d38d57b33a86e269c07c128a8dae6ab930c23421
-RMD160 (Module-ScanDeps-0.51.tar.gz) = d368e8018b6fafd672bf24d20509a933636f4ea3
-Size (Module-ScanDeps-0.51.tar.gz) = 17468 bytes
+SHA1 (Module-ScanDeps-0.68.tar.gz) = cbe8490c7b601dac8eae073d55206dd20c282ea4
+RMD160 (Module-ScanDeps-0.68.tar.gz) = 9b218669b3e85b99fd73204e5ee19d2ca0d8ade6
+Size (Module-ScanDeps-0.68.tar.gz) = 31023 bytes



Home | Main Index | Thread Index | Old Index