Date: Tue, 5 May 2020 07:49:24 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534033 - head/www/py-dojango Message-ID: <202005050749.0457nO4w082083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Tue May 5 07:49:23 2020 New Revision: 534033 URL: https://svnweb.freebsd.org/changeset/ports/534033 Log: www/py-dojango: Deprecate and set to expire * The official upstream project has been abandoned and the code is not compatible with Django 2.2+. PR: 246177 Reviewed by: wg Approved by: jpaetzel (maintainer) Modified: head/www/py-dojango/Makefile Modified: head/www/py-dojango/Makefile ============================================================================== --- head/www/py-dojango/Makefile Tue May 5 07:35:27 2020 (r534032) +++ head/www/py-dojango/Makefile Tue May 5 07:49:23 2020 (r534033) @@ -12,6 +12,9 @@ COMMENT= Django application for building dojo LICENSE= BSD3CLAUSE +DEPRECATED= No longer maintained, not compatible with Django 2.2+ +EXPIRATION_DATE= 2020-06-01 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.6:www/py-django111@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005050749.0457nO4w082083>