Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 20:21:19 +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: r464950 - head/www/py-graphite-web
Message-ID:  <201803182021.w2IKLJNg078893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 18 20:21:19 2018
New Revision: 464950
URL: https://svnweb.freebsd.org/changeset/ports/464950

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: py27-django111-1.11.11 conflicts with py27-django18-1.8.19 (installs files into the same place).  Problematic file: /usr/local/man/man1/django-admin.1.gz
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-graphite-web/Makefile

Modified: head/www/py-graphite-web/Makefile
==============================================================================
--- head/www/py-graphite-web/Makefile	Sun Mar 18 20:11:43 2018	(r464949)
+++ head/www/py-graphite-web/Makefile	Sun Mar 18 20:21:19 2018	(r464950)
@@ -12,6 +12,8 @@ COMMENT=	Enterprise scalable realtime graphing platfor
 
 LICENSE=	APACHE20
 
+BROKEN=		conflicting dependencies (django18 and django111)
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:graphics/py-cairo@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}carbon>=${PORTVERSION}:databases/py-carbon@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18@${FLAVOR} \



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