Received: by mail.netbsd.org (Postfix, from userid 605) id 7FE7C84D52; Thu, 28 Sep 2017 22:20:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 139A784CF0 for ; Thu, 28 Sep 2017 22:20:46 +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 BBQk_PA4cyNU for ; Thu, 28 Sep 2017 22:20:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7770B84C86 for ; Thu, 28 Sep 2017 22:20:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 714C3FA9C; Thu, 28 Sep 2017 22:20:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150663724550090" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 22:20:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/dupeguru To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170928222045.714C3FA9C@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. --_----------=_150663724550090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 28 22:20:45 UTC 2017 Modified Files: pkgsrc/sysutils/dupeguru: Makefile Log Message: dupeguru: remove orig for patched file to fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/dupeguru/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150663724550090 Content-Disposition: inline Content-Length: 900 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dupeguru/Makefile diff -u pkgsrc/sysutils/dupeguru/Makefile:1.2 pkgsrc/sysutils/dupeguru/Makefile:1.3 --- pkgsrc/sysutils/dupeguru/Makefile:1.2 Tue Sep 26 11:26:24 2017 +++ pkgsrc/sysutils/dupeguru/Makefile Thu Sep 28 22:20:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/26 11:26:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/28 22:20:45 wiz Exp $ DISTNAME= dupeguru-src-4.0.3 PKGNAME= ${DISTNAME:S/-src//} @@ -42,6 +42,7 @@ do-install: ${RM} -rf ${DESTDIR}${PREFIX}/share/dupeguru/send2trash ${LN} -s ${DESTDIR}${PREFIX}/share/dupeguru/run.py ${DESTDIR}${PREFIX}/bin/dupeguru ${INSTALL_DATA} ${WRKSRC}/build/dupeguru-arch/dupeguru.desktop ${DESTDIR}${PREFIX}/share/applications + ${RM} -f ${DESTDIR}${PREFIX}/share/dupeguru/qt/platform.py.orig .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" --_----------=_150663724550090--