pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-GraphViz2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 17:52:10 UTC 2018

Modified Files:
        pkgsrc/graphics/p5-GraphViz2: Makefile distinfo

Log Message:
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 ...'.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/p5-GraphViz2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/p5-GraphViz2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/p5-GraphViz2/Makefile
diff -u pkgsrc/graphics/p5-GraphViz2/Makefile:1.11 pkgsrc/graphics/p5-GraphViz2/Makefile:1.12
--- pkgsrc/graphics/p5-GraphViz2/Makefile:1.11  Sun Sep 17 15:52:21 2017
+++ pkgsrc/graphics/p5-GraphViz2/Makefile       Sun Feb 25 17:52:10 2018
@@ -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 @@ DEPENDS+=     p5-XML-Tiny>=2.06:../../textpr
 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"

Index: pkgsrc/graphics/p5-GraphViz2/distinfo
diff -u pkgsrc/graphics/p5-GraphViz2/distinfo:1.3 pkgsrc/graphics/p5-GraphViz2/distinfo:1.4
--- pkgsrc/graphics/p5-GraphViz2/distinfo:1.3   Sun Sep 17 15:52:21 2017
+++ pkgsrc/graphics/p5-GraphViz2/distinfo       Sun Feb 25 17:52:10 2018
@@ -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