Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 12:16:30 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
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
Message-ID:  <201510311216.t9VCGUPe028848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510311216.t9VCGUPe028848>