Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:29:03 +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: r448398 - head/devel/py-twistedFlow
Message-ID:  <201708201229.v7KCT3dP001410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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