svn commit: r499886 - head/devel/py-prompt_toolkit2

Steve Wills swills at FreeBSD.org
Wed Apr 24 17:43:03 UTC 2019


Author: swills
Date: Wed Apr 24 17:42:58 2019
New Revision: 499886
URL: https://svnweb.freebsd.org/changeset/ports/499886

Log:
  devel/py-prompt_toolkit2: mark deprecated

Modified:
  head/devel/py-prompt_toolkit2/Makefile   (contents, props changed)

Modified: head/devel/py-prompt_toolkit2/Makefile
==============================================================================
--- head/devel/py-prompt_toolkit2/Makefile	Wed Apr 24 17:42:54 2019	(r499885)
+++ head/devel/py-prompt_toolkit2/Makefile	Wed Apr 24 17:42:58 2019	(r499886)
@@ -13,6 +13,9 @@ COMMENT=	Library for building powerful interactive com
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No longer required, use devel/py-prompt_toolkit instead
+EXPIRATION=	2019-05-24
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list