Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 14:45:38 +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: r498134 - head/devel/rubygem-fastthread
Message-ID:  <201904061445.x36Ejc8j011193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  6 14:45:38 2019
New Revision: 498134
URL: https://svnweb.freebsd.org/changeset/ports/498134

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-06-30

Modified:
  head/devel/rubygem-fastthread/Makefile

Modified: head/devel/rubygem-fastthread/Makefile
==============================================================================
--- head/devel/rubygem-fastthread/Makefile	Sat Apr  6 14:45:32 2019	(r498133)
+++ head/devel/rubygem-fastthread/Makefile	Sat Apr  6 14:45:38 2019	(r498134)
@@ -13,8 +13,10 @@ LICENSE=	LGPL21
 
 BROKEN_RUBY24=	yes
 BROKEN_RUBY25=	yes
+DERPRECATED=	Does not build for all supported Ruby version
+EXPIRATION_DATE=2019-06-30
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>



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