svn commit: r528013 - head/devel/py-antlr4-python2-runtime

Antoine Brodin antoine at FreeBSD.org
Sun Mar 8 10:00:40 UTC 2020


Author: antoine
Date: Sun Mar  8 10:00:39 2020
New Revision: 528013
URL: https://svnweb.freebsd.org/changeset/ports/528013

Log:
  Deprecate py-antlr4-python2-runtime, it is no longer depended upon

Modified:
  head/devel/py-antlr4-python2-runtime/Makefile

Modified: head/devel/py-antlr4-python2-runtime/Makefile
==============================================================================
--- head/devel/py-antlr4-python2-runtime/Makefile	Sun Mar  8 09:54:35 2020	(r528012)
+++ head/devel/py-antlr4-python2-runtime/Makefile	Sun Mar  8 10:00:39 2020	(r528013)
@@ -11,6 +11,9 @@ COMMENT=	ANother Tool for Language Recognition (python
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Uses EoL python27, please use devel/antlr4-python3-runtime instead
+EXPIRATION_DATE=	2020-03-25
+
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list