Received: by mail.netbsd.org (Postfix, from userid 605) id 7458B84D68; Sat, 10 Feb 2024 10:03:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559410; bh=MetdVBmdcoBSPtQnyaHQR/Hewbpkw99t85kDeigOT+g=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=YaMnHI4KtfaZOUpgxGdNMxz7X/IY+Au3cjCR8DApekBL2l5ke/6Hu5E2mirdI4RK8 sEUGfmad1SrX/fh1iOKzwgK9MJuND9IcGg8mOj9E5wAwUShWe2hJ0opAyjzvDSP5PV jF5v7bhWt03FYqXdRrgZPBx1uHOiUZnUVw62rw1Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6617284CFA for ; Sat, 10 Feb 2024 10:03:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z2qFtsKLib-D for ; Sat, 10 Feb 2024 10:03:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9D6584CD8 for ; Sat, 10 Feb 2024 10:03:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559408; bh=MetdVBmdcoBSPtQnyaHQR/Hewbpkw99t85kDeigOT+g=; h=Date:From:Subject:To:Reply-To; b=LRrLe6iTWerwDT3ZJxn01svKKfj2xoKzSpyVL4y87VxDstRu98GgVpZzEQPFRVBwi NZuMoEj8EFl8d4KkD6Qh3a4JXkhhK5hwee25vlNtFKKeUv2V4CAh3bpsE4QEN7HsSE UPKDFnf4kVsYo2hrM+olgkxMwkFBne1xD7AfZNBU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2151FA42; Sat, 10 Feb 2024 10:03:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707559408136600" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 10:03:28 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-chewing To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210100328.B2151FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707559408136600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 10:03:28 UTC 2024 Modified Files: pkgsrc/inputmethod/fcitx5-chewing: Makefile PLIST distinfo Log Message: inputmethod/fcitx5-chewing: Update to 5.1.1 Changelog: Cleanups. Update translations. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/fcitx5-chewing/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-chewing/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-chewing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707559408136600 Content-Disposition: inline Content-Length: 3185 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-chewing/Makefile diff -u pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.12 pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.13 --- pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.12 Wed Nov 8 13:19:44 2023 +++ pkgsrc/inputmethod/fcitx5-chewing/Makefile Sat Feb 10 10:03:28 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/11/08 13:19:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2024/02/10 10:03:28 ryoon Exp $ -DISTNAME= fcitx5-chewing-5.0.4 -PKGREVISION= 6 +DISTNAME= fcitx5-chewing-5.1.1 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-chewing/ EXTRACT_SUFX= .tar.xz @@ -13,11 +12,11 @@ LICENSE= gnu-gpl-v2 TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules -USE_CMAKE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config +.include "../../devel/cmake/build.mk" .include "../../inputmethod/fcitx5/buildlink3.mk" .include "../../inputmethod/libchewing/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/inputmethod/fcitx5-chewing/PLIST diff -u pkgsrc/inputmethod/fcitx5-chewing/PLIST:1.1 pkgsrc/inputmethod/fcitx5-chewing/PLIST:1.2 --- pkgsrc/inputmethod/fcitx5-chewing/PLIST:1.1 Sat Feb 20 21:25:47 2021 +++ pkgsrc/inputmethod/fcitx5-chewing/PLIST Sat Feb 10 10:03:28 2024 @@ -1,7 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:25:47 ryoon Exp $ -lib/fcitx5/chewing.so +@comment $NetBSD: PLIST,v 1.2 2024/02/10 10:03:28 ryoon Exp $ +lib/fcitx5/libchewing.so share/fcitx5/addon/chewing.conf share/fcitx5/inputmethod/chewing.conf +share/icons/hicolor/16x16/apps/fcitx-chewing.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-chewing.png +share/icons/hicolor/22x22/apps/fcitx-chewing.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-chewing.png +share/icons/hicolor/24x24/apps/fcitx-chewing.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-chewing.png share/icons/hicolor/48x48/apps/fcitx-chewing.png share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-chewing.png share/locale/ca/LC_MESSAGES/fcitx5-chewing.mo Index: pkgsrc/inputmethod/fcitx5-chewing/distinfo diff -u pkgsrc/inputmethod/fcitx5-chewing/distinfo:1.4 pkgsrc/inputmethod/fcitx5-chewing/distinfo:1.5 --- pkgsrc/inputmethod/fcitx5-chewing/distinfo:1.4 Tue Oct 26 10:49:31 2021 +++ pkgsrc/inputmethod/fcitx5-chewing/distinfo Sat Feb 10 10:03:28 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:49:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/02/10 10:03:28 ryoon Exp $ -BLAKE2s (fcitx5-chewing-5.0.4.tar.xz) = ef55bc585d74873606c69a9e499a24cb4d827b2f42465e1c321577ab9b30978f -SHA512 (fcitx5-chewing-5.0.4.tar.xz) = 8ca9649ec06555f40617c01b185ef73f3749ff2b79215e11cbdad5d0e0bbc7697af3310c1d91aa4cfe6c50e25a2586f3f7b707f0c7f4f619ad6faa1acad57cf1 -Size (fcitx5-chewing-5.0.4.tar.xz) = 18520 bytes +BLAKE2s (fcitx5-chewing-5.1.1.tar.xz) = ece11b1fdfdfecb1bf1a8469115d31084b25ccc5263329ce6a59d7e1aef0f507 +SHA512 (fcitx5-chewing-5.1.1.tar.xz) = 48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553 +Size (fcitx5-chewing-5.1.1.tar.xz) = 23948 bytes --_----------=_1707559408136600--