svn commit: r522001 - head/www/py-django-modelcluster4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 4 09:03:10 UTC 2020


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


More information about the svn-ports-all mailing list