aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-12 01:00:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-12 01:00:11 +0800
commit4a751dcc6394ec501f4cc4199178ba2054348347 (patch)
treed5f7aec9fc3fd36144bbdb087ba689587e087ecf /www
parent029f2e98612bc94fb9fb5aea46dcdfc7270c8690 (diff)
downloadfreebsd-ports-gnome-4a751dcc6394ec501f4cc4199178ba2054348347.tar.gz
freebsd-ports-gnome-4a751dcc6394ec501f4cc4199178ba2054348347.tar.zst
freebsd-ports-gnome-4a751dcc6394ec501f4cc4199178ba2054348347.zip
Remove DJANGO19 option: upstream support for 1.9.x has ended
- Update WWW Reference: https://www.djangoproject.com/download/#supported-versions
Diffstat (limited to 'www')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/pkg-descr2
2 files changed, 2 insertions, 4 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 434d72748f52..73626475d080 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -12,10 +12,9 @@ COMMENT= High-level Python Web Framework (meta port)
LICENSE= BSD3CLAUSE
OPTIONS_SINGLE= DJANGO
-OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO110 DJANGO19 DJANGO18
+OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO110 DJANGO18
OPTIONS_DEFAULT= DJANGO111
DJANGO18_DESC= Use Django 1.8.x
-DJANGO19_DESC= Use Django 1.9.x
DJANGO110_DESC= Use Django 1.10.x
DJANGO111_DESC= Use Django 1.11.x
@@ -26,7 +25,6 @@ USES= cpe metaport python:run
CPE_VENDOR= djangoproject
DJANGO18_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
-DJANGO19_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django19>=0:www/py-django19
DJANGO110_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110
DJANGO111_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111
diff --git a/www/py-django/pkg-descr b/www/py-django/pkg-descr
index 97e1c61bab84..affd5e860d83 100644
--- a/www/py-django/pkg-descr
+++ b/www/py-django/pkg-descr
@@ -9,4 +9,4 @@ intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
-WWW: http://www.djangoproject.com
+WWW: https://www.djangoproject.com/