Date: Sat, 31 Oct 2015 12:07:33 +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: r400572 - head/www/py-django-mptt Message-ID: <201510311207.t9VC7XD5025543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Oct 31 12:07:33 2015 New Revision: 400572 URL: https://svnweb.freebsd.org/changeset/ports/400572 Log: 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) MFH: 2015Q4 (pre-approved: antoine) Differential Revision: https://reviews.freebsd.org/D4024 Modified: head/www/py-django-mptt/Makefile head/www/py-django-mptt/distinfo Modified: head/www/py-django-mptt/Makefile ============================================================================== --- head/www/py-django-mptt/Makefile Sat Oct 31 12:04:20 2015 (r400571) +++ head/www/py-django-mptt/Makefile Sat Oct 31 12:07:33 2015 (r400572) @@ -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 <bsd.port.mk> Modified: head/www/py-django-mptt/distinfo ============================================================================== --- head/www/py-django-mptt/distinfo Sat Oct 31 12:04:20 2015 (r400571) +++ head/www/py-django-mptt/distinfo Sat Oct 31 12:07:33 2015 (r400572) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510311207.t9VC7XD5025543>