Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 23:26:31 +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: r499402 - head/devel/py-jsonschema2
Message-ID:  <201904192326.x3JNQVtq022432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 19 23:26:31 2019
New Revision: 499402
URL: https://svnweb.freebsd.org/changeset/ports/499402

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

Modified:
  head/devel/py-jsonschema2/Makefile

Modified: head/devel/py-jsonschema2/Makefile
==============================================================================
--- head/devel/py-jsonschema2/Makefile	Fri Apr 19 23:26:25 2019	(r499401)
+++ head/devel/py-jsonschema2/Makefile	Fri Apr 19 23:26:31 2019	(r499402)
@@ -14,6 +14,9 @@ COMMENT=	JSON Schema validation for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Use devel/py-jsonschema instead
+EXPIRATION_DATE=2019-04-30
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>=2.16.0.0:devel/py-vcversioner@${PY_FLAVOR}
 
 USES=		python



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