svn commit: r498134 - head/devel/rubygem-fastthread

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:45:45 UTC 2019


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>


More information about the svn-ports-all mailing list