Received: by mail.netbsd.org (Postfix, from userid 605) id 9083784EBF; Sat, 10 Feb 2024 12:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567017; bh=5h2ixw565r8UJScyL0KqW767q4WSIVuwtxzkQSC0itc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Dbh1IlxQrEAas+P78nd6jbjc8x9oC6Iwf/+8mktr65CrUvi2LYWIYhfRZOdhhTlLi wpLLmMrXRtmgYAei5Z+EmJCK688dyBwjWVjc7ZcQWnxCbb1mVnb1Snvp2LOTef5A89 0YP/liKQU6OYLl4sZ8zfycgXNcjCXL78077IRIW0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8088284D6C for ; Sat, 10 Feb 2024 12:10:16 +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 zgMExbBu0NKZ for ; Sat, 10 Feb 2024 12:10:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DD02184D00 for ; Sat, 10 Feb 2024 12:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567015; bh=5h2ixw565r8UJScyL0KqW767q4WSIVuwtxzkQSC0itc=; h=Date:From:Subject:To:Reply-To; b=WT3HwyTjgw3Ux9KwJ3+EM2qHAjbOGYJJZ4Biq5Hip8wEqnz/rtMWaVRC6/oFhMroN uoRyY7EwXSQpRmi4QEnfBqUudsfCXk2f+3Gvby18hSSuzYImKaskmTmf6ifL3ioxyK syvdYtPqr8n219N92qswYOr9yWOEk2GjIQjY/Vek= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D75B7FA42; Sat, 10 Feb 2024 12:10:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707567015280830" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 12:10:15 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-m17n To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210121015.D75B7FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707567015280830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 12:10:15 UTC 2024 Modified Files: pkgsrc/inputmethod/fcitx5-m17n: Makefile PLIST distinfo Log Message: inputmethod/fcitx5-m17n: Update to 5.1.0 Changelog: Update translations. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/fcitx5-m17n/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-m17n/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-m17n/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707567015280830 Content-Disposition: inline Content-Length: 2951 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-m17n/Makefile diff -u pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.17 pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.18 --- pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.17 Sun Nov 12 13:22:25 2023 +++ pkgsrc/inputmethod/fcitx5-m17n/Makefile Sat Feb 10 12:10:15 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2023/11/12 13:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2024/02/10 12:10:15 ryoon Exp $ -DISTNAME= fcitx5-m17n-5.0.3 -PKGREVISION= 12 +DISTNAME= fcitx5-m17n-5.1.0 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-m17n/ EXTRACT_SUFX= .tar.xz @@ -13,11 +12,11 @@ LICENSE= gnu-lgpl-v2.1 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 "../../devel/m17n-lib/buildlink3.mk" .include "../../inputmethod/fcitx5/buildlink3.mk" .include "../../textproc/fmtlib/buildlink3.mk" Index: pkgsrc/inputmethod/fcitx5-m17n/PLIST diff -u pkgsrc/inputmethod/fcitx5-m17n/PLIST:1.1 pkgsrc/inputmethod/fcitx5-m17n/PLIST:1.2 --- pkgsrc/inputmethod/fcitx5-m17n/PLIST:1.1 Sat Feb 20 21:41:08 2021 +++ pkgsrc/inputmethod/fcitx5-m17n/PLIST Sat Feb 10 12:10:15 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:41:08 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/02/10 12:10:15 ryoon Exp $ lib/fcitx5/m17n.so share/fcitx5/addon/m17n.conf share/fcitx5/m17n/default @@ -10,6 +10,7 @@ share/locale/ja/LC_MESSAGES/fcitx5-m17n. share/locale/ko/LC_MESSAGES/fcitx5-m17n.mo share/locale/ru/LC_MESSAGES/fcitx5-m17n.mo share/locale/tr/LC_MESSAGES/fcitx5-m17n.mo +share/locale/vi/LC_MESSAGES/fcitx5-m17n.mo share/locale/zh_CN/LC_MESSAGES/fcitx5-m17n.mo share/locale/zh_TW/LC_MESSAGES/fcitx5-m17n.mo share/metainfo/org.fcitx.Fcitx5.Addon.M17N.metainfo.xml Index: pkgsrc/inputmethod/fcitx5-m17n/distinfo diff -u pkgsrc/inputmethod/fcitx5-m17n/distinfo:1.3 pkgsrc/inputmethod/fcitx5-m17n/distinfo:1.4 --- pkgsrc/inputmethod/fcitx5-m17n/distinfo:1.3 Tue Oct 26 10:49:32 2021 +++ pkgsrc/inputmethod/fcitx5-m17n/distinfo Sat Feb 10 12:10:15 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:49:32 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/02/10 12:10:15 ryoon Exp $ -BLAKE2s (fcitx5-m17n-5.0.3.tar.xz) = 768a9f798e3bb81749a8f879810ce7c4231f4e56db1823715e18957f21def4e9 -SHA512 (fcitx5-m17n-5.0.3.tar.xz) = 405de270efbe3144d4ae4eb3c0c3090c183eb6dc15c231d45693038f91750617b1ca43946306262ea49a7554708f7415f2efe40e627396aba7c2a5aefabb7922 -Size (fcitx5-m17n-5.0.3.tar.xz) = 20932 bytes +BLAKE2s (fcitx5-m17n-5.1.0.tar.xz) = 48e0d2c141ce0a71e65cb6fe4d0f3332871db2c4657e6bc3acee4c527e65a295 +SHA512 (fcitx5-m17n-5.1.0.tar.xz) = a28a170ba62edc9b6e225f5ff6d76c8d7333006429a6d496abd2b7b49a9f82e01a2ebfdd670609c96529bbee36a01fb1937abfab745f1d3f3a4f196f3b9fc3df +Size (fcitx5-m17n-5.1.0.tar.xz) = 23996 bytes --_----------=_1707567015280830--