mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
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
This commit is contained in:
parent
97d1126f94
commit
f7d92a2af6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user