From owner-svn-ports-all@freebsd.org Sat Oct 31 12:09:34 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 ECD3FA227AE; Sat, 31 Oct 2015 12:09:33 +0000 (UTC) (envelope-from koobs@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 C771D1A17; Sat, 31 Oct 2015 12:09:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9VC9WNE025813; Sat, 31 Oct 2015 12:09:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9VC9WDd025811; Sat, 31 Oct 2015 12:09:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510311209.t9VC9WDd025811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 31 Oct 2015 12:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r400573 - branches/2015Q4/www/py-django-mptt X-SVN-Group: ports-branches 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: Sat, 31 Oct 2015 12:09:34 -0000 Author: koobs Date: Sat Oct 31 12:09:32 2015 New Revision: 400573 URL: https://svnweb.freebsd.org/changeset/ports/400573 Log: MFH: r400572 www/py-django-mptt: Update to 0.7.4, Fix *_DEPENDS This change is made to fix the fact that the current version of this port (0.6.0) is not compatible with Django 1.8, the port that it RUN_DEPENDS on. It is broken at run-time in both Ports HEAD and Quarterly. A soon to be committed update to www/py-django-dpaste (D4048) requires this update to also fix it being broken in the quarterly branch. The only other consumer of this port www/py-django-cms, already incorrectly depending on versions of Django and django-mptt that are later than those specified in its setup.py: django-mptt>=0.5.1,<0.5.3', 'Django>=1.4,<1.6', - Update PORTVERSION and distinfo checksum (0.7.4) - Update COMMENT to match upstream (setup.py:description=) - Add LICENSE_FILE - Django is a RUN not BUILD depends, remove accordingly - Sort USE_PYTHON values (portlint) - Enable achitecture independent (NO_ARCH) Changes: https://github.com/django-mptt/django-mptt/compare/0.6.0...0.7.0 [1] https://svnweb.freebsd.org/changeset/ports/400452 Reviewed by: antoine Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D4024 Approved by: portmgr (antoine) Modified: branches/2015Q4/www/py-django-mptt/Makefile branches/2015Q4/www/py-django-mptt/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/py-django-mptt/Makefile ============================================================================== --- branches/2015Q4/www/py-django-mptt/Makefile Sat Oct 31 12:07:33 2015 (r400572) +++ branches/2015Q4/www/py-django-mptt/Makefile Sat Oct 31 12:09:32 2015 (r400573) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.4 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org -COMMENT= Utilities for implementing a pre-order traversal tree in django +COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.4.2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.4.2 USE_GITHUB= yes USES= gettext python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include Modified: branches/2015Q4/www/py-django-mptt/distinfo ============================================================================== --- branches/2015Q4/www/py-django-mptt/distinfo Sat Oct 31 12:07:33 2015 (r400572) +++ branches/2015Q4/www/py-django-mptt/distinfo Sat Oct 31 12:09:32 2015 (r400573) @@ -1,2 +1,2 @@ -SHA256 (django-mptt-django-mptt-0.6.0_GH0.tar.gz) = e5cb1f5da5ad0a6176652e4e575851d17d6ee54835f5b196a1a38e4bc216326b -SIZE (django-mptt-django-mptt-0.6.0_GH0.tar.gz) = 77966 +SHA256 (django-mptt-django-mptt-0.7.4_GH0.tar.gz) = 353ff1cae17ea784ec6ae4ac2926ef77ee62fe90d6c13d0ff613d491a28130b9 +SIZE (django-mptt-django-mptt-0.7.4_GH0.tar.gz) = 92872