pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Updated devel/p5-Module-ScanDeps 0.68 -> 0.74



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b6a649da307
branches:  trunk
changeset: 529735:4b6a649da307
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jun 09 23:37:46 2007 +0000

description:
Updated devel/p5-Module-ScanDeps 0.68 -> 0.74

[Changes for 0.74 - 2007-04-26]
* Same as 0.73_01, but not a developer release.

[Changes for 0.73_01 - 2007-03-28]
* Fixed bug "scan_deps doesn't show ALL the dependencies"
* Ensured all file entries are given by absolute paths
* Added a number of test artificial dependency trees as test data mainly for
  "scan_deps doesn't show ALL the dependencies" bug
* Added tests for scandeps recurse option (all pass)
* Added tests for scandeps skip option (all pass)
* Added tests to show a duplicated dependency is in fact only shown once (all pass)
* Added Utils.pm test module containing generic_scandeps_rv_test and
  compare_scandeps_rvs subroutines (Adrian Issott)

[Changes for 0.73 - 2007-03-25]
* Now being a little cleverer for detecting globs in diamond operators.
  (Requiring a meta character within the <>.)

[Changes for 0.72 - 2007-02-03]
* Case-insensitive @INC removal for case-insensitive
  filesystems (Eric Wilhelm)

[Changes for 0.71 - 2007-01-04]
* Added special cases for
  Catalyst
  Class::MakeMethods
  Config::Any
  DBIx::Class
  Email::Send
  Log::Log4perl
  SQL::Translator
* print() the "# Legend..." line instead of warn()ing it.

[Changes for 0.70 - 2006-11-21]
* Added special case for Image::Info.

[Changes for 0.69 - 2006-11-07]
* Additional corner cases for LWP::UserAgent and LWP::Parallel::UserAgent and
  friends.

diffstat:

 devel/p5-Module-ScanDeps/Makefile |  4 ++--
 devel/p5-Module-ScanDeps/distinfo |  8 ++++----
 doc/CHANGES-2007                  |  3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r c8d4133e7b2f -r 4b6a649da307 devel/p5-Module-ScanDeps/Makefile
--- a/devel/p5-Module-ScanDeps/Makefile Sat Jun 09 23:36:33 2007 +0000
+++ b/devel/p5-Module-ScanDeps/Makefile Sat Jun 09 23:37:46 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/10/31 15:10:05 obache Exp $
+# $NetBSD: Makefile,v 1.10 2007/06/09 23:37:46 abs Exp $
 #
 
-DISTNAME=      Module-ScanDeps-0.68
+DISTNAME=      Module-ScanDeps-0.74
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5msd
 CATEGORIES=    devel perl5
diff -r c8d4133e7b2f -r 4b6a649da307 devel/p5-Module-ScanDeps/distinfo
--- a/devel/p5-Module-ScanDeps/distinfo Sat Jun 09 23:36:33 2007 +0000
+++ b/devel/p5-Module-ScanDeps/distinfo Sat Jun 09 23:37:46 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/10/31 15:10:05 obache Exp $
+$NetBSD: distinfo,v 1.5 2007/06/09 23:37:46 abs Exp $
 
-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
+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
diff -r c8d4133e7b2f -r 4b6a649da307 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Jun 09 23:36:33 2007 +0000
+++ b/doc/CHANGES-2007  Sat Jun 09 23:37:46 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1299 2007/06/09 23:36:59 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1300 2007/06/09 23:38:12 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2510,3 +2510,4 @@
        Updated devel/p5-ExtUtils-ParseXS to 2.18 [abs 2007-06-10]
        Updated devel/p5-Module-Build to 0.2808 [abs 2007-06-10]
        Updated devel/p5-Module-Install to 0.67 [abs 2007-06-10]
+       Updated devel/p5-Module-ScanDeps to 0.74 [abs 2007-06-10]



Home | Main Index | Thread Index | Old Index