Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 23:32:00 +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: r470340 - head/www/py-django-threaded-multihost
Message-ID:  <201805182332.w4INW0T8080291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805182332.w4INW0T8080291>