Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 19:52:26 +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: r457400 - head/lang/ruby22
Message-ID:  <201712271952.vBRJqQ4q075512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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