Received: by mail.netbsd.org (Postfix, from userid 605) id 4909484DB7; Wed, 19 Jun 2019 13:19:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE5DF84DC5 for ; Wed, 19 Jun 2019 13:19:03 +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 OV_k7r7DynAu for ; Wed, 19 Jun 2019 13:19:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52BCE84C85 for ; Wed, 19 Jun 2019 13:19:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C4BDFBF4; Wed, 19 Jun 2019 13:19:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560950343220390" MIME-Version: 1.0 Date: Wed, 19 Jun 2019 13:19:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/editors/xvile To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20190619131903.4C4BDFBF4@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. --_----------=_1560950343220390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jun 19 13:19:03 UTC 2019 Modified Files: pkgsrc/editors/xvile: PLIST Log Message: PR/54172 (editors/xvile) One missing PLIST entry should be fixed, Just add bin/vileget in PLIST. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/xvile/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560950343220390 Content-Disposition: inline Content-Length: 485 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xvile/PLIST diff -u pkgsrc/editors/xvile/PLIST:1.11 pkgsrc/editors/xvile/PLIST:1.12 --- pkgsrc/editors/xvile/PLIST:1.11 Fri Feb 15 19:50:52 2019 +++ pkgsrc/editors/xvile/PLIST Wed Jun 19 13:19:03 2019 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.11 2019/02/15 19:50:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2019/06/19 13:19:03 mef Exp $ bin/lxvile bin/lxvile-fonts bin/uxvile +bin/vileget bin/xshell.sh bin/xvile bin/xvile-libdir-path --_----------=_1560950343220390--