diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:36:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:36:33 +0000 |
commit | 75ab4485916118f5b36945f2efa8bee5b0d1ec4f (patch) | |
tree | 57e3b9e5cb8f9f753912b91d20a199619fe12320 /devel/p5-Module-Install | |
parent | 3b9ff8f10ff3b1b29d960e486cb34bfae02e0ef3 (diff) | |
download | pkgsrc-75ab4485916118f5b36945f2efa8bee5b0d1ec4f.tar.gz |
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 (limited to 'devel/p5-Module-Install')
-rw-r--r-- | devel/p5-Module-Install/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Install/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index e75eb087357..aaf2e0090a6 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -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 --git a/devel/p5-Module-Install/distinfo b/devel/p5-Module-Install/distinfo index aaa852545d8..7578a37358b 100644 --- a/devel/p5-Module-Install/distinfo +++ b/devel/p5-Module-Install/distinfo @@ -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 |