git: 8b842bf9a426 - main - archivers/rubygem-bzip2-ruby: Mark BROKEN for ruby32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 12:51:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b842bf9a4263bb8d05684363c817d4e7c89f09c commit 8b842bf9a4263bb8d05684363c817d4e7c89f09c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 09:58:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 12:51:15 +0000 archivers/rubygem-bzip2-ruby: Mark BROKEN for ruby32 - Mark DEPRECATED as last upstream release was in 2010 - Utilize the newly added rubygem-bzip2-ffi - Set EXPIRATION_DATE 2025-03-31 or the EXPIRATION DATE of ruby31 PR: 276466 --- archivers/rubygem-bzip2-ruby/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archivers/rubygem-bzip2-ruby/Makefile b/archivers/rubygem-bzip2-ruby/Makefile index 0deef5a138af..439ae6269c72 100644 --- a/archivers/rubygem-bzip2-ruby/Makefile +++ b/archivers/rubygem-bzip2-ruby/Makefile @@ -11,8 +11,14 @@ WWW= https://github.com/brianmario/bzip2-ruby LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +DEPRECATED= Does not work with ruby32 +# Sync with the removal of ruby31 +EXPIRATION_DATE= 2025-03-31 + USES= gem +BROKEN_RUBY32= yes + .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))