git: 3661915e8a57 - main - www/py-jsonfield2: Deprecate and set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 06:54:17 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3661915e8a57ca35dc83bf623c2c41dff9868c82
commit 3661915e8a57ca35dc83bf623c2c41dff9868c82
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-08 06:49:59 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-08 06:49:59 +0000
www/py-jsonfield2: Deprecate and set to expire
* The project has been archived by upstream as all changes have been
merged in www/py-jsonfield.
PR: 262404
Approved by: sunpoet (maintainer)
---
www/py-jsonfield2/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-jsonfield2/Makefile b/www/py-jsonfield2/Makefile
index 7f0622c14a88..e70036e3aae1 100644
--- a/www/py-jsonfield2/Makefile
+++ b/www/py-jsonfield2/Makefile
@@ -12,6 +12,9 @@ COMMENT= Reusable Django field to store validated JSON in your model
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Obsolete, please use www/py-jsonfield instead
+EXPIRATION_DATE= 2022-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
USES= python:3.6+