From nobody Wed Jul 02 23:09:15 2025 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 4bXbFH4p4jz60clt for ; Wed, 02 Jul 2025 23:09:23 +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 4bXbFG4G6Kz3FM6; Wed, 02 Jul 2025 23:09:22 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (124-18-43-114.area1c.commufa.jp [124.18.43.114]) (authenticated bits=0) by www121.sakura.ne.jp (8.18.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 562N9Gko041958; Thu, 3 Jul 2025 08:09:17 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1751497757; bh=oADI80Y9dYjABLoCeJS8nAejmib2yZKW6PWpHUAofgI=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=G1YXzlGuSjoFd9M+w7Fruhe9rCmQ10+tXapZEhecAi1KKTV5sQ56ymdJhtP1wIrIa lcBMYte2CG0ZYVlKepsjOT/QYDBV6O9ZG7a/cDCv4kAhLP2CIKewKOogtYjGPCZXnx UMDF+eWgOkjVjSAOuX943hF/vyM71xrzpxDhg/5o= Date: Thu, 3 Jul 2025 08:09:15 +0900 From: Tomoaki AOKI To: Matthias Andree Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 63fc4ff50274 - main - MOVED: mark filesystems/e2fsprogs-libblkid and misc/e2fsprogs-libuuid removed. Message-Id: <20250703080915.e219fd9249d7894d3e81188d@dec.sakura.ne.jp> In-Reply-To: <3b1dea25-20dc-4f6f-8794-e4cbe24eecb6@FreeBSD.org> References: <20250701234500.f701dab61c2c57ca9e26f092@dec.sakura.ne.jp> <3b1dea25-20dc-4f6f-8794-e4cbe24eecb6@FreeBSD.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.3) 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4bXbFG4G6Kz3FM6 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] On Wed, 2 Jul 2025 17:52:24 +0200 Matthias Andree wrote: > Am 01.07.25 um 16:45 schrieb Tomoaki AOKI: > > Hi. > > > > Shouldn't these contain alternative noted at last field in > > the 2nd field? > > > > For example, misc/e2fsprogs-libuuid|misc/libuuid|2025-06-30|... > > > > Regards. > > > > > >> The branch main has been updated by mandree: > >> > >> URL: > > https://cgit.FreeBSD.org/ports/commit/?id=63fc4ff5027426850d0e24e5c3c4a2619667fba3 > >> > >> commit 63fc4ff5027426850d0e24e5c3c4a2619667fba3 > >> Author: Matthias Andree > >> AuthorDate: 2025-06-28 08:08:52 +0000 > >> Commit: Matthias Andree > >> CommitDate: 2025-06-30 14:59:52 +0000 > >> > >> MOVED: mark filesystems/e2fsprogs-libblkid and misc/e2fsprogs-libuuid removed. > >> > >> PR: 251489 > >> PR: 257070 > >> --- > >> MOVED | 2 ++ > >> 1 file changed, 2 insertions(+) > >> > >> diff --git a/MOVED b/MOVED > >> index f9e37d06df74..242f961b7e34 100644 > >> --- a/MOVED > >> +++ b/MOVED > >> @@ -4616,3 +4616,5 @@ devel/py-openapi-codec|devel/py-openapi-core| > > 2025-06-30|Has expired: Upstream ar > >> devel/linenoise-ng||2025-06-30|Has expired: Upstream repo archived Oct 28, 2020 > >> devel/libflatarray||2025-06-30|Has expired: Last activity from upstream 5 years ago and > > last release in 2016 > >> devel/bogofilter-bdb||2025-06-30|Has expired: The Berkeley DB interface is obsolete. Read UPDATING and use one of the > > other devel/bogofilter* ports instead > >> +misc/e2fsprogs-libuuid||2025-06-30|Use misc/libuuid (from util-linux) instead > >> +filesystems/e2fsprogs-libblkid||2025-06-30|Use filesystems/libblkid (from util-linux) instead > > > They are not the same but yes, I should add them. Thanks for the hint. > > -- > Matthias Andree > FreeBSD ports committer Thanks. Confirmed commit 6bb1645dc2a2a3c27f4a004f7aecc0b192a39f96, but still missing alternative for filesystems/e2fsprogs-libblkid. Isn't it filesystems/libblkid wrt previous description? Thanks in advance! -- Tomoaki AOKI