Update to 1.302
Upstream changes: 1.302 Fri Mar 1 2013 [ENHANCEMENTS] - Git::Repository::Plugin::Log is now able to parse commits with completely empty log messages - Git::Repository::Plugin::Log is now able to parse commits containing multiline headers (like gpgsig and mergetag) 1.301 Mon Jan 21 2013 [DEPRECATION] - the following Git::Repository methods are obsolete, and will die when called: create, wc_path, repo_path - the following parameters to Git::Repository->new are obsolete, and will cause the constructor to die: repository, working_copy [PACKAGING] - switch to Dist::Zilla for maintaining the distribution 1.300 Mon Jan 7 2013 [ENHANCEMENTS] - fixed support for overloaded objects (e.g. Path::Class objects) in Git::Repository::Command (RT #82373) - fixed Git::Repository::Log::Iterator to work with older gits when disabling colored output (thanks to Dominic Humphries) - fixed some cases where Git::Repository::Command and Git::Repository new() methods ignored some of their parameters. They now die when passed ambiguous or unexpected parameters. (follow-up of RT #82373, thanks to Michael G. Schwern) 1.29 Tue Dec 4 2012 [ENHANCEMENTS] - added support for callbacks in run() [DOCUMENTATION] - minor documentation improvements 1.28 Sun Nov 4 2012 [ENHANCEMENTS] - disabled colored output from logs in Git::Repository::Log::Iterator - wc_path() and repo_path() accessors are deprecated and now warn - improved the inter-documentation links by liberal use of L<> [TESTS] - ignore commit hooks that may be included with templates (RT #80593) - test for quiet won't fail if no identity is defined (RT #80321)
This commit is contained in:
parent
fa081fe043
commit
0b7371071f
2 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/10/31 11:18:16 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/03/04 13:00:26 wen Exp $
|
||||
|
||||
DISTNAME= Git-Repository-1.27
|
||||
DISTNAME= Git-Repository-1.302
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
||||
|
@ -10,14 +10,11 @@ HOMEPAGE= http://search.cpan.org/dist/Git-Repository/
|
|||
COMMENT= Perl interface to Git repositories
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
|
||||
DEPENDS+= p5-System-Command>=1.05:../../devel/p5-System-Command
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Git/Repository/.packlist
|
||||
PERL5_MODY_TYPE= Module::Build
|
||||
|
||||
USE_TOOLS+= perl
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/10/23 14:03:11 wen Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/03/04 13:00:26 wen Exp $
|
||||
|
||||
SHA1 (Git-Repository-1.27.tar.gz) = b31d6361d944415917c942828ac9e839ec4470d5
|
||||
RMD160 (Git-Repository-1.27.tar.gz) = e0cf940b77a78a48f8ab017868eb0fcc86e7bc07
|
||||
Size (Git-Repository-1.27.tar.gz) = 44597 bytes
|
||||
SHA1 (Git-Repository-1.302.tar.gz) = 9721e8960503470235fc7095b81eb7d990a61187
|
||||
RMD160 (Git-Repository-1.302.tar.gz) = 81b8dab5c1f64d2cb416132885e1b27f45936593
|
||||
Size (Git-Repository-1.302.tar.gz) = 50078 bytes
|
||||
|
|
Loading…
Reference in a new issue