git: faee0d9160fb - main - devel/rubygem-pdk: Remove EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 05:36:50 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=faee0d9160fbd136cb4fc4c0c0883cb8f44b8682 commit faee0d9160fbd136cb4fc4c0c0883cb8f44b8682 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-06-07 05:30:47 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-06-07 05:36:23 +0000 devel/rubygem-pdk: Remove EXPIRATION_DATE As is explained in commit message of 57277255058f, I didn't intend to set EXPIRATION_DATE. Reported by: kai Fixes: 57277255058f --- devel/rubygem-pdk/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/rubygem-pdk/Makefile b/devel/rubygem-pdk/Makefile index 4ccb60656046..f30e5a138f03 100644 --- a/devel/rubygem-pdk/Makefile +++ b/devel/rubygem-pdk/Makefile @@ -12,7 +12,6 @@ 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