Received: by mail.netbsd.org (Postfix, from userid 605) id 48A8684D6F; Sun, 20 Sep 2020 07:44:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C606984D6D for ; Sun, 20 Sep 2020 07:44:23 +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 avBZB0CCOeSq for ; Sun, 20 Sep 2020 07:44:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4AD9B84D41 for ; Sun, 20 Sep 2020 07:44:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E266FB28; Sun, 20 Sep 2020 07:44:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600587863179370" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 07:44:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-GraphViz2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200920074423.3E266FB28@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. --_----------=_1600587863179370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 20 07:44:23 UTC 2020 Modified Files: pkgsrc/graphics/p5-GraphViz2: Makefile distinfo Log Message: p5-GraphViz2: update to 2.48. 2.48 2020-09-17 - updated graphviz URLs to current graphviz.org ones - use GitHub issue tracker To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-GraphViz2/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/p5-GraphViz2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600587863179370 Content-Disposition: inline Content-Length: 1811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-GraphViz2/Makefile diff -u pkgsrc/graphics/p5-GraphViz2/Makefile:1.16 pkgsrc/graphics/p5-GraphViz2/Makefile:1.17 --- pkgsrc/graphics/p5-GraphViz2/Makefile:1.16 Mon Aug 31 18:09:43 2020 +++ pkgsrc/graphics/p5-GraphViz2/Makefile Sun Sep 20 07:44:23 2020 @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2020/08/31 18:09:43 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2020/09/20 07:44:23 wiz Exp $ -DISTNAME= GraphViz2-2.47 +DISTNAME= GraphViz2-2.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz2/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/GraphViz2 Index: pkgsrc/graphics/p5-GraphViz2/distinfo diff -u pkgsrc/graphics/p5-GraphViz2/distinfo:1.4 pkgsrc/graphics/p5-GraphViz2/distinfo:1.5 --- pkgsrc/graphics/p5-GraphViz2/distinfo:1.4 Sun Feb 25 17:52:10 2018 +++ pkgsrc/graphics/p5-GraphViz2/distinfo Sun Sep 20 07:44:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/02/25 17:52:10 wiz Exp $ +$NetBSD: distinfo,v 1.5 2020/09/20 07:44:23 wiz Exp $ -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 +SHA1 (GraphViz2-2.48.tar.gz) = b90bb576d6e9ded67ea8bc481b16b97f42f88a3e +RMD160 (GraphViz2-2.48.tar.gz) = a10e62427e03ed632b0da08a4c3a508e5aadf3a6 +SHA512 (GraphViz2-2.48.tar.gz) = b4ccee0062bc8645ae7926b7d7bda2d5605655a44c428ff1c5ddfaa2c70a62c6e86381e315c31b597d0606d2101c7ac97b9a07367a2b3040feff37fb0b5bd414 +Size (GraphViz2-2.48.tar.gz) = 230826 bytes --_----------=_1600587863179370--