svn commit: r522512 - head/devel/py-semantic_version26

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 9 17:52:55 UTC 2020


Author: sunpoet
Date: Thu Jan  9 17:52:54 2020
New Revision: 522512
URL: https://svnweb.freebsd.org/changeset/ports/522512

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-01-31

Modified:
  head/devel/py-semantic_version26/Makefile

Modified: head/devel/py-semantic_version26/Makefile
==============================================================================
--- head/devel/py-semantic_version26/Makefile	Thu Jan  9 17:52:49 2020	(r522511)
+++ head/devel/py-semantic_version26/Makefile	Thu Jan  9 17:52:54 2020	(r522512)
@@ -14,6 +14,9 @@ COMMENT=	Python library provides a few tools to handle
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use devel/py-semantic_version instead
+EXPIRATION_DATE=2020-01-31
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-head mailing list