From owner-svn-ports-branches@freebsd.org Sat Oct 31 12:16:31 2015 Return-Path: Delivered-To: svn-ports-branches@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 C1E0AA229EE; Sat, 31 Oct 2015 12:16:31 +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 7CF6F1F42; Sat, 31 Oct 2015 12:16:31 +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 t9VCGUWE028851; Sat, 31 Oct 2015 12:16:30 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9VCGUPe028848; Sat, 31 Oct 2015 12:16:30 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510311216.t9VCGUPe028848@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:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r400575 - branches/2015Q4/www/py-django-dpaste X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 12:16:32 -0000 Author: koobs Date: Sat Oct 31 12:16:30 2015 New Revision: 400575 URL: https://svnweb.freebsd.org/changeset/ports/400575 Log: MFH: r400574 www/py-django-dpaste: Update to 2.9 - Update to 2.9. This fixes run-time and tests with www/django (1.8) - Use Django 1.8 for RUN_DEPENDS - Switch to USE_GITHUB (no new sources at PyPI) Default to using Django 1.8 (www/py-django) because the current version of www/py-django-mptt (a dependency) defaults to installing 1.8. Installation currently causes a conflict as installation of both django16 and django18 are attempted: py-django-dpaste -> www/django16, www/py-django-mptt py-django-mptt -> www/django (1.8) This fixes a failure in the quarterly ports branch reported by pkg-fallout. Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D4048 Approved by: portmgr (antoine) Modified: branches/2015Q4/www/py-django-dpaste/Makefile branches/2015Q4/www/py-django-dpaste/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/py-django-dpaste/Makefile ============================================================================== --- branches/2015Q4/www/py-django-dpaste/Makefile Sat Oct 31 12:13:45 2015 (r400574) +++ branches/2015Q4/www/py-django-dpaste/Makefile Sat Oct 31 12:16:30 2015 (r400575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dpaste -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- @@ -13,8 +13,8 @@ COMMENT= Django based pastebin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django16 \ - ${PYTHON_PKGNAMEPREFIX}django-mptt>=0.6.0:${PORTSDIR}/www/py-django-mptt \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}django-mptt>=0.7.4:${PORTSDIR}/www/py-django-mptt \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests @@ -25,8 +25,11 @@ MIGRATIONS_DESC= Schema and data migrati MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.8.2:${PORTSDIR}/databases/py-south USES= python +USE_GITHUB= yes USE_PYTHON= autoplist distutils +GH_ACCOUNT= bartTC + regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} runtests.py Modified: branches/2015Q4/www/py-django-dpaste/distinfo ============================================================================== --- branches/2015Q4/www/py-django-dpaste/distinfo Sat Oct 31 12:13:45 2015 (r400574) +++ branches/2015Q4/www/py-django-dpaste/distinfo Sat Oct 31 12:16:30 2015 (r400575) @@ -1,2 +1,2 @@ -SHA256 (dpaste-2.8.tar.gz) = caaaa9440cf756b6ff51209138c6e473cf7330a7b62066eb5eb94e39e6369ab6 -SIZE (dpaste-2.8.tar.gz) = 125829 +SHA256 (bartTC-dpaste-2.9_GH0.tar.gz) = 1e8d44619cf7fba61a3771783890f304bee98e2fc5ccba2cea14766bd008deba +SIZE (bartTC-dpaste-2.9_GH0.tar.gz) = 147108