2018-08-26 08:24:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2018/08/26 06:24:17 wiz Exp $
|
2010-07-12 00:41:59 +02:00
|
|
|
|
2018-08-26 08:24:17 +02:00
|
|
|
DISTNAME= Git-CPAN-Patch-2.3.4
|
2010-07-12 00:41:59 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
|
|
|
|
2011-08-16 10:30:16 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Git-CPAN-Patch/
|
|
|
|
COMMENT= Patch CPAN modules using Git
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2010-07-12 00:41:59 +02:00
|
|
|
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
REPLACE_PERL= bin/git-cpan
|
|
|
|
|
|
|
|
DEPENDS+= p5-Archive-Any-[0-9]*:../../archivers/p5-Archive-Any
|
2010-07-12 00:41:59 +02:00
|
|
|
DEPENDS+= p5-BackPAN-Index>=0.39:../../devel/p5-BackPAN-Index
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
DEPENDS+= p5-CPANPLUS-[0-9]*:../../devel/p5-CPANPLUS
|
|
|
|
DEPENDS+= p5-CPAN-ParseDistribution-[0-9]*:../../devel/p5-CPAN-ParseDistribution
|
2010-07-12 00:41:59 +02:00
|
|
|
DEPENDS+= p5-CLASS-[0-9]*:../../devel/p5-CLASS
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
|
2010-07-12 00:41:59 +02:00
|
|
|
DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
|
|
|
|
DEPENDS+= p5-File-chmod-[0-9]*:../../sysutils/p5-File-chmod
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-Git-Repository-[0-9]*:../../devel/p5-Git-Repository
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
DEPENDS+= p5-Git-Repository-Plugin-AUTOLOAD-[0-9]*:../../devel/p5-Git-Repository-Plugin-AUTOLOAD
|
|
|
|
DEPENDS+= p5-List-Pairwise-[0-9]*:../../devel/p5-List-Pairwise
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-MetaCPAN-API-[0-9]*:../../devel/p5-MetaCPAN-API
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
DEPENDS+= p5-Method-Signatures-Simple-[0-9]*:../../devel/p5-Method-Signatures-Simple
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
DEPENDS+= p5-MooseX-App-[0-9]*:../../devel/p5-MooseX-App
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-MooseX-App-Cmd-[0-9]*:../../devel/p5-MooseX-App-Cmd
|
|
|
|
DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor
|
(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(-)
2015-02-06 06:48:56 +01:00
|
|
|
DEPENDS+= p5-MooseX-Role-Tempdir-[0-9]*:../../devel/p5-MooseX-Role-Tempdir
|
|
|
|
DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
|
2018-08-24 11:26:20 +02:00
|
|
|
DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
|
2011-11-15 20:43:28 +01:00
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww # LWP::UserAgent
|
2018-08-24 11:26:20 +02:00
|
|
|
DEPENDS+= p5-MetaCPAN-Client-[0-9]*:../../devel/p5-MetaCPAN-Client
|
|
|
|
DEPENDS+= p5-Data-Printer-[0-9]*:../../devel/p5-Data-Printer
|
2010-07-12 00:41:59 +02:00
|
|
|
|
2018-08-24 11:26:20 +02:00
|
|
|
TEST_DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental
|
|
|
|
TEST_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
|
|
|
|
TEST_DEPENDS+= p5-Data-Printer-[0-9]*:../../devel/p5-Data-Printer
|
|
|
|
TEST_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
|
|
|
|
TEST_DEPENDS+= p5-Package-Constants-[0-9]*:../../devel/p5-Package-Constants
|
|
|
|
TEST_DEPENDS+= p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager
|
|
|
|
TEST_DEPENDS+= p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
|
|
|
|
TEST_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
|
2015-04-30 06:51:02 +02:00
|
|
|
|
2011-08-16 10:30:16 +02:00
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Git/CPAN/Patch/.packlist
|
|
|
|
|
2010-07-12 00:41:59 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|