Date: Tue, 10 Aug 2021 16:09:44 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c47ef81d9e49 - main - www/py-django-taggit-serializer: Deprecate and set to expire Message-ID: <202108101609.17AG9iGj094897@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=c47ef81d9e495dab013bdc08a26ff542f26e32aa commit c47ef81d9e495dab013bdc08a26ff542f26e32aa Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-08-10 15:29:21 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-08-10 15:44:48 +0000 www/py-django-taggit-serializer: Deprecate and set to expire The original upstream repository has not been active for a few years. Therefore, the code was incorporated into the 1.5.0 release of www/py-django-taggit and is now administered there accordingly. --- www/py-django-taggit-serializer/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django-taggit-serializer/Makefile b/www/py-django-taggit-serializer/Makefile index 04f76b721437..648a371ed870 100644 --- a/www/py-django-taggit-serializer/Makefile +++ b/www/py-django-taggit-serializer/Makefile @@ -10,6 +10,9 @@ COMMENT= Django Taggit serializer for the Django REST Framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete, please use www/py-django-taggit instead +EXPIRATION_DATE= 2021-09-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=0:www/py-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108101609.17AG9iGj094897>