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-Install 0.64 -> 0.67



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8d4133e7b2f
branches:  trunk
changeset: 529734:c8d4133e7b2f
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jun 09 23:36:33 2007 +0000

description:
Updated devel/p5-Module-Install 0.64 -> 0.67

Changes for 0.67 - Adam Kennedy]

* Tweaked the license detection code a bit

* Previous changes working well, going production

[Changes for 0.66_02 - Adam Kennedy]

* Adding detection of 'proprietary' license.

* "All rights reserved" clashes with or can invalidate most Open Source
  licenses. Adding a warning to this effect.

[Changes for 0.66_01 - 2007-03-15]

* Adding tests_recursive to have M:I search for and explicitly list
  all test scripts recursively.

* Adding configure_requires, test_requires and install_requires.
  These are currently aliases for build_requires but will later result
  in alternative consequences internally (ADAMK)

* Reorganising Module::Install::With on the assumption that CPAN.pm will
  be implementing PERL5_CPAN_IS_EXECUTING.

[Changes for 0.65 - 2007-03-06]

* Add install_as_core, install_as_cpan, install_as_vendor
  commands to control the "installdirs" metadata field.
  Requested by: Tels (renamed by ADAMK and AUDREYT)

* Add the preop command for users to customize the PREOP rule. (BINGOS)

* Implement support for $ENV{PERL5_CPANPLUS_IS_EXECUTING} in the
  experimental Module::Install::With. (ADAMK)

* Remove the use of features in the Module::Install Makefile.PL.
  Developers should be quite capable of installing them all. (ADAMK)

* Remove the use of auto_provides in Module::Install Makefile.PL
  until we fix it to not break without a pre-existing MANIFEST. (ADAMK)

* YAML::Tiny is now used as a fallback for generating META.yml. The
  order of precedence is now YAML::Syck, YAML::Tiny, then YAML.

* META.yml output is now conformant to spec 1.3.

* Add MIT license to those detectable by license_from() (GAAL)

diffstat:

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

diffs (39 lines):

diff -r 366187c321e7 -r c8d4133e7b2f devel/p5-Module-Install/Makefile
--- a/devel/p5-Module-Install/Makefile  Sat Jun 09 23:34:43 2007 +0000
+++ b/devel/p5-Module-Install/Makefile  Sat Jun 09 23:36:33 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/11/03 10:41:14 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/09 23:36:33 abs Exp $
 
-DISTNAME=      Module-Install-0.64
+DISTNAME=      Module-Install-0.67
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5moi
 CATEGORIES=    devel perl5
diff -r 366187c321e7 -r c8d4133e7b2f devel/p5-Module-Install/distinfo
--- a/devel/p5-Module-Install/distinfo  Sat Jun 09 23:34:43 2007 +0000
+++ b/devel/p5-Module-Install/distinfo  Sat Jun 09 23:36:33 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/11/03 10:41:14 obache Exp $
+$NetBSD: distinfo,v 1.3 2007/06/09 23:36:33 abs Exp $
 
-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
+SHA1 (Module-Install-0.67.tar.gz) = c0c5c501cceb2568ba79e748172be739bde95a4e
+RMD160 (Module-Install-0.67.tar.gz) = 85e1d47651acc3e3be281230f194566fc21fbef8
+Size (Module-Install-0.67.tar.gz) = 81617 bytes
diff -r 366187c321e7 -r c8d4133e7b2f doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Jun 09 23:34:43 2007 +0000
+++ b/doc/CHANGES-2007  Sat Jun 09 23:36:33 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1298 2007/06/09 23:35:14 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1299 2007/06/09 23:36:59 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2509,3 +2509,4 @@
        Updated devel/p5-ExtUtils-CBuilder to 0.19 [abs 2007-06-10]
        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]



Home | Main Index | Thread Index | Old Index