Date: Tue, 1 Sep 2015 04:27:21 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395739 - head/www/py-django16 Message-ID: <201509010427.t814RL8Q084422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Sep 1 04:27:21 2015 New Revision: 395739 URL: https://svnweb.freebsd.org/changeset/ports/395739 Log: 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) MFH: 2015Q3 Modified: head/www/py-django16/Makefile Modified: head/www/py-django16/Makefile ============================================================================== --- head/www/py-django16/Makefile Tue Sep 1 03:31:16 2015 (r395738) +++ head/www/py-django16/Makefile Tue Sep 1 04:27:21 2015 (r395739) @@ -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?201509010427.t814RL8Q084422>