Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 74BA11A9246 for ; Mon, 9 Nov 2020 23:48:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BB73784D8E; Mon, 9 Nov 2020 23:48:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 004EA84D39 for ; Mon, 9 Nov 2020 23:48:32 +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 dZc14qOslIfJ for ; Mon, 9 Nov 2020 23:48:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C62B84D02 for ; Mon, 9 Nov 2020 23:48:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4590CFB28; Mon, 9 Nov 2020 23:48:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604965711122080" MIME-Version: 1.0 Date: Mon, 9 Nov 2020 23:48:31 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/mate-terminal To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20201109234831.4590CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604965711122080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Nov 9 23:48:31 UTC 2020 Modified Files: pkgsrc/x11/mate-terminal: options.mk Log Message: mate-terminal: remove unused PLIST_VAR The skey option hasn't made a difference in PLIST content in some time. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mate-terminal/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604965711122080 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-terminal/options.mk diff -u pkgsrc/x11/mate-terminal/options.mk:1.1 pkgsrc/x11/mate-terminal/options.mk:1.2 --- pkgsrc/x11/mate-terminal/options.mk:1.1 Sat May 21 19:16:49 2016 +++ pkgsrc/x11/mate-terminal/options.mk Mon Nov 9 23:48:31 2020 @@ -1,16 +1,13 @@ -# $NetBSD: options.mk,v 1.1 2016/05/21 19:16:49 youri Exp $ +# $NetBSD: options.mk,v 1.2 2020/11/09 23:48:31 gutteridge Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mate-terminal PKG_SUPPORTED_OPTIONS= skey PKG_SUGGESTED_OPTIONS= skey -PLIST_VARS+= skey - .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mskey) CONFIGURE_ARGS+= --enable-skey -PLIST.skey= yes .else CONFIGURE_ARGS+= --disable-skey .endif --_----------=_1604965711122080--