Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 18:06:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505038 - head/devel/py-typed-ast12
Message-ID:  <201906241806.x5OI6gNJ078745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 24 18:06:42 2019
New Revision: 505038
URL: https://svnweb.freebsd.org/changeset/ports/505038

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-06-30

Modified:
  head/devel/py-typed-ast12/Makefile

Modified: head/devel/py-typed-ast12/Makefile
==============================================================================
--- head/devel/py-typed-ast12/Makefile	Mon Jun 24 18:06:37 2019	(r505037)
+++ head/devel/py-typed-ast12/Makefile	Mon Jun 24 18:06:42 2019	(r505038)
@@ -15,6 +15,9 @@ LICENSE=	APACHE20 PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use devel/py-typed-ast instead
+EXPIRATION_DATE=2019-06-30
+
 USES=		python:3.3+
 USE_PYTHON=	autoplist distutils
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906241806.x5OI6gNJ078745>