pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2d87a7a2139
branches:  trunk
changeset: 520956:d2d87a7a2139
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 03 10:41:14 2006 +0000

description:
Update p5-Module-Install to 0.64.
Patch provided by Martin Wilke via PR 34362.

Changes:
[Changes for 0.64 - 2006-08-24]

* auto_install() will no longer invoke CPAN.pm or CPANPLUS
  recursively when running under CPANPLUS (i.e., when
  $ENV{PERL5_CPANPLUS_IS_RUNNING} is set to a true value.)

* auto_install() would not follow prerequisites of requires() when
  the module is installed from the command line and only CPAN.pm is
  installed. [rt.cpan.org 21139] (MSCHWERN)

[Changes for 0.63 - 2006-06-05]

* "make" gets confused if the Makefile.PL time is in the future, but there
  is no universal fix for this. As an initial solution, catch the error
  situation and die with an error to the user. (ADAMK)

* Adding additional notes on no_index package (ADAMK)

* Removing hashbang from Makefile.PL and using a $^W = 1 instead (ADAMK)

diffstat:

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

diffs (25 lines):

diff -r fa06ddcf58a5 -r d2d87a7a2139 devel/p5-Module-Install/Makefile
--- a/devel/p5-Module-Install/Makefile  Fri Nov 03 10:08:55 2006 +0000
+++ b/devel/p5-Module-Install/Makefile  Fri Nov 03 10:41:14 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:59:52 seb Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/03 10:41:14 obache Exp $
 
-DISTNAME=      Module-Install-0.62
+DISTNAME=      Module-Install-0.64
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5moi
 CATEGORIES=    devel perl5
diff -r fa06ddcf58a5 -r d2d87a7a2139 devel/p5-Module-Install/distinfo
--- a/devel/p5-Module-Install/distinfo  Fri Nov 03 10:08:55 2006 +0000
+++ b/devel/p5-Module-Install/distinfo  Fri Nov 03 10:41:14 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/15 14:59:52 seb Exp $
+$NetBSD: distinfo,v 1.2 2006/11/03 10:41:14 obache Exp $
 
-SHA1 (Module-Install-0.62.tar.gz) = e92555ad110bbf762ffe4fa88b7a6a57f62d81fb
-RMD160 (Module-Install-0.62.tar.gz) = 4ff5c2ed55368ecbec6d168bd21f566f0c17454d
-Size (Module-Install-0.62.tar.gz) = 76096 bytes
+SHA1 (Module-Install-0.64.tar.gz) = ce93e103164aaec8d5c015829ced38666a2f3fa4
+RMD160 (Module-Install-0.64.tar.gz) = 4d8785373ffebe68d6dd768f76852e210da714b6
+Size (Module-Install-0.64.tar.gz) = 80446 bytes



Home | Main Index | Thread Index | Old Index