Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 402861A921F for ; Thu, 2 Dec 2021 12:32:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0980184F06; Thu, 2 Dec 2021 12:32:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43A3784E8F for ; Thu, 2 Dec 2021 12:32:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nfQi6sO9Q3_7 for ; Thu, 2 Dec 2021 12:32:43 +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 B73BB84D74 for ; Thu, 2 Dec 2021 12:32:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B08D3FAEC; Thu, 2 Dec 2021 12:32:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638448363188730" MIME-Version: 1.0 Date: Thu, 2 Dec 2021 12:32:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/graphviz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211202123243.B08D3FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638448363188730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 2 12:32:43 UTC 2021 Modified Files: pkgsrc/graphics/graphviz: Makefile distinfo Log Message: graphviz: updated to 2.49.3 2.49.3 Fixed - gvpr "split", "tokens", and "index" functions produce incorrect results 2138. This was a regression that occurred between 2.47.1 and 2.47.2. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 pkgsrc/graphics/graphviz/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/graphviz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638448363188730 Content-Disposition: inline Content-Length: 1851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphviz/Makefile diff -u pkgsrc/graphics/graphviz/Makefile:1.239 pkgsrc/graphics/graphviz/Makefile:1.240 --- pkgsrc/graphics/graphviz/Makefile:1.239 Fri Nov 12 14:14:14 2021 +++ pkgsrc/graphics/graphviz/Makefile Thu Dec 2 12:32:43 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.239 2021/11/12 14:14:14 nia Exp $ +# $NetBSD: Makefile,v 1.240 2021/12/02 12:32:43 adam Exp $ -DISTNAME= graphviz-2.49.2 +DISTNAME= graphviz-2.49.3 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/graphviz/graphviz/-/archive/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/graphviz/distinfo diff -u pkgsrc/graphics/graphviz/distinfo:1.68 pkgsrc/graphics/graphviz/distinfo:1.69 --- pkgsrc/graphics/graphviz/distinfo:1.68 Tue Oct 26 10:46:17 2021 +++ pkgsrc/graphics/graphviz/distinfo Thu Dec 2 12:32:43 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.68 2021/10/26 10:46:17 nia Exp $ +$NetBSD: distinfo,v 1.69 2021/12/02 12:32:43 adam Exp $ -BLAKE2s (graphviz-2.49.2.tar.bz2) = c76589658078461b71086f012fac16b37089fdc3353276e23dfc0e583d6e58bb -SHA512 (graphviz-2.49.2.tar.bz2) = 7e40c6b0e59b49c9b63e1be09a49fd591846075a3957ecb1d79a01e088932da980454ab52248af4e1e0fd3ef112b6b92f2db37b8ce152598aa16d4e6555847ea -Size (graphviz-2.49.2.tar.bz2) = 27415158 bytes +BLAKE2s (graphviz-2.49.3.tar.bz2) = 40c4f490a8bc990124631c47189d3f80f2c9a5913d8b4ccbf51e45970502fc56 +SHA512 (graphviz-2.49.3.tar.bz2) = 5d95f66d8a5d9b7e57763b98bcf74852a1c0ba671e3147060def738c7458d0ae9db5d8ba0ea7a811a8f92018a44cf38e849aa08dd384e9b6b39d90537b9a41a8 +Size (graphviz-2.49.3.tar.bz2) = 27419890 bytes SHA1 (patch-cmd_lefty_os_unix_io.c) = 48f91c79b97928b54ae24af59a9fea173f34dfe5 SHA1 (patch-config_config__perl.pl) = 85d535282a819c1055386244f7b520387d0ddbb1 SHA1 (patch-configure.ac) = 250105b7d21e16e0ad6ff77b291a969f4be86711 --_----------=_1638448363188730--