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 (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af024b9680b0
branches:  trunk
changeset: 348029:af024b9680b0
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 05 13:30:47 2016 +0000

description:
(pkgsrc)
 - BUILD_DEPENDS+= added for make test
     p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
     p5-Test-Requires-Git-[0-9]*:../../devel/p5-Test-Requires-Git

(upstream)
 - Updated devel/p5-Git-Repository to 1.319
----------------------------------------
1.319 2016-05-18 BOOK
    [DEPRECATION]
    - The has_git() test function from Test::Git is now obsoleted by
      Test::Requires::Git. It will issue a warning for now, and will be
      removed in a future version.
    [DOCUMENTATION]
    - Added tutorial entry "Initialize a test repository with a bundle"
    - Updated the "Sort git versions" tutorial entry with Git::Version::Compare
    [TESTS]
    - Use Test::Requires::Git instead of has_git to check if git is available
    - Fix a number of failing tests related to an incorrect plan (oops)
      or local git commit hooks.

diffstat:

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

diffs (38 lines):

diff -r 0c9d97ed44e9 -r af024b9680b0 devel/p5-Git-Repository/Makefile
--- a/devel/p5-Git-Repository/Makefile  Sun Jun 05 13:20:25 2016 +0000
+++ b/devel/p5-Git-Repository/Makefile  Sun Jun 05 13:30:47 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/03/13 13:03:14 wen Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/05 13:30:47 mef Exp $
 
-DISTNAME=      Git-Repository-1.318
+DISTNAME=      Git-Repository-1.319
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Git/}
@@ -14,6 +14,10 @@
 DEPENDS+=      p5-System-Command>=1.103:../../devel/p5-System-Command
 DEPENDS+=      p5-Git-Version-Compare>=1.001:../../devel/p5-Git-Version-Compare
 
+# for make test
+BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+BUILD_DEPENDS+=        p5-Test-Requires-Git-[0-9]*:../../devel/p5-Test-Requires-Git
+
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Git/Repository/.packlist
 
diff -r 0c9d97ed44e9 -r af024b9680b0 devel/p5-Git-Repository/distinfo
--- a/devel/p5-Git-Repository/distinfo  Sun Jun 05 13:20:25 2016 +0000
+++ b/devel/p5-Git-Repository/distinfo  Sun Jun 05 13:30:47 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/03/13 13:03:14 wen Exp $
+$NetBSD: distinfo,v 1.12 2016/06/05 13:30:47 mef Exp $
 
-SHA1 (Git-Repository-1.318.tar.gz) = 01211fc12bb3f5c3761fcb3fdc85556e6356b6c4
-RMD160 (Git-Repository-1.318.tar.gz) = 8eed07d98fef9138823456a76eace41ea569510a
-SHA512 (Git-Repository-1.318.tar.gz) = 3e70b22ed25942abea8a6b42583ebd59a041db538e70d2d21f7b4a6a5e4d664898c7bf0095b160d43578e7be0812d871d2a104c3f629dfdc40a08b195bbe8836
-Size (Git-Repository-1.318.tar.gz) = 53573 bytes
+SHA1 (Git-Repository-1.319.tar.gz) = 2201927468e99e04a9358349988438656d3033f6
+RMD160 (Git-Repository-1.319.tar.gz) = 98a9854e0158b37cda4855458d8ca56a4a1ea2f3
+SHA512 (Git-Repository-1.319.tar.gz) = 1e31ed548c5294495bfcefaee11d95698259d4582c8a9be60b4c88348cb64bf35a9392dd7315531086a4269281ed8267d18f53242182db64fb8bd62ff1141e67
+Size (Git-Repository-1.319.tar.gz) = 54309 bytes



Home | Main Index | Thread Index | Old Index