Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 17:20:37 +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: r389949 - head/security/py-crits
Message-ID:  <201506171720.t5HHKbvE012168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jun 17 17:20:36 2015
New Revision: 389949
URL: https://svnweb.freebsd.org/changeset/ports/389949

Log:
  Mark BROKEN: Depends on conflicting versions of django
  
  [101amd64-default-job-03] Installing py27-django-tastypie-0.12.1...
  [101amd64-default-job-03] `-- Installing py27-django-1.8.2...
  pkg-static: py27-django-1.8.2 conflicts with py27-django16-1.6.11 (installs files into the same place).  Problematic file: /usr/local/man/man1/django-admin.1.gz
  
  Reported by:	pkg-fallout

Modified:
  head/security/py-crits/Makefile

Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile	Wed Jun 17 17:18:38 2015	(r389948)
+++ head/security/py-crits/Makefile	Wed Jun 17 17:20:36 2015	(r389949)
@@ -13,6 +13,8 @@ COMMENT=		Collaborative Research Into Th
 LICENSE=		MIT
 LICENSE_FILE=		${WRKSRC}/LICENSE
 
+BROKEN=		Depends on conflicting versions of django
+
 USE_GITHUB=		yes
 GH_PROJECT=		crits
 



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