pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Git-Repository Update 1.306 to 1.312



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57260ced695c
branches:  trunk
changeset: 645704:57260ced695c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 01 12:34:55 2015 +0000

description:
Update 1.306 to 1.312
---------------------
1.312 Sun Aug 3 2014
    [ENHANCEMENTS] - test_repository() uses `git init-db` for init under older git
      versions (although the test suite hasn't yet been adapted to
      support really old versions of git)
    - fixed a typo in the error message for test_repository()
    [TESTS]
    - made some tests for failure a little more lax when looking for
      the "fatal:" string in the errput (i.e. look for it at the beginning
      of any line, not just the firts)
    [DOCUMENTATION]
    - various minor documentation improvements
    - the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section

1.311 Sun Mar 9 2014
    [ENHANCEMENTS]
    - avoid warnings from _is_git() when we get nothing out of "git"
    [DOCUMENTATION]
    - pod syntax fix
    - fix typo in Todd Rinaldo's name
    - acknowledge Nathan Nutter's help in designing the clone option
      to test_repository()

1.310 Fri Jan 17 2014
    [ENHANCEMENTS]
    - add support for a 'clone' option in test_repository()
    [DOCUMENTATION]
    - better document the test_repository() options
    - better document the options hash
    - make method names easier to link to throughout the documentation
    [TESTS]
    - tested against 350 versions of git (including all RC),
      from 1.5.0.rc0 to 1.8.5.3

1.309 Sat Nov 2 2013
    [TESTS]
    - replace use_ok by simply running perl -M$module -e1
    [DOCUMENTATION]
    - some guidelines for naming attributes in plugins
    [PACKAGING]
    - split Git::Repository::Plugin::Log and its supporting modules
      (Git::Repository::Log and Git::Repository::Log::Iterator) out
      in their own distribution (Git-Repository-Plugin-Log) as of
      version 1.309 of both distributions

1.308 Thu Aug 8 2013
    [ENHANCEMENTS]
    - require System-Command 1.103, since 1.102 was somewhat broken
    [DOCUMENTATION]
    - new tutorial item based on RT#87334

1.307 Fri Jul 26 2013
    [ENHANCEMENTS]
    - avoid creating zombie processes in _is_git
    - require the latest System-Command, as it properly works with
      FCGI, Plack et al.
    [DOCUMENTATION]
    - various minor documentation improvements

diffstat:

 devel/p5-Git-Repository/Makefile |  7 +++----
 devel/p5-Git-Repository/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r bab74c635e71 -r 57260ced695c devel/p5-Git-Repository/Makefile
--- a/devel/p5-Git-Repository/Makefile  Sun Feb 01 12:34:16 2015 +0000
+++ b/devel/p5-Git-Repository/Makefile  Sun Feb 01 12:34:55 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:57 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/01 12:34:55 mef Exp $
 
-DISTNAME=      Git-Repository-1.306
+DISTNAME=      Git-Repository-1.312
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Git/}
 
@@ -12,7 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      git-base-[0-9]*:../../devel/git-base
-DEPENDS+=      p5-System-Command>=1.100:../../devel/p5-System-Command
+DEPENDS+=      p5-System-Command>=1.103:../../devel/p5-System-Command
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Git/Repository/.packlist
diff -r bab74c635e71 -r 57260ced695c devel/p5-Git-Repository/distinfo
--- a/devel/p5-Git-Repository/distinfo  Sun Feb 01 12:34:16 2015 +0000
+++ b/devel/p5-Git-Repository/distinfo  Sun Feb 01 12:34:55 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/07/02 14:51:34 wen Exp $
+$NetBSD: distinfo,v 1.7 2015/02/01 12:34:55 mef Exp $
 
-SHA1 (Git-Repository-1.306.tar.gz) = 36e4c65876e94c74f8706a0e2855ae3f21c92c61
-RMD160 (Git-Repository-1.306.tar.gz) = 2e3a7a3e46399e2c8d64345b9a8134e30d383384
-Size (Git-Repository-1.306.tar.gz) = 54733 bytes
+SHA1 (Git-Repository-1.312.tar.gz) = 6f453b7820c1b1524f096308ac36bc1ab2a14117
+RMD160 (Git-Repository-1.312.tar.gz) = 08fb13ed75a7d937d0dad94d9f7462bbd845d4c0
+Size (Git-Repository-1.312.tar.gz) = 47012 bytes



Home | Main Index | Thread Index | Old Index