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 Updating devel/p5-Module-Insta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84620504d829
branches: trunk
changeset: 570408:84620504d829
user: sno <sno%pkgsrc.org@localhost>
date: Fri Jan 29 15:23:10 2010 +0000
description:
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:
devel/p5-Module-Install/Makefile | 11 ++++++-----
devel/p5-Module-Install/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r 90e49f1892a9 -r 84620504d829 devel/p5-Module-Install/Makefile
--- a/devel/p5-Module-Install/Makefile Fri Jan 29 15:16:58 2010 +0000
+++ b/devel/p5-Module-Install/Makefile Fri Jan 29 15:23:10 2010 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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+= {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 -r 90e49f1892a9 -r 84620504d829 devel/p5-Module-Install/distinfo
--- a/devel/p5-Module-Install/distinfo Fri Jan 29 15:16:58 2010 +0000
+++ b/devel/p5-Module-Install/distinfo Fri Jan 29 15:23:10 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index