From nobody Thu Apr 11 13:08:55 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VFg5031B4z5HPNX for ; Thu, 11 Apr 2024 13:09:08 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VFg4y1Nq9z56Zm; Thu, 11 Apr 2024 13:09:06 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp designates 153.125.133.21 as permitted sender) smtp.mailfrom=junchoon@dec.sakura.ne.jp Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 43BD8uVs027546; Thu, 11 Apr 2024 22:08:56 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 11 Apr 2024 22:08:55 +0900 From: Tomoaki AOKI To: Li-Wen Hsu Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 762217a6dd75 - main - editors/libreoffice: Update to 24.2.2 Message-Id: <20240411220855.4379992ff5d5e7f5d2786c68@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: dev-commits-ports-main+owner@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [0.41 / 15.00]; THREAD_HIJACKING_FROM_INJECTOR(2.00)[]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994]; NEURAL_HAM_SHORT(-0.95)[-0.947]; NEURAL_HAM_MEDIUM(-0.95)[-0.946]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; RCVD_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; DMARC_NA(0.00)[sakura.ne.jp]; R_DKIM_NA(0.00)[]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4VFg4y1Nq9z56Zm Hi. Langpacks are unfetchable, due to mis-spelling. All LibreOffice_24.2.2.2_Linux_x86-64_deb_langpack_*.tar.gz in each distinfo should be LibreOffice_24.2.2_Linux_x86-64_deb_langpack_*.tar.gz respectively. For example, japanese/libreoffice encounteres errors below. # make DISABLE_VULNERABILITIES=yes fetch-recursive ===> Fetching all distfiles for ja-libreoffice-24.2.2.2 and dependencies ===> License LGPL3+ MPL20 accepted by the user ===> ja-libreoffice-24.2.2.2 depends on file: /usr/local/sbin/pkg - found => libreoffice/i18n/LibreOffice_24.2.2_Linux_x86-64_deb_langpack_ja.tar.gz is not in /usr/ports/japanese/libreoffice/distinfo. => Either /usr/ports/japanese/libreoffice/distinfo is out of date, or => libreoffice/i18n/LibreOffice_24.2.2_Linux_x86-64_deb_langpack_ja.tar.gz is spelled incorrectly. *** Error code 1 Stop. make[1]: stopped in /usr/ports/japanese/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/japanese/libreoffice Regards. > From: Li-Wen Hsu > Date: Thu, 11 Apr 2024 08:15:50 UTC > > The branch main has been updated by lwhsu: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=762217a6dd7572ca63ef8a3b7371d06489060d10 > > commit 762217a6dd7572ca63ef8a3b7371d06489060d10 > Author: Li-Wen Hsu > AuthorDate: 2024-04-11 08:14:56 +0000 > Commit: Li-Wen Hsu > CommitDate: 2024-04-11 08:14:56 +0000 > > editors/libreoffice: Update to 24.2.2 > > TDF blog: > https://blog.documentfoundation.org/blog/2024/03/28/libreoffice-24-2-2-and-7-6-6-community/ > Release notes: https://wiki.documentfoundation.org/ReleaseNotes/24.2 > Changelog: https://wiki.documentfoundation.org/Releases/24.2.2/RC1 > https://wiki.documentfoundation.org/Releases/24.2.2/RC2 > --- -- Tomoaki AOKI