Received: by mail.netbsd.org (Postfix, from userid 605) id 421AA84DC0; Sun, 17 Sep 2017 07:27:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9BD384D8C for ; Sun, 17 Sep 2017 07:27:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JOWJlLVf49-Q for ; Sun, 17 Sep 2017 07:27:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5643184D04 for ; Sun, 17 Sep 2017 07:27:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 517B5FA9A; Sun, 17 Sep 2017 07:27:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505633263175460" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 07:27:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-GraphViz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917072743.517B5FA9A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505633263175460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 07:27:43 UTC 2017 Modified Files: pkgsrc/graphics/p5-GraphViz: Makefile distinfo Log Message: p5-GraphViz: update to 2.24. 2.24 2016-12-27T10:58:00 - Test with Test::More V 1.001002 rather than V 1.302019, and all tests still pass. See RT#115236. Thanx to Kent Fredric for again (sorry!) prompting me over this. Lowering the version of Test::More in Makefile.PL is the only change in this version. 2.23 2016-12-21T08:00:00 - Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to Lisa Hare for a very well-crafted set of patches provided via github. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/p5-GraphViz/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/p5-GraphViz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505633263175460 Content-Disposition: inline Content-Length: 1717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-GraphViz/Makefile diff -u pkgsrc/graphics/p5-GraphViz/Makefile:1.37 pkgsrc/graphics/p5-GraphViz/Makefile:1.38 --- pkgsrc/graphics/p5-GraphViz/Makefile:1.37 Mon Jun 5 14:24:01 2017 +++ pkgsrc/graphics/p5-GraphViz/Makefile Sun Sep 17 07:27:43 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2017/06/05 14:24:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2017/09/17 07:27:43 wiz Exp $ -DISTNAME= GraphViz-2.22 +DISTNAME= GraphViz-2.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RS/RSAVAGE/} EXTRACT_SUFX= .tgz Index: pkgsrc/graphics/p5-GraphViz/distinfo diff -u pkgsrc/graphics/p5-GraphViz/distinfo:1.9 pkgsrc/graphics/p5-GraphViz/distinfo:1.10 --- pkgsrc/graphics/p5-GraphViz/distinfo:1.9 Sat Aug 13 00:50:13 2016 +++ pkgsrc/graphics/p5-GraphViz/distinfo Sun Sep 17 07:27:43 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/08/13 00:50:13 wen Exp $ +$NetBSD: distinfo,v 1.10 2017/09/17 07:27:43 wiz Exp $ -SHA1 (GraphViz-2.22.tgz) = f4aac4d1884e1b4adf77b75844baec5539a23b34 -RMD160 (GraphViz-2.22.tgz) = 38c356c1823f1e6f12e409b03d8075761e211971 -SHA512 (GraphViz-2.22.tgz) = 5c1f3353341f791508ab813cd3b6e17965caed76fc32b09b15d63aa260242f991cb3a7e8200778df71d31633636fb589b5aec9c3b4dc1ba9716581783b5e1bf3 -Size (GraphViz-2.22.tgz) = 94927 bytes +SHA1 (GraphViz-2.24.tgz) = dd974c1c4d920159bc34542fdc093f8905c54237 +RMD160 (GraphViz-2.24.tgz) = abddc26e1e391f4165da06546569c782e61d3c03 +SHA512 (GraphViz-2.24.tgz) = b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9 +Size (GraphViz-2.24.tgz) = 95475 bytes --_----------=_1505633263175460--