svn commit: r448398 - head/devel/py-twistedFlow

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:29:04 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:29:02 2017
New Revision: 448398
URL: https://svnweb.freebsd.org/changeset/ports/448398

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30
  
  With hat:	python

Modified:
  head/devel/py-twistedFlow/Makefile

Modified: head/devel/py-twistedFlow/Makefile
==============================================================================
--- head/devel/py-twistedFlow/Makefile	Sun Aug 20 12:27:36 2017	(r448397)
+++ head/devel/py-twistedFlow/Makefile	Sun Aug 20 12:29:02 2017	(r448398)
@@ -14,6 +14,9 @@ COMMENT=	Generator based asynchronous result flows
 
 LICENSE=	MIT
 
+DEPRECATED=	Use devel/py-twisted instead
+EXPIRATION_DATE=2017-09-30
+
 WRKSRC=		${WRKDIR}/TwistedFlow-${PORTVERSION}
 
 USES=		python tar:bzip2 twisted


More information about the svn-ports-all mailing list