Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 13:46:22 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448982 - branches/2017Q3/www/py-django
Message-ID:  <201708301346.v7UDkMSd046614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Aug 30 13:46:22 2017
New Revision: 448982
URL: https://svnweb.freebsd.org/changeset/ports/448982

Log:
  MFH: r445516 r448688
  
  Remove DJANGO19 option: upstream support for 1.9.x has ended
  
  - Update WWW
  
  Reference:	https://www.djangoproject.com/download/#supported-versions
  
  Update to 1.11.4 to match www/py-django111
  
  - While I'm here, change indent
  
  PR:		221746
  Submitted by:	dvl
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/www/py-django/Makefile
  branches/2017Q3/www/py-django/pkg-descr
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/py-django/Makefile
==============================================================================
--- branches/2017Q3/www/py-django/Makefile	Wed Aug 30 13:29:43 2017	(r448981)
+++ branches/2017Q3/www/py-django/Makefile	Wed Aug 30 13:46:22 2017	(r448982)
@@ -3,7 +3,7 @@
 
 PORTNAME=	django
 CATEGORIES=	www python
-PORTVERSION=	1.11.1
+PORTVERSION=	1.11.4
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
@@ -12,12 +12,11 @@ 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
 
@@ -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
 

Modified: branches/2017Q3/www/py-django/pkg-descr
==============================================================================
--- branches/2017Q3/www/py-django/pkg-descr	Wed Aug 30 13:29:43 2017	(r448981)
+++ branches/2017Q3/www/py-django/pkg-descr	Wed Aug 30 13:46:22 2017	(r448982)
@@ -9,4 +9,4 @@ intensive deadlines of a newsroom and the stringent re
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708301346.v7UDkMSd046614>