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 Updated devel/p5-Module-ScanD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02fbd78233e7
branches:  trunk
changeset: 542828:02fbd78233e7
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 28 21:49:26 2008 +0000

description:
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:

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

diffs (34 lines):

diff -r 292b0cabf9eb -r 02fbd78233e7 devel/p5-Module-ScanDeps/Makefile
--- a/devel/p5-Module-ScanDeps/Makefile Wed May 28 21:32:41 2008 +0000
+++ b/devel/p5-Module-ScanDeps/Makefile Wed May 28 21:49:26 2008 +0000
@@ -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 @@
 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 -r 292b0cabf9eb -r 02fbd78233e7 devel/p5-Module-ScanDeps/distinfo
--- a/devel/p5-Module-ScanDeps/distinfo Wed May 28 21:32:41 2008 +0000
+++ b/devel/p5-Module-ScanDeps/distinfo Wed May 28 21:49:26 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index