diff options
author | sno <sno@pkgsrc.org> | 2010-01-29 15:23:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-29 15:23:10 +0000 |
commit | 0158d24271cd92d1c24cef124654edebfd0b76b8 (patch) | |
tree | ebbac6750f8357df67d6c00e36058a294e8dedb0 /devel | |
parent | 23e64603da43045fe4b2105870a7cf2dc706eae0 (diff) | |
download | pkgsrc-0158d24271cd92d1c24cef124654edebfd0b76b8.tar.gz |
Updating devel/p5-Module-Install from 0.91nb2 to 0.92
pkgsrc changes:
- Adjusting license definition
- Put the dependencies in the same order as in upstream META.yml
Upstream changes:
0.92 Thu 21 Jan 2010
- Support github.com bugtracker (CHORNY)
- Made the matching phrase for the perl license a bit shorter
to allow "the same terms as Perl 5.10" etc (ISHIGAKI)
- Refactor part of license_from to separate sub, tests for a new
sub (CHORNY)
- Refactor part of perl_version_from to separate sub, tests for
a new sub (CHORNY)
- Allow spaces at the start of string when using
perl_version_from (CHORNY)
- The all_from command now stores the filename in the 'all_from'
key for later reuse (MARCEL)
- Support code.google.com bugtracker (CHORNY)
- If the DSL code fails, say why (ADAMK)
- Now autoinstall doesn't die on CPAN-1.81 (JJORE)
- Check 'copyrights' section for license also (CHORNY)
- Test passing correct params to EU::MM (CHORNY)
- Use BUILD_REQUIRES EU::MM param for better OS packages (CHORNY)
- Bundled prereqs will be removed from build prereqs only (CHORNY)
- Use MIN_PERL_VERSION EU::MM param (CHORNY)
- Better search for 'Perl' license (CHORNY)
- Adding 'makemaker' command to make EU:MM version conditionals
easier (ADAMK)
- Removed a variety of Perl::MinimumVersion complaints (ADAMK)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Module-Install/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index 2ff9f0c0026..5caaaa84776 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/01/17 16:07:45 sno Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/29 15:23:10 sno Exp $ -DISTNAME= Module-Install-0.91 +DISTNAME= Module-Install-0.92 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +#PKGREVISION= 2 SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} @@ -10,13 +10,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Install/ COMMENT= Perl5 module for building and installing Perl modules -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove +DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps @@ -24,9 +25,9 @@ DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.28}:../../devel/p5-PathTools DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny -DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON PERL5_PACKLIST= auto/Module/Install/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Module-Install/distinfo b/devel/p5-Module-Install/distinfo index 891a98c427a..525dc575521 100644 --- a/devel/p5-Module-Install/distinfo +++ b/devel/p5-Module-Install/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/05/28 22:44:05 sno Exp $ +$NetBSD: distinfo,v 1.14 2010/01/29 15:23:10 sno Exp $ -SHA1 (Module-Install-0.91.tar.gz) = ebe7ec3632e4c5f3018e77176ac0e6b2dbc03ef7 -RMD160 (Module-Install-0.91.tar.gz) = ec0b2f6fb530ffaf0706aa6af0a2d980103f9c21 -Size (Module-Install-0.91.tar.gz) = 147184 bytes +SHA1 (Module-Install-0.92.tar.gz) = 529f17f29ffa3f92c2ac80239d1684ff684385c7 +RMD160 (Module-Install-0.92.tar.gz) = eefb8f4cefefb1ad06429fc89092a3a0f54f666c +Size (Module-Install-0.92.tar.gz) = 150056 bytes |