svn commit: r524113 - head/lang/ruby24
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 25 18:31:01 UTC 2020
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
More information about the svn-ports-all
mailing list