Received: by mail.netbsd.org (Postfix, from userid 605) id 314D684DC3; Tue, 11 Feb 2020 02:38:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE39484DAB for ; Tue, 11 Feb 2020 02:38:38 +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 pruyKCH3y9u2 for ; Tue, 11 Feb 2020 02:38:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C42D84D22 for ; Tue, 11 Feb 2020 02:38:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3475EFBF4; Tue, 11 Feb 2020 02:38:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581388718281310" MIME-Version: 1.0 Date: Tue, 11 Feb 2020 02:38:38 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/grafx2 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200211023838.3475EFBF4@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. --_----------=_1581388718281310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Feb 11 02:38:38 UTC 2020 Modified Files: pkgsrc/graphics/grafx2: distinfo pkgsrc/graphics/grafx2/patches: patch-help.c Log Message: grafx2: Add upstream bug report URI to a patch To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/grafx2/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/grafx2/patches/patch-help.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581388718281310 Content-Disposition: inline Content-Length: 1608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/grafx2/distinfo diff -u pkgsrc/graphics/grafx2/distinfo:1.3 pkgsrc/graphics/grafx2/distinfo:1.4 --- pkgsrc/graphics/grafx2/distinfo:1.3 Mon Feb 10 13:08:10 2020 +++ pkgsrc/graphics/grafx2/distinfo Tue Feb 11 02:38:37 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2020/02/10 13:08:10 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2020/02/11 02:38:37 ryoon Exp $ SHA1 (grafx2-2.7.2950-src.tgz) = 126fa87c1bcd18af0215b24451828c37d6c45f31 RMD160 (grafx2-2.7.2950-src.tgz) = c9a2ca8c59d0229b296bb2eeac3293a7a2fbd679 SHA512 (grafx2-2.7.2950-src.tgz) = 1f13d17327b55d040cca63bf804f81ff2cc8a57ef6c3418d5da2e84c090b3c2b62ed348abfb95b50f11ceea80637477e8cfd3d277dfd5c8949fbdb7620098cec Size (grafx2-2.7.2950-src.tgz) = 1104406 bytes -SHA1 (patch-help.c) = 769082d899ee7e3e88fa789f59d26db723d7c8ee +SHA1 (patch-help.c) = 6b889198e644c1cf720956f1b2003032d09c1013 SHA1 (patch-main.c) = 3116bf8990994265132ce95fec1ca13a0b735912 SHA1 (patch-misc.c) = 19d9c3225babd1f62c14def892b77a8691edb0a6 Index: pkgsrc/graphics/grafx2/patches/patch-help.c diff -u pkgsrc/graphics/grafx2/patches/patch-help.c:1.2 pkgsrc/graphics/grafx2/patches/patch-help.c:1.3 --- pkgsrc/graphics/grafx2/patches/patch-help.c:1.2 Mon Feb 10 13:08:10 2020 +++ pkgsrc/graphics/grafx2/patches/patch-help.c Tue Feb 11 02:38:37 2020 @@ -1,6 +1,7 @@ -$NetBSD: patch-help.c,v 1.2 2020/02/10 13:08:10 ryoon Exp $ +$NetBSD: patch-help.c,v 1.3 2020/02/11 02:38:37 ryoon Exp $ Use statvfs on NetBSD. +https://gitlab.com/GrafX2/grafX2/-/merge_requests/274 --- help.c.orig 2020-02-06 21:01:27.000000000 +0000 +++ help.c --_----------=_1581388718281310--