Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2015 16:43:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404534 - head/www/reviewboard
Message-ID:  <201512261643.tBQGhcVb093159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 26 16:43:38 2015
New Revision: 404534
URL: https://svnweb.freebsd.org/changeset/ports/404534

Log:
  Mark BROKEN: depends on conflicting versions of django
  
  Reported by:	pkg-fallout

Modified:
  head/www/reviewboard/Makefile

Modified: head/www/reviewboard/Makefile
==============================================================================
--- head/www/reviewboard/Makefile	Sat Dec 26 16:34:28 2015	(r404533)
+++ head/www/reviewboard/Makefile	Sat Dec 26 16:43:38 2015	(r404534)
@@ -12,6 +12,8 @@ COMMENT=	Web-based code review tool
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		depends on conflicting versions of django
+
 RUN_DEPENDS=	python:${PORTSDIR}/lang/python \
 		${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:${PORTSDIR}/www/py-django16 \
 		${PYTHON_PKGNAMEPREFIX}django-evolution>=0.6.7:${PORTSDIR}/www/py-django-evolution \



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