Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 19:41:14 +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: r496498 - head/lang/ruby23
Message-ID:  <201903211941.x2LJfE6h057959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 21 19:41:14 2019
New Revision: 496498
URL: https://svnweb.freebsd.org/changeset/ports/496498

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
  
  Reference:	https://www.ruby-lang.org/en/downloads/branches/

Modified:
  head/lang/ruby23/Makefile

Modified: head/lang/ruby23/Makefile
==============================================================================
--- head/lang/ruby23/Makefile	Thu Mar 21 19:41:09 2019	(r496497)
+++ head/lang/ruby23/Makefile	Thu Mar 21 19:41:14 2019	(r496498)
@@ -20,6 +20,8 @@ LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
 BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON_openssl111=does not detect and buid the openssl*.rb bits
+DEPRECATED=	Use lang/ruby24 or above
+EXPIRATION_DATE=2019-03-31
 
 # Using LIB_DEPENDS finds the libffi from gcc which causes problems
 BUILD_DEPENDS=	libffi>=0:devel/libffi



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