Date: Wed, 7 Jun 2023 04:58:56 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: 57277255058f - main - devel/rubygem-pdk: Mark DEPRECATED Message-ID: <202306070458.3574wuF5037669@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=57277255058f4e04f584d321999ce5e68952923b commit 57277255058f4e04f584d321999ce5e68952923b Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-05-15 13:05:08 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-06-07 04:56:19 +0000 devel/rubygem-pdk: Mark DEPRECATED Broken with all supported Ruby versions. According to the feedback from maintainer, there is ongoing effort by upstream to add support of Ruby 3.x. So don't set EXPIRATION_DATE. PR: 271437 Approved by: maintainer --- devel/rubygem-pdk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/rubygem-pdk/Makefile b/devel/rubygem-pdk/Makefile index 36fe34e052d4..4ccb60656046 100644 --- a/devel/rubygem-pdk/Makefile +++ b/devel/rubygem-pdk/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/puppetlabs/pdk LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Broken with all supported Ruby versions +EXPIRATION_DATE= 2023-06-30 BROKEN_RUBY30= yes BROKEN_RUBY31= yes BROKEN_RUBY32= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306070458.3574wuF5037669>