Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 18:26:53 +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: r500243 - head/devel/rubygem-msgpack1
Message-ID:  <201904271826.x3RIQr16010195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 27 18:26:52 2019
New Revision: 500243
URL: https://svnweb.freebsd.org/changeset/ports/500243

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

Modified:
  head/devel/rubygem-msgpack1/Makefile

Modified: head/devel/rubygem-msgpack1/Makefile
==============================================================================
--- head/devel/rubygem-msgpack1/Makefile	Sat Apr 27 18:26:47 2019	(r500242)
+++ head/devel/rubygem-msgpack1/Makefile	Sat Apr 27 18:26:52 2019	(r500243)
@@ -13,7 +13,10 @@ COMMENT=	Gems for MessagePack
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_RUBY=	yes
+DEPRECATED=	Use devel/rubygem-msgpack instead
+EXPIRATION_DATE=2019-04-30
+
 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?201904271826.x3RIQr16010195>