svn commit: r515149 - head/devel/rubygem-childprocess2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 21 23:33:05 UTC 2019


Author: sunpoet
Date: Mon Oct 21 23:33:04 2019
New Revision: 515149
URL: https://svnweb.freebsd.org/changeset/ports/515149

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-10-31

Modified:
  head/devel/rubygem-childprocess2/Makefile

Modified: head/devel/rubygem-childprocess2/Makefile
==============================================================================
--- head/devel/rubygem-childprocess2/Makefile	Mon Oct 21 23:32:58 2019	(r515148)
+++ head/devel/rubygem-childprocess2/Makefile	Mon Oct 21 23:33:04 2019	(r515149)
@@ -13,6 +13,9 @@ COMMENT=	External background process controller
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use devel/rubygem-childprocess instead
+EXPIRATION_DATE=2019-10-31
+
 RUN_DEPENDS=	rubygem-rake>=0<13.0:devel/rubygem-rake
 
 USES=		gem


More information about the svn-ports-head mailing list