Index: branches/2017Q3/www/py-django/Makefile =================================================================== --- branches/2017Q3/www/py-django/Makefile (revision 448981) +++ branches/2017Q3/www/py-django/Makefile (revision 448982) @@ -1,33 +1,31 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= django CATEGORIES= www python -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.4 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web Framework (meta port) LICENSE= BSD3CLAUSE OPTIONS_SINGLE= DJANGO -OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO110 DJANGO19 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 +OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO110 DJANGO18 +OPTIONS_DEFAULT=DJANGO111 +DJANGO18_DESC= Use Django 1.8.x +DJANGO110_DESC= Use Django 1.10.x +DJANGO111_DESC= Use Django 1.11.x PORTSCOUT= ignore:1 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 .include Index: branches/2017Q3/www/py-django/pkg-descr =================================================================== --- branches/2017Q3/www/py-django/pkg-descr (revision 448981) +++ branches/2017Q3/www/py-django/pkg-descr (revision 448982) @@ -1,12 +1,12 @@ This is a metaport for Django. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the 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/ Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 448981) +++ branches/2017Q3 (revision 448982) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r445516,448688