Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0Axdn648; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yiwcC0+j Received: by mail.netbsd.org (Postfix, from userid 605) id 1D04C84D96; Sat, 11 May 2024 11:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715426144; bh=RMo/mvmwfqatbMcX71hXVTjFoF+JDaUHYU4Rg/ifqP8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0Axdn648bJPUDBRt8rN/aaY1+hnnA6t6Tsz47XN+OCVAnNiAneUPuQLHwqjNnDvJ5 VsmNMKdps+gzWjGQoFZPNmH41PH02Ik2eo/ftZNKXVCQo1q7J07X427rBjmVfzMX1C IH99st/vJ5aiUUithbRZyKMqIUQtOUgQrblap8iM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D77984D82 for ; Sat, 11 May 2024 11:15:43 +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 cXRIlxU3xVJs for ; Sat, 11 May 2024 11:15:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F8C084CC9 for ; Sat, 11 May 2024 11:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715426142; bh=RMo/mvmwfqatbMcX71hXVTjFoF+JDaUHYU4Rg/ifqP8=; h=Date:From:Subject:To:Reply-To; b=yiwcC0+j6RR25YY3DGGNQhM6NC60ttKWY0QHdtLiGZcP5sShgY4xOjVch3uf6Z+Ro mE8lXT3I9Oo9SzLzceLg1Ujbe0sPZfX8OOsIcETndP7KA0YWUDsWAbqEsJPB8/zLP3 O9Zh9MCtgTMhXrEYuMr87ZIElafuBf820hHUlDjE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59D6AFA2C; Sat, 11 May 2024 11:15:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715426142201750" MIME-Version: 1.0 Date: Sat, 11 May 2024 11:15:42 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/editors/vim-lang To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20240511111542.59D6AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715426142201750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Sat May 11 11:15:42 UTC 2024 Modified Files: pkgsrc/editors/vim-lang: PLIST Log Message: Update PLIST To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/vim-lang/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715426142201750 Content-Disposition: inline Content-Length: 927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-lang/PLIST diff -u pkgsrc/editors/vim-lang/PLIST:1.31 pkgsrc/editors/vim-lang/PLIST:1.32 --- pkgsrc/editors/vim-lang/PLIST:1.31 Sat Sep 16 12:21:18 2023 +++ pkgsrc/editors/vim-lang/PLIST Sat May 11 11:15:42 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2023/09/16 12:21:18 rhialto Exp $ +@comment $NetBSD: PLIST,v 1.32 2024/05/11 11:15:42 morr Exp $ man/da.ISO8859-1/man1/ex.1 man/da.ISO8859-1/man1/rview.1 man/da.ISO8859-1/man1/rvim.1 @@ -250,6 +250,7 @@ share/vim/${VIM_SUBDIR}/lang/es/LC_MESSA share/vim/${VIM_SUBDIR}/lang/fi/LC_MESSAGES/vim.mo share/vim/${VIM_SUBDIR}/lang/fr/LC_MESSAGES/vim.mo share/vim/${VIM_SUBDIR}/lang/ga/LC_MESSAGES/vim.mo +share/vim/${VIM_SUBDIR}/lang/hu/LC_MESSAGES/vim.mo share/vim/${VIM_SUBDIR}/lang/it/LC_MESSAGES/vim.mo share/vim/${VIM_SUBDIR}/lang/ja.euc-jp/LC_MESSAGES/vim.mo share/vim/${VIM_SUBDIR}/lang/ja.sjis/LC_MESSAGES/vim.mo --_----------=_1715426142201750--