From owner-svn-ports-head@FreeBSD.ORG Tue Dec 23 01:23:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35688E85; Tue, 23 Dec 2014 01:23:13 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 000FB1036; Tue, 23 Dec 2014 01:23:12 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id w10so6842666pde.11; Mon, 22 Dec 2014 17:23:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=7yfS+f5PkqfEc0F2ojToBDbxuIf12faK26Yw6x7LjcQ=; b=Vw4hKeHo0o+HdT3uD7/q7npLxAiLbJPTJ7VLN4++eX9ho6rsZ3Nl6Hnrpacf3Vcd2B tUCXoUydqWTKcUzXmuFlXqOcffqpC9W52Zzej608yCtqMcdz72W8jVl663L5kf3W9eM6 p8Im/3hb8hSW31NqWdf/Tk7b3vbwjLViWFx6aatZDk5Ptbmok4PM710LI3poYvoTougT sg/xweYzuoulUpwSSNpFJgtvGZ2iu+xZYdK2UmBZgvCZ8qOgflgiKylXZ+6H/oLO+JPB QmVX2NVdUlGLvg/hKGnwq+GXRwaA+X+4T+OTpYiY7QPcafux1V7gcV7e9mrB76PiY8cG qqsQ== X-Received: by 10.68.69.109 with SMTP id d13mr39566890pbu.57.1419297792542; Mon, 22 Dec 2014 17:23:12 -0800 (PST) Received: from [192.168.1.101] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id z2sm3338767pdc.95.2014.12.22.17.23.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Dec 2014 17:23:12 -0800 (PST) Sender: Kubilay Kocak Message-ID: <5498C3F8.6080003@FreeBSD.org> Date: Tue, 23 Dec 2014 12:23:04 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r375265 - head/devel/py-jira References: <201412222043.sBMKhwU0049674@svn.freebsd.org> In-Reply-To: <201412222043.sBMKhwU0049674@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 01:23:13 -0000 On 23/12/2014 7:43 AM, Antoine Brodin wrote: > Author: antoine > Date: Mon Dec 22 20:43:57 2014 > New Revision: 375265 > URL: https://svnweb.freebsd.org/changeset/ports/375265 > QAT: https://qat.redports.org/buildarchive/r375265/ > > Log: > Mark BROKEN: Depends on conflicting py-requests1 and py-requests (via py-requests-oauthlib) > > Modified: > head/devel/py-jira/Makefile > > Modified: head/devel/py-jira/Makefile > ============================================================================== > --- head/devel/py-jira/Makefile Mon Dec 22 20:26:16 2014 (r375264) > +++ head/devel/py-jira/Makefile Mon Dec 22 20:43:57 2014 (r375265) > @@ -14,6 +14,8 @@ COMMENT= Library to ease use of the JIRA > > LICENSE= BSD2CLAUSE > > +BROKEN= Depends on conflicting py-requests1 and py-requests (via py-requests-oauthlib) > + > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 \ > ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:${PORTSDIR}/www/py-requests-oauthlib \ > ${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \ > I'm updating this now, stand by. -- Koobs