aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 09:58:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 12:51:15 +0000
commit8b842bf9a4263bb8d05684363c817d4e7c89f09c (patch)
treeb931a2afa48632264004df82ef6ab64a88dad99b
parent57262feb3b07c1335ce53f2b4914aceb68faf390 (diff)
downloadports-8b842bf9a4263bb8d05684363c817d4e7c89f09c.tar.gz
ports-8b842bf9a4263bb8d05684363c817d4e7c89f09c.zip
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
-rw-r--r--archivers/rubygem-bzip2-ruby/Makefile6
1 files changed, 6 insertions, 0 deletions
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 ))