diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:31:33 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:31:33 +0000 |
commit | 3fef249c654067463d7d069334030254961742a6 (patch) | |
tree | 5de44fe2fad219435389d5fd1f89edc3846da295 /devel | |
parent | 78d9bb127bc364d20bde29cfe03441525ecadf36 (diff) | |
download | pkgsrc-3fef249c654067463d7d069334030254961742a6.tar.gz |
Updated to 1.04
Changes:
1.04 Thu 20 Oct 2011
- Fixed _cmp to compare properly (MIYAGAWA)
- Fixed the automated MakeMaker dependency addition (MIYAGAWA)
- Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
1.03 Wed 19 Oct 2011
- META.yml flag dynamic_config is now always generated (ADAMK)
- Added the convenience command static_config, as the default is to be
dynamic (ADAMK)
- Module::Install::DSL will automatically set static_config unless it
can see an 'if' or 'unless' suffix (ADAMK)
1.02 Thu 29 Sep 2011
- Support for installdeps_target in Module::Install::AutoInstall and
Module::AutoInstall (Caelum)
- Support for installdeps_notest, upgradedeps and upgradedeps_notest,
listdeps and listalldeps targets in Module::AutoInstall (Caelum)
Diffstat (limited to 'devel')
-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 b088207db53..3fb67cfc598 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2011/08/16 20:16:51 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/01/26 15:31:33 rhaen Exp $ -DISTNAME= Module-Install-1.01 +DISTNAME= Module-Install-1.04 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 diff --git a/devel/p5-Module-Install/distinfo b/devel/p5-Module-Install/distinfo index 97e40ea969d..df239794031 100644 --- a/devel/p5-Module-Install/distinfo +++ b/devel/p5-Module-Install/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2011/08/16 20:16:51 wiz Exp $ +$NetBSD: distinfo,v 1.20 2012/01/26 15:31:33 rhaen Exp $ -SHA1 (Module-Install-1.01.tar.gz) = 4335c4a245645f7be6abb485b3f6d9bf72f6a696 -RMD160 (Module-Install-1.01.tar.gz) = 5adbc1b5be278d218edaeed7d3c657e359549c85 -Size (Module-Install-1.01.tar.gz) = 131406 bytes +SHA1 (Module-Install-1.04.tar.gz) = 14a14d60392e1a82dd8a21ff072146cdf0233e51 +RMD160 (Module-Install-1.04.tar.gz) = 2e9144294836871167febe60e17cc93e5d441229 +Size (Module-Install-1.04.tar.gz) = 132917 bytes |