From owner-svn-ports-all@freebsd.org Wed Apr 5 15:37:21 2017 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 D04A0D2F81D; Wed, 5 Apr 2017 15:37:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9D07BFDE; Wed, 5 Apr 2017 15:37:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v35FbKXG031988; Wed, 5 Apr 2017 15:37:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v35FbKxu031987; Wed, 5 Apr 2017 15:37:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704051537.v35FbKxu031987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 5 Apr 2017 15:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437796 - head/www/py-djblets 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.23 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: Wed, 05 Apr 2017 15:37:21 -0000 Author: miwi Date: Wed Apr 5 15:37:20 2017 New Revision: 437796 URL: https://svnweb.freebsd.org/changeset/ports/437796 Log: - Mark py-djblets deprecated and set expired date Explanation: - py-django16 is expired since April 2015 we don't need to keep it anymore. - The django team have introduced in version 1.7 a new crontrib module called "the staticfile app" [1]. This is required to be enabled manually after the installation and manual changes are needed in setting.py. - py-djblets requires the staticfile module to be able get installed and to work [2]. Our framework doesn't support it, and there is no plan in a near future to support it. [1] https://docs.djangoproject.com/en/1.7/ref/contrib/staticfiles/ https://django-doc-test-kor.readthedocs.io/en/latest/howto/static-files/index.html [2] https://github.com/djblets/djblets/blob/release-0.9.6/contrib/internal/build-media.py PR: 213269 216758 Modified: head/www/py-djblets/Makefile Modified: head/www/py-djblets/Makefile ============================================================================== --- head/www/py-djblets/Makefile Wed Apr 5 15:36:11 2017 (r437795) +++ head/www/py-djblets/Makefile Wed Apr 5 15:37:20 2017 (r437796) @@ -12,6 +12,9 @@ COMMENT= Collection of useful classes an LICENSE= MIT +DEPRECATED= Does not build with py-django18 see pr: 216758 +EXPIRATION_DATE= 2017-04-19 + BUILD_DEPENDS= uglifyjs:www/uglifyjs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}django-pipeline13>=1.3.27:www/py-django-pipeline13 \