From owner-svn-ports-all@FreeBSD.ORG Wed Jun 17 17:20:37 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92C9B400; Wed, 17 Jun 2015 17:20:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81891A0E; Wed, 17 Jun 2015 17:20:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHKbsV012169; Wed, 17 Jun 2015 17:20:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHKbvE012168; Wed, 17 Jun 2015 17:20:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506171720.t5HHKbvE012168@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Jun 2015 17:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389949 - head/security/py-crits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 17:20:37 -0000 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