Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 17:52:54 +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: r522512 - head/devel/py-semantic_version26
Message-ID:  <202001091752.009HqsD3059091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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