svn commit: r448397 - head/devel/py-twistedCore

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


Author: sunpoet
Date: Sun Aug 20 12:27:36 2017
New Revision: 448397
URL: https://svnweb.freebsd.org/changeset/ports/448397

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

Modified:
  head/devel/py-twistedCore/Makefile

Modified: head/devel/py-twistedCore/Makefile
==============================================================================
--- head/devel/py-twistedCore/Makefile	Sun Aug 20 12:27:31 2017	(r448396)
+++ head/devel/py-twistedCore/Makefile	Sun Aug 20 12:27:36 2017	(r448397)
@@ -18,6 +18,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+DEPRECATED=	Use devel/py-twisted instead
+EXPIRATION_DATE=2017-09-30
+
 OPTIONS_DEFINE=	VERIFY
 OPTIONS_DEFAULT=VERIFY
 


More information about the svn-ports-all mailing list