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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5826D7A1FA for ; Sun, 21 May 2017 09:12:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 094358557E; Sun, 21 May 2017 09:12:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EB7F8557B for ; Sun, 21 May 2017 09:12:35 +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 AmdR5HR2x4AI for ; Sun, 21 May 2017 09:12:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 245D184D04 for ; Sun, 21 May 2017 09:12:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2234EFBE4; Sun, 21 May 2017 09:12:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149535795591630" MIME-Version: 1.0 Date: Sun, 21 May 2017 09:12:35 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/uim To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170521091235.2234EFBE4@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. --_----------=_149535795591630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun May 21 09:12:35 UTC 2017 Modified Files: pkgsrc/inputmethod/uim: Makefile options.mk Log Message: Bump PKGREVISION from enabling gtk3 option by default To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/inputmethod/uim/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/inputmethod/uim/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149535795591630 Content-Disposition: inline Content-Length: 1505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/uim/Makefile diff -u pkgsrc/inputmethod/uim/Makefile:1.126 pkgsrc/inputmethod/uim/Makefile:1.127 --- pkgsrc/inputmethod/uim/Makefile:1.126 Sun Apr 30 01:21:47 2017 +++ pkgsrc/inputmethod/uim/Makefile Sun May 21 09:12:34 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.126 2017/04/30 01:21:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.127 2017/05/21 09:12:34 ryoon Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 39 +PKGREVISION= 40 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING Index: pkgsrc/inputmethod/uim/options.mk diff -u pkgsrc/inputmethod/uim/options.mk:1.32 pkgsrc/inputmethod/uim/options.mk:1.33 --- pkgsrc/inputmethod/uim/options.mk:1.32 Fri Dec 26 08:43:27 2014 +++ pkgsrc/inputmethod/uim/options.mk Sun May 21 09:12:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.32 2014/12/26 08:43:27 obache Exp $ +# $NetBSD: options.mk,v 1.33 2017/05/21 09:12:34 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.uim PKG_SUPPORTED_OPTIONS= anthy canna curl eb expat ffi gnome gnome3 gtk gtk3 m17nlib openssl prime sj3 sqlite uim-fep wnn4 xim @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS+= editline PKG_OPTIONS_OPTIONAL_GROUPS= kde qt PKG_OPTIONS_GROUP.kde= kde kde3 PKG_OPTIONS_GROUP.qt= qt qt3 -PKG_SUGGESTED_OPTIONS= anthy expat gtk prime uim-fep xim +PKG_SUGGESTED_OPTIONS= anthy expat gtk gtk3 prime uim-fep xim # Store installed modules UIM_MODULES= skk tutcode byeoru latin elatin xmload pyload \ --_----------=_149535795591630--