svn commit: r448399 - head/devel/py-twistedRunner

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


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

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

Modified:
  head/devel/py-twistedRunner/Makefile

Modified: head/devel/py-twistedRunner/Makefile
==============================================================================
--- head/devel/py-twistedRunner/Makefile	Sun Aug 20 12:29:02 2017	(r448398)
+++ head/devel/py-twistedRunner/Makefile	Sun Aug 20 12:29:07 2017	(r448399)
@@ -15,6 +15,9 @@ COMMENT=	Runner has process management, including an i
 
 LICENSE=	MIT
 
+DEPRECATED=	Use devel/py-twisted instead
+EXPIRATION_DATE=2017-09-30
+
 USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted
 


More information about the svn-ports-all mailing list