From nobody Wed Feb 28 09:15:56 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 4Tl7xt3QWZz5D02T for ; Wed, 28 Feb 2024 09:16:02 +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 4Tl7xq5S1vz4HCB; Wed, 28 Feb 2024 09:15:59 +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 41S9Fuox063458; Wed, 28 Feb 2024 18:15:56 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 28 Feb 2024 18:15:56 +0900 From: Tomoaki AOKI To: Moin Rahman Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: d0833d76bb57 - main - */ruby: Switch DEFAULT to 3.2 Message-Id: <20240228181556.ccbff846518283d5790df852@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: owner-dev-commits-ports-main@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 [1.24 / 15.00]; THREAD_HIJACKING_FROM_INJECTOR(2.00)[]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.997]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_SHORT(-0.06)[-0.064]; RCVD_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; RCVD_VIA_SMTP_AUTH(0.00)[]; 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: 4Tl7xq5S1vz4HCB Hi. There are no description about upgrading by anything other than pkg. Reading UPDATING, the previous entry for ruby at 20230315: points to 20190420 for instructions. But unfortunately, it's already trimmed at commit e83268eaaadc1cca0f2b8d69fd37dc442ed47173 [1] among others. Please resurrect this kind of directed instructions. I can track on cgit or local repo, but maybe not everyone can do so. (cgit is easier for these tasks.) [1] https://cgit.freebsd.org/ports/commit/UPDATING?id=e83268eaaadc1cca0f2b8d69fd37dc442ed47173 Regards. > The branch main has been updated by bofh: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=d0833d76bb573f8694627e82fe44e56df049d252 > > commit d0833d76bb573f8694627e82fe44e56df049d252 > Author: Muhammad Moinur Rahman > AuthorDate: 2024-02-28 08:05:29 +0000 > Commit: Muhammad Moinur Rahman > CommitDate: 2024-02-28 08:20:14 +0000 > > */ruby: Switch DEFAULT to 3.2 > > BREAKING CHANGES: > www/redmine50 will stop working. At the moment there is no redmine 5.1.X > in the tree. So users of redmine should utilize the following in their > relevant make.conf file: > DEFAULT_VERSIONS=ruby=3.1 > > PR: 244427 > Approved by: portmgr (exp-run) > --- -- Tomoaki AOKI