Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:29:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560235 - head/lang/ruby25
Message-ID:  <202101032029.103KTSKp027564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:29:27 2021
New Revision: 560235
URL: https://svnweb.freebsd.org/changeset/ports/560235

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2021-03-31
  
  Ruby 2.5 is in security maintenance phase and planned for EOL on March 31, 2021.
  
  Reference:	https://www.ruby-lang.org/en/downloads/branches/

Modified:
  head/lang/ruby25/Makefile

Modified: head/lang/ruby25/Makefile
==============================================================================
--- head/lang/ruby25/Makefile	Sun Jan  3 20:24:31 2021	(r560234)
+++ head/lang/ruby25/Makefile	Sun Jan  3 20:29:27 2021	(r560235)
@@ -18,6 +18,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
+DEPRECATED=	Use newer version, e.g. lang/ruby27 or above. Ruby 2.5 is in security maintenance phase and planned for EOL on March 31, 2021
+EXPIRATION_DATE=2021-03-31
+
 # Using LIB_DEPENDS finds the libffi from gcc which causes problems
 BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101032029.103KTSKp027564>