Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 18:31:00 +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: r524113 - head/lang/ruby24
Message-ID:  <202001251831.00PIV06a076169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 25 18:31:00 2020
New Revision: 524113
URL: https://svnweb.freebsd.org/changeset/ports/524113

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

Modified:
  head/lang/ruby24/Makefile

Modified: head/lang/ruby24/Makefile
==============================================================================
--- head/lang/ruby24/Makefile	Sat Jan 25 18:29:54 2020	(r524112)
+++ head/lang/ruby24/Makefile	Sat Jan 25 18:31:00 2020	(r524113)
@@ -18,6 +18,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
+DEPRECATED=	Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
+EXPIRATION_DATE=2020-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?202001251831.00PIV06a076169>