svn commit: r470341 - head/www/py-django-keyedcache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 18 23:32:07 UTC 2018


Author: sunpoet
Date: Fri May 18 23:32:05 2018
New Revision: 470341
URL: https://svnweb.freebsd.org/changeset/ports/470341

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-08-01
  
  PR:		228349
  Submitted by:	Kevin Golding <ports at caomhin.org> (maintainer)

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

Modified: head/www/py-django-keyedcache/Makefile
==============================================================================
--- head/www/py-django-keyedcache/Makefile	Fri May 18 23:32:00 2018	(r470340)
+++ head/www/py-django-keyedcache/Makefile	Fri May 18 23:32:05 2018	(r470341)
@@ -13,6 +13,9 @@ COMMENT=	Simplified, speedy way to manage caching in D
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Project development abandoned
+EXPIRATION_DATE=2018-08-01
+
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR}
 
 USES=		python


More information about the svn-ports-all mailing list