Received: by mail.netbsd.org (Postfix, from userid 605) id DD53984F3B; Tue, 25 Feb 2020 15:03:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6660D84F27 for ; Tue, 25 Feb 2020 15:03:29 +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 7f52oV79GX2O for ; Tue, 25 Feb 2020 15:03:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF90C84E59 for ; Tue, 25 Feb 2020 15:03:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9AF0FBF4; Tue, 25 Feb 2020 15:03:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582643008248720" MIME-Version: 1.0 Date: Tue, 25 Feb 2020 15:03:28 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200225150328.B9AF0FBF4@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. --_----------=_1582643008248720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Tue Feb 25 15:03:28 UTC 2020 Modified Files: pkgsrc/graphics/gimp: PLIST Log Message: Fix broken PLIST on Darwin. Apparently the installed location for gimp-debug-tool differs for Darwin versus other platforms. The Makefile included logic to define the location, but was not used in PLIST. This just adds the appropriate substitution into PLIST. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/gimp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582643008248720 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.68 pkgsrc/graphics/gimp/PLIST:1.69 --- pkgsrc/graphics/gimp/PLIST:1.68 Sat Nov 2 14:06:44 2019 +++ pkgsrc/graphics/gimp/PLIST Tue Feb 25 15:03:28 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.68 2019/11/02 14:06:44 nia Exp $ +@comment $NetBSD: PLIST,v 1.69 2020/02/25 15:03:28 brook Exp $ bin/gimp bin/gimp-2.10 bin/gimp-console @@ -379,7 +379,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 --_----------=_1582643008248720--