svn commit: r470340 - head/www/py-django-threaded-multihost

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


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

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

Modified:
  head/www/py-django-threaded-multihost/Makefile

Modified: head/www/py-django-threaded-multihost/Makefile
==============================================================================
--- head/www/py-django-threaded-multihost/Makefile	Fri May 18 23:31:55 2018	(r470339)
+++ head/www/py-django-threaded-multihost/Makefile	Fri May 18 23:32:00 2018	(r470340)
@@ -11,10 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at caomhin.org
 COMMENT=	Multi-host utilities to Django
 
+LICENSE=	BSD3CLAUSE
+
+DEPRECATED=	Project development unmaintained
+EXPIRATION_DATE=2018-08-01
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg@${FLAVOR}
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR}
-
-LICENSE=	BSD3CLAUSE
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		python:2.7


More information about the svn-ports-all mailing list