svn commit: r398154 - branches/2015Q3/www/py-django16
Kubilay Kocak
koobs at FreeBSD.org
Tue Sep 29 03:36:57 UTC 2015
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 \
More information about the svn-ports-branches
mailing list