git: 8fd85e6135eb - main - Mk/bsd.ruby.mk: Bump RUBY_PORTREVISION of Ruby 2.7 and 3.0
Date: Sat, 23 Apr 2022 00:57:45 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fd85e6135ebde545a0cff96f184579c054f1e7e commit 8fd85e6135ebde545a0cff96f184579c054f1e7e Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-04-23 00:49:37 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-04-23 00:49:37 +0000 Mk/bsd.ruby.mk: Bump RUBY_PORTREVISION of Ruby 2.7 and 3.0 Both lang/ruby27 and lang/ruby30 need to be rebuilt after default version of Ruby has switched from 2.7 to 3.0. Reported by: bdrewery Fixes: eca58e376812 (Mk/bsd.default-versions.mk: Switch default version of Ruby from 2.7 to 3.0) --- Mk/bsd.ruby.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 1e9286ced1b8..38c118fbdd8e 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -136,7 +136,7 @@ RUBY?= ${LOCALBASE}/bin/ruby${RUBY_SUFFIX} # Ruby 2.7 # RUBY_DISTVERSION= 2.7.6 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY27= "" # PLIST_SUB helpers @@ -145,7 +145,7 @@ RUBY27= "" # PLIST_SUB helpers # Ruby 3.0 # RUBY_DISTVERSION= 3.0.4 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY30= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 3.1