svn commit: r496498 - head/lang/ruby23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 21 19:41:19 UTC 2019


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


More information about the svn-ports-all mailing list