Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 07:37:12 +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: r534819 - head/www/py-django_openstack_auth
Message-ID:  <202005100737.04A7bCGS030543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun May 10 07:37:12 2020
New Revision: 534819
URL: https://svnweb.freebsd.org/changeset/ports/534819

Log:
  www/py-django_openstack_auth: Deprecate and set to expire
  
  * The code of the "openstack_auth" module was merged into the 13.x release
    of www/py-horizon and the package is no longer maintained by upstream.
  
  PR:		245850
  Approved by:	maintainer timeout (14+ days)

Modified:
  head/www/py-django_openstack_auth/Makefile

Modified: head/www/py-django_openstack_auth/Makefile
==============================================================================
--- head/www/py-django_openstack_auth/Makefile	Sun May 10 07:28:20 2020	(r534818)
+++ head/www/py-django_openstack_auth/Makefile	Sun May 10 07:37:12 2020	(r534819)
@@ -14,6 +14,9 @@ COMMENT=	Django authentication backend for use with Op
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No longer maintained, code was merged into 13.x release of www/py-horizon
+EXPIRATION_DATE=	2020-05-25
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \



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