----------------------------------------
(make test may fail on t/clone.t, but at least perl t/clone.t runs fine,
I presume it is not on the package, but on test mechanism).
----------------------------------------
2.3.0 2016-04-13
- perlcritic tweaks, add documentation, better die messages. (GH#32,
temp0)
[ ENHANCEMENTS ]
- 'git cpan import' now has options '--author_name' and
'--author_email' to force author to those values. (GH#31)
[ STATISTICS ]
- code churn: 8 files changed, 78 insertions(+), 45 deletions(-)
----------------------------------------
2.2.1 2016-02-06
[ BUG FIXES ]
- Test was failing if color.ui was set to always. (GH#29, reported by
grinnz)
[ STATISTICS ]
- code churn: 3 files changed, 24 insertions(+), 13 deletions(-)
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
- Add following line for make test
BUILD_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
BUILD_DEPENDS+= p5-Package-Constants-[0-9]*:../../devel/p5-Package-Constants
BUILD_DEPENDS+= p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager
BUILD_DEPENDS+= p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
- (Be careful, not all the dependent packages pass for 'make test', followings are suspect)
p5-MooseX-App-Cmd-0.31
git-base-2.5.1
p5-SQL-Abstract-Limit-0.14.1nb6
p5-IO-tty-1.12nb1
(upstream)
- Update 2.0.4 to 2.2.0
---------------------
2.2.0 2015-08-09
[ BUG FIXES ]
- Allow git to prompt user when calling sendemail (GH#25, Arthur Axel
fREW Schmidt)
- Tags were printed with the warning "at line blah". (GH#22)
[ ENHANCEMENTS ]
- Improve error message. (GH#24, frioux)
[ NEW FEATURES ]
- Store module name in config instead of relying on commit messages
(frioux, GH#26)
[ STATISTICS ]
- code churn: 8 files changed, 219 insertions(+), 438 deletions(-)
2.1.0 2015-06-01
[ ENHANCEMENTS ]
- Be a little more clever about finding out if the META repo is
git-based.
[ STATISTICS ]
- code churn: 3 files changed, 22 insertions(+), 4 deletions(-)
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
- Convert PERL5_MODULE_TYPE to default
- Add 5 of BUILD_DEPENDS for make test
(upstream)
- update to 2.0.4
---------------
2.0.4 2015-04-19
[BUG FIXES]
- Tests were failing because of space-sensitivity. (lharey, GH#21)
[ENHANCEMENTS]
- Move to MetaCPAN::Client. (GH#19)
[STATISTICS]
- code churn: 14 files changed, 233 insertions(+), 210 deletions(-)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
from 0.6.1 to 0.7.0.
pkgsrc changes:
- fix dependencies (see changelog of last commit - upstream dependencies
changed, adam@ forgot to adapt)
Upstream changes:
0.7.0 2011-11-12
[ENHANCEMENTS]
- 'git cpan-init' now accepts a '--vcs' argument
- new command 'git cpan-sources'
Pkgsrc changes:
- adjust dependencies with respect to the minimum version required
of the perl package
Upstream changes:
0.4.5 2010-08-16 19:30:23 America/Montreal
* fix --force documentation/error message/support for git-cpan-import.
Thanks to chocolateboy.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Packages Collection.
The Perl 5 module Git::CPAN::Patch provides a suite of git commands
aimed at making trivially easy the process of grabbing any distribution
off CPAN, stuffing it in a local git repository and, once gleeful
hacking has been perpetrated, sending back patches to its maintainer.