Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 09:03:10 +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: r522001 - head/www/py-django-modelcluster4
Message-ID:  <202001040903.00493Auq059979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  4 09:03:09 2020
New Revision: 522001
URL: https://svnweb.freebsd.org/changeset/ports/522001

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

Modified:
  head/www/py-django-modelcluster4/Makefile

Modified: head/www/py-django-modelcluster4/Makefile
==============================================================================
--- head/www/py-django-modelcluster4/Makefile	Sat Jan  4 09:03:04 2020	(r522000)
+++ head/www/py-django-modelcluster4/Makefile	Sat Jan  4 09:03:09 2020	(r522001)
@@ -14,6 +14,9 @@ COMMENT=	Django extension for working with clusters of
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use www/py-django-modelcluster instead
+EXPIRATION_DATE=2020-01-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR}
 
 USES=		python



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