Date: Wed, 7 Jun 2023 04:58:59 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5f7a0c35dbd - main - textproc/rubygem-ferret: Mark DEPRECATED and set EXPIRATION_DATE Message-ID: <202306070458.3574wxIH037714@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5f7a0c35dbdc433afdaa63ccefc489b72feac38 commit a5f7a0c35dbdc433afdaa63ccefc489b72feac38 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-05-16 05:34:21 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-06-07 04:56:36 +0000 textproc/rubygem-ferret: Mark DEPRECATED and set EXPIRATION_DATE It is broken with all supported Ruby versions after the removal of lang/ruby27. While here, also mark BROKEN with Ruby 3.2 and 3.3. PR: 271445 Approved by: Maintainer timeout --- textproc/rubygem-ferret/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile index 1796ea7dded4..379e8e603a4e 100644 --- a/textproc/rubygem-ferret/Makefile +++ b/textproc/rubygem-ferret/Makefile @@ -10,10 +10,14 @@ WWW= https://github.com/jkraemer/ferret LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Broken with all supported Ruby versions +EXPIRATION_DATE= 2023-06-30 BROKEN_aarch64= fails to build: cannot determine target CPU BROKEN_riscv64= fails to build: cannot determine target CPU BROKEN_RUBY30= yes BROKEN_RUBY31= yes +BROKEN_RUBY32= yes +BROKEN_RUBY33= yes USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306070458.3574wxIH037714>