Date: Tue, 18 Apr 2023 12:31:47 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7d92a2af6b1 - main - lang/ruby30: Update to 3.0.6 Message-ID: <202304181231.33ICVlg8027679@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7d92a2af6b147d1ed8c01c89cb7fd63dbd9e684 commit f7d92a2af6b147d1ed8c01c89cb7fd63dbd9e684 Author: Yasuhiro Kimura <yasu@freebsd.org> AuthorDate: 2023-04-18 12:31:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 12:31:06 +0000 lang/ruby30: Update to 3.0.6 - Mark DEPRECATED and set EXPIRATION_DATE to 2024-04-30 Changes: https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-0-6-released/ PR: 270556 Security: 9b60bba1-cf18-11ed-bd44-080027f5fec9 Security: 6bd2773c-cf1a-11ed-bd44-080027f5fec9 --- Mk/Uses/ruby.mk | 4 ++-- lang/ruby30/Makefile | 3 +++ lang/ruby30/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk index ada4fe2f230f..c1518b4cbcef 100644 --- a/Mk/Uses/ruby.mk +++ b/Mk/Uses/ruby.mk @@ -148,8 +148,8 @@ RUBY?= ${LOCALBASE}/bin/ruby${RUBY_SUFFIX} # # Ruby 3.0 # -RUBY_DISTVERSION= 3.0.5 -RUBY_PORTREVISION= 1 +RUBY_DISTVERSION= 3.0.6 +RUBY_PORTREVISION= 0 . elif ${RUBY_VER} == 3.1 # # Ruby 3.1 diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index 1dddd85809bf..de34d7a5ad09 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -16,6 +16,9 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING +DEPRECATED= Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024 +EXPIRATION_DATE=2024-04-30 + # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml diff --git a/lang/ruby30/distinfo b/lang/ruby30/distinfo index 034d15f818ae..e11ba2578860 100644 --- a/lang/ruby30/distinfo +++ b/lang/ruby30/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669321910 -SHA256 (ruby/ruby-3.0.5.tar.xz) = cf7cb5ba2030fe36596a40980cdecfd79a0337d35860876dc2b10a38675bddde -SIZE (ruby/ruby-3.0.5.tar.xz) = 15880196 +TIMESTAMP = 1680201168 +SHA256 (ruby/ruby-3.0.6.tar.xz) = b5cbee93e62d85cfb2a408c49fa30a74231ae8409c2b3858e5f5ea254d7ddbd1 +SIZE (ruby/ruby-3.0.6.tar.xz) = 15864560
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304181231.33ICVlg8027679>