svn commit: r448405 - head/security/py-twistedConch

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


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

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

Modified:
  head/security/py-twistedConch/Makefile

Modified: head/security/py-twistedConch/Makefile
==============================================================================
--- head/security/py-twistedConch/Makefile	Sun Aug 20 12:29:30 2017	(r448404)
+++ head/security/py-twistedConch/Makefile	Sun Aug 20 12:29:35 2017	(r448405)
@@ -17,6 +17,9 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.0.9a:devel/py-pyasn1
 
+DEPRECATED=	Use devel/py-twisted instead
+EXPIRATION_DATE=2017-09-30
+
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted


More information about the svn-ports-all mailing list