svn commit: r404534 - head/www/reviewboard

Antoine Brodin antoine at FreeBSD.org
Sat Dec 26 16:43:39 UTC 2015


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 \


More information about the svn-ports-head mailing list