git: 57277255058f - main - devel/rubygem-pdk: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 04:58:56 UTC
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