svn commit: r457400 - head/lang/ruby22

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 27 19:52:27 UTC 2017


Author: sunpoet
Date: Wed Dec 27 19:52:26 2017
New Revision: 457400
URL: https://svnweb.freebsd.org/changeset/ports/457400

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31

Modified:
  head/lang/ruby22/Makefile

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Wed Dec 27 19:52:20 2017	(r457399)
+++ head/lang/ruby22/Makefile	Wed Dec 27 19:52:26 2017	(r457400)
@@ -18,6 +18,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
 LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
+DEPRECATED=	Upgrade to newer version (e.g. lang/ruby24)
+EXPIRATION_DATE=2018-01-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-head mailing list