Received: by mail.netbsd.org (Postfix, from userid 605) id A2B1684EFE; Fri, 1 Oct 2021 15:50:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDEC884D25 for ; Fri, 1 Oct 2021 15:50:14 +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 VOBhGYqa-8oO for ; Fri, 1 Oct 2021 15:50:14 +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 3F04A84CFC for ; Fri, 1 Oct 2021 15:50:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3815EFA97; Fri, 1 Oct 2021 15:50:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633103414252620" MIME-Version: 1.0 Date: Fri, 1 Oct 2021 15:50:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211001155014.3815EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633103414252620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 1 15:50:14 UTC 2021 Modified Files: pkgsrc/graphics/gimp: PLIST Log Message: gimp: restore GIMP_DEBUG_TOOL_DIR in PLIST To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/gimp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633103414252620 Content-Disposition: inline Content-Length: 710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gimp/PLIST diff -u pkgsrc/graphics/gimp/PLIST:1.76 pkgsrc/graphics/gimp/PLIST:1.77 --- pkgsrc/graphics/gimp/PLIST:1.76 Fri Oct 1 14:29:05 2021 +++ pkgsrc/graphics/gimp/PLIST Fri Oct 1 15:50:14 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.76 2021/10/01 14:29:05 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.77 2021/10/01 15:50:14 wiz Exp $ bin/gimp bin/gimp-2.10 bin/gimp-console @@ -380,7 +380,7 @@ lib/libgimpwidgets-2.0.la lib/pkgconfig/gimp-2.0.pc lib/pkgconfig/gimpthumb-2.0.pc lib/pkgconfig/gimpui-2.0.pc -libexec/gimp-debug-tool-2.0 +${GIMP_DEBUG_TOOL_DIR}/gimp-debug-tool-2.0 man/man1/gimp-2.10.1 man/man1/gimp-console-2.10.1 man/man1/gimp-console.1 --_----------=_1633103414252620--