git: 6c7dc6911e79 - main - www/py-django: Remove Django 1.x option.
Mathieu Arnold
mat at FreeBSD.org
Mon May 3 13:30:08 UTC 2021
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c7dc6911e7953ca4937087203d59cb706c48644
commit 6c7dc6911e7953ca4937087203d59cb706c48644
Author: Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-05-03 13:29:18 +0000
Commit: Mathieu Arnold <mat at FreeBSD.org>
CommitDate: 2021-05-03 13:29:18 +0000
www/py-django: Remove Django 1.x option.
---
www/py-django/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 4cf5d98b99b4..b5570f79099c 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -18,14 +18,11 @@ PORTSCOUT= ignore:1
OPTIONS_DEFAULT= DJANGO22
OPTIONS_SINGLE= DJANGO
-OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO22 DJANGO30
+OPTIONS_SINGLE_DJANGO= DJANGO22 DJANGO30
-DJANGO111_DESC= Use Django 1.11.x (Deprecated: EoL since April 2020)
DJANGO22_DESC= Use Django 2.2.x
DJANGO30_DESC= Use Django 3.0.x
-DJANGO111_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
-DJANGO111_USES= python:run
DJANGO22_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
DJANGO22_USES= python:3.5+,run
DJANGO30_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django30>=0:www/py-django30@${PY_FLAVOR}
More information about the dev-commits-ports-all
mailing list