git: 767b02e78099 - main - Mk: unregister expired lang/ruby30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 10:39:01 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=767b02e7809986e98fe6bf095f356658404afc53
commit 767b02e7809986e98fe6bf095f356658404afc53
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-03-31 10:38:24 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-03-31 10:38:50 +0000
Mk: unregister expired lang/ruby30
---
Mk/Uses/ruby.mk | 11 ++---------
Mk/bsd.default-versions.mk | 2 +-
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk
index 8900de1ef1d9..1ebe6ad91524 100644
--- a/Mk/Uses/ruby.mk
+++ b/Mk/Uses/ruby.mk
@@ -144,13 +144,7 @@ RUBY?= ${LOCALBASE}/bin/ruby${RUBY_SUFFIX}
. if defined(RUBY_VER)
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-. if ${RUBY_VER} == 3.0
-#
-# Ruby 3.0
-#
-RUBY_DISTVERSION= 3.0.6
-RUBY_PORTREVISION= 1
-. elif ${RUBY_VER} == 3.1
+. if ${RUBY_VER} == 3.1
#
# Ruby 3.1
#
@@ -177,7 +171,7 @@ RUBY_PORTREVISION= 0
#
# Other versions
#
-IGNORE= Only ruby 3.0, 3.1, 3,2 and 3.3 are supported
+IGNORE= Only ruby 3.1, 3,2 and 3.3 are supported
_INVALID_RUBY_VER= 1
. endif
RUBY_PORTEPOCH= 1
@@ -186,7 +180,6 @@ RUBY_VERSION= ${RUBY_DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}
. if !defined(_INVALID_RUBY_VER)
-RUBY30?= "@comment "
RUBY31?= "@comment "
RUBY32?= "@comment "
RUBY33?= "@comment "
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 73bdfda972cd..e11573947579 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -138,7 +138,7 @@ PYCRYPTOGRAPHY_DEFAULT?= legacy
PYTHON_DEFAULT?= 3.9
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
-# Possible values: 3.0, 3.1, 3.2, 3.3
+# Possible values: 3.1, 3.2, 3.3
RUBY_DEFAULT?= 3.2
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust