From owner-svn-ports-all@freebsd.org Tue Sep 1 04:27:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1469C78FE; Tue, 1 Sep 2015 04:27:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC412DE; Tue, 1 Sep 2015 04:27:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t814RLvC084423; Tue, 1 Sep 2015 04:27:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t814RL8Q084422; Tue, 1 Sep 2015 04:27:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201509010427.t814RL8Q084422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 1 Sep 2015 04:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395739 - head/www/py-django16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 04:27:22 -0000 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 \