Date: Fri, 18 May 2018 23:32:05 +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: r470341 - head/www/py-django-keyedcache Message-ID: <201805182332.w4INW5S1080413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805182332.w4INW5S1080413>