(pkgsrc)
- Add following DEPENDS+= p5-Archive-Any-[0-9]* p5-CPANPLUS-[0-9]* p5-CPAN-ParseDistribution-[0-9]* p5-Git-Repository-Plugin-AUTOLOAD-[0-9]* p5-List-Pairwise-[0-9]* p5-MooseX-App-[0-9]* p5-MooseX-Role-Tempdir-[0-9]* p5-Test-MockObject-[0-9]* - Switch DEPENDS - p5-Method-Signatures-[0-9]* + p5-Method-Signatures-Simple-[0-9]* (upstream) - Update 0.8.0 to 2.0.3 --------------------- 2.0.3 2014-03-17 [BUG FIXES] - Deal with any archives and other fixes. (RT#92928, reported by Alexandr Ciornii) [STATISTICS] - code churn: 7 files changed, 79 insertions(+), 26 deletions(-) 2.0.2 2014-03-03 [BUG FIXES] - Author and date of release take precedence over the GIT_* env variables. (RT#93481, reported by Slaven Rezic) [DOCUMENTATION] - Remove mention of option '--backpan' for import. (RT#93482, raised by Slaven Rezic) [STATISTICS] - code churn: 4 files changed, 18 insertions(+), 42 deletions(-) 2.0.1 2014-02-15 [BUG FIXES] - Added dependency to Git::Repository::Plugin::AUTOLOAD. - Re-introduced Pod::Weaver (spotted by Neil Bowers). [STATISTICS] - code churn: 3 files changed, 14 insertions(+), 4 deletions(-) 2.0.0 2014-02-12 [API CHANGES] - Will now clone of the official git repository, if there is one. [STATISTICS] - code churn: 13 files changed, 385 insertions(+), 64 deletions(-) 1.3.1 2013-07-27 [BUG FIXES] - Bump minimal Perl requirements to 5.10.1 (for smartmatches). [STATISTICS] - code churn: 2 files changed, 10 insertions(+), 2 deletions(-) 1.3.0 2013-07-18 [ENHANCEMENTS] - Silence smart-match warnings for 5.18+ [STATISTICS] - code churn: 2 files changed, 25 insertions(+), 16 deletions(-) 1.2.1 2013-07-15 [BUG FIXES] - Was using 'return $foo or die' instead of 'return $foo || die'. [STATISTICS] - code churn: 2 files changed, 11 insertions(+), 4 deletions(-) 1.2.0 2013-04-21 [ENHANCEMENTS] - Move to Method:::Signature::Simple as M::S doesn't work with 5.17.11. (GH#14, ilmari) [STATISTICS] - code churn: 14 files changed, 32 insertions(+), 16 deletions(-) 1.1.2 2013-04-14 [BUG FIXES] - bump dependency for MooseX::App to solve boolean argument problem. [STATISTICS] - code churn: 2 files changed, 9 insertions(+), 10 deletions(-) 1.1.1 2013-04-01 [BUG FIXES] - changes in latest MooseX::App broke Git::CPAN::Patch (RT#84349, reported by Peter Valdemar Mørch) [STATISTICS] - code churn: 8 files changed, 47 insertions(+), 18 deletions(-) 1.1.0 2013-01-19 [ENHANCEMENTS] - Simplify code after MooseX::App improvements (maros rocks) [STATISTICS] - code churn: 2 files changed, 19 insertions(+), 75 deletions(-) 1.0.3 2013-01-08 [BUG FIXES] - Specify Method::Signature minimal version. [STATISTICS] - code churn: 2 files changed, 14 insertions(+), 7 deletions(-) 1.0.2 2013-01-03 [BUG FIXES] - Removed s///r use. [STATISTICS] - code churn: 2 files changed, 17 insertions(+), 7 deletions(-) 1.0.1 2013-01-01 [BUG FIXES] - Hide the MooseX::App monkeypatching from the cpan indexer. [DOCUMENTATION] - Change 'git cpan' for the new 'git-cpan'. [STATISTICS] - code churn: 9 files changed, 41 insertions(+), 25 deletions(-) 1.0.0 2013-01-01 [API CHANGES] - Major rewrite using MooseX::App [ENHANCEMENTS] - cpan-git-import now uses metacpan instead of CPANPLUS - removed gitpan support, as it has gone dormant [STATISTICS] - code churn: 38 files changed, 1594 insertions(+), 1244 deletions(-)
This commit is contained in:
parent
ea9fd8d4b9
commit
22e8fc8615
2 changed files with 17 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:57 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2015/02/06 05:48:56 mef Exp $
|
||||
|
||||
DISTNAME= Git-CPAN-Patch-0.8.0
|
||||
DISTNAME= Git-CPAN-Patch-2.0.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
||||
|
||||
|
@ -11,19 +10,29 @@ HOMEPAGE= http://search.cpan.org/dist/Git-CPAN-Patch/
|
|||
COMMENT= Patch CPAN modules using Git
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
REPLACE_PERL= bin/git-cpan
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
DEPENDS+= p5-Archive-Any-[0-9]*:../../archivers/p5-Archive-Any
|
||||
DEPENDS+= p5-BackPAN-Index>=0.39:../../devel/p5-BackPAN-Index
|
||||
DEPENDS+= p5-CPANPLUS-[0-9]*:../../devel/p5-CPANPLUS
|
||||
DEPENDS+= p5-CPAN-ParseDistribution-[0-9]*:../../devel/p5-CPAN-ParseDistribution
|
||||
DEPENDS+= p5-CLASS-[0-9]*:../../devel/p5-CLASS
|
||||
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
|
||||
DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
|
||||
DEPENDS+= p5-File-chmod-[0-9]*:../../sysutils/p5-File-chmod
|
||||
DEPENDS+= p5-Git-Repository-[0-9]*:../../devel/p5-Git-Repository
|
||||
DEPENDS+= p5-Git-Repository-Plugin-AUTOLOAD-[0-9]*:../../devel/p5-Git-Repository-Plugin-AUTOLOAD
|
||||
DEPENDS+= p5-List-Pairwise-[0-9]*:../../devel/p5-List-Pairwise
|
||||
DEPENDS+= p5-MetaCPAN-API-[0-9]*:../../devel/p5-MetaCPAN-API
|
||||
DEPENDS+= p5-Method-Signatures-[0-9]*:../../devel/p5-Method-Signatures
|
||||
DEPENDS+= p5-Method-Signatures-Simple-[0-9]*:../../devel/p5-Method-Signatures-Simple
|
||||
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-App-[0-9]*:../../devel/p5-MooseX-App
|
||||
DEPENDS+= p5-MooseX-App-Cmd-[0-9]*:../../devel/p5-MooseX-App-Cmd
|
||||
DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor
|
||||
DEPENDS+= p5-MooseX-Role-Tempdir-[0-9]*:../../devel/p5-MooseX-Role-Tempdir
|
||||
DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
|
||||
DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww # LWP::UserAgent
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/07/06 10:49:52 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/02/06 05:48:56 mef Exp $
|
||||
|
||||
SHA1 (Git-CPAN-Patch-0.8.0.tar.gz) = 696e7d1e02b13345f7c20811fbc5c4c1df6a8af7
|
||||
RMD160 (Git-CPAN-Patch-0.8.0.tar.gz) = 8fb21053a8b06d4155a4570dbcd6dcb9d068b3b4
|
||||
Size (Git-CPAN-Patch-0.8.0.tar.gz) = 31102 bytes
|
||||
SHA1 (Git-CPAN-Patch-2.0.3.tar.gz) = f0d04bf7b9e226984aa1817ba6418bfc9d1300f0
|
||||
RMD160 (Git-CPAN-Patch-2.0.3.tar.gz) = d3605df56029313e73bdd8aa434c9d4b824ac87d
|
||||
Size (Git-CPAN-Patch-2.0.3.tar.gz) = 54477 bytes
|
||||
|
|
Loading…
Reference in a new issue