Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 03:36:56 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r398154 - branches/2015Q3/www/py-django16
Message-ID:  <201509290336.t8T3augL045179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Sep 29 03:36:56 2015
New Revision: 398154
URL: https://svnweb.freebsd.org/changeset/ports/398154

Log:
  MFH: r395739
  
  www/django16: Update DEPRECATED text and EXPIRATION date
  
  Update DEPRECATED text displayed to users to match the verbage used at
  upstream [1].
  
  Set the EXPIRATION_DATE to "End of extended support" date + 6 months
  
  While I'm here:
  
  - Improve whitespace alignment
  - Add whitespace for readability
  
  [1] https://www.djangoproject.com/download/#supported-versions
  
  Approved by:	python (with hat)
  
  Approved by:	portmgr (feld)

Modified:
  branches/2015Q3/www/py-django16/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/py-django16/Makefile
==============================================================================
--- branches/2015Q3/www/py-django16/Makefile	Tue Sep 29 03:32:27 2015	(r398153)
+++ branches/2015Q3/www/py-django16/Makefile	Tue Sep 29 03:36:56 2015	(r398154)
@@ -17,8 +17,8 @@ COMMENT=	High-level Python Web framework
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	not supported by upstream
-EXPIRATION_DATE=	2015-08-10
+DEPRECATED=		End of extended support: April 1, 2015
+EXPIRATION_DATE=	2015-10-01
 
 USES=		cpe python
 USE_PYTHON=	autoplist distutils
@@ -29,10 +29,12 @@ CONFLICTS=	py[23][0-9]-django-devel-[0-9
 
 DOCSDIR=	${PREFIX}/share/doc/py-django
 
-OPTIONS_DEFINE=	FASTCGI HTMLDOCS
-OPTIONS_DEFAULT=SQLITE
-OPTIONS_GROUP=	DATABASE
+OPTIONS_DEFINE=		FASTCGI HTMLDOCS
+OPTIONS_DEFAULT=	SQLITE
+
+OPTIONS_GROUP=		DATABASE
 OPTIONS_GROUP_DATABASE=	PGSQL MYSQL SQLITE
+
 HTMLDOCS_DESC=	Install HTML documentation (requires Sphinx)
 
 PLIST_FILES=	man/man1/daily_cleanup.1.gz \



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