svn commit: r464950 - head/www/py-graphite-web

Antoine Brodin antoine at FreeBSD.org
Sun Mar 18 20:21:20 UTC 2018


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} \


More information about the svn-ports-head mailing list