svn commit: r560235 - head/lang/ruby25

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:29:28 UTC 2021


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


More information about the svn-ports-all mailing list