pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-GraphViz2 p5-GraphViz2: update to 2.47.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/788fbfed664d
branches:  trunk
changeset: 376030:788fbfed664d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 25 17:52:10 2018 +0000

description:
p5-GraphViz2: update to 2.47.

2.47  2018-02-23T10:06:00
        - Adopt github pull request from ThornyS, with thanx. This is part of CPAN via the PRC aka
                Pull Request Challenge.
        - Adjust tests in t/test_more_methods.t to work with BSD-based systems, and for systems
                which don't use '/' as a dir separator. As a consequence, running the tests no longer
                leaves test output files in t/.
        - Fix some code in Config.pm which triggered a warning from Perl which said:
                'panic: attempt to copy freed scalar ...'.

diffstat:

 graphics/p5-GraphViz2/Makefile |   6 ++++--
 graphics/p5-GraphViz2/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 2a0314d45c20 -r 788fbfed664d graphics/p5-GraphViz2/Makefile
--- a/graphics/p5-GraphViz2/Makefile    Sun Feb 25 17:46:01 2018 +0000
+++ b/graphics/p5-GraphViz2/Makefile    Sun Feb 25 17:52:10 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/09/17 15:52:21 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/02/25 17:52:10 wiz Exp $
 
-DISTNAME=      GraphViz2-2.46
+DISTNAME=      GraphViz2-2.47
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GraphViz2/}
@@ -41,5 +41,7 @@
 PERL5_PACKLIST=                auto/GraphViz2/.packlist
 USE_LANGUAGES=         # none
 
+# 2 test failures as of 2.47
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2a0314d45c20 -r 788fbfed664d graphics/p5-GraphViz2/distinfo
--- a/graphics/p5-GraphViz2/distinfo    Sun Feb 25 17:46:01 2018 +0000
+++ b/graphics/p5-GraphViz2/distinfo    Sun Feb 25 17:52:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/17 15:52:21 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/02/25 17:52:10 wiz Exp $
 
-SHA1 (GraphViz2-2.46.tgz) = 287f0612f9e2e10727c0b253d3ee9af4cdbd9cc4
-RMD160 (GraphViz2-2.46.tgz) = ae60772098d04308529202bc3a8ad568cd32a76a
-SHA512 (GraphViz2-2.46.tgz) = 8a3a0c8d1e31314fe29800b65186b583a869e868680b75f7360a23faa8d9d1f95bac99fee2d1a7ebfe10b4a950b3759ed3d895ae4420cb2265f1fe2ace5715d7
-Size (GraphViz2-2.46.tgz) = 231387 bytes
+SHA1 (GraphViz2-2.47.tgz) = 6de31400d516bd5fb1c5c38e4b72d673a2f50aa6
+RMD160 (GraphViz2-2.47.tgz) = 7e720a1cd2d4b168225856faf5ef70276a805c4c
+SHA512 (GraphViz2-2.47.tgz) = 6c5f7aa1f7e62d2431914b852a034ab5ddd553458b63bf9d6ae1cbae17990825661bbe5252d8f33babd2d1406bd43a24518af3e7f27868e0db159dd72cc6b0d3
+Size (GraphViz2-2.47.tgz) = 232466 bytes



Home | Main Index | Thread Index | Old Index