From owner-svn-ports-head@FreeBSD.ORG Sat Apr 27 09:52:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1A41198; Sat, 27 Apr 2013 09:52:16 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id BE53414E9; Sat, 27 Apr 2013 09:52:15 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d41so1982853eek.39 for ; Sat, 27 Apr 2013 02:52:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=FUIqlBXIoNvuI84IrWUwfWsza1eZ8jggLxN+mRE+I+Q=; b=dtqnIxle7Fsydj4X+SK4dFIOEPrkJSH0BWdmIM52mmjL8jSj+d6kcSvAGfiD8az8d+ SpPZopZQKmQSc35O+evUUFxTx7Y6AVD+6Nc6/80/H1x98HrLW4b13N/IGF3bKyW3O4mG hkXvD5KvvntzLHzhvnnPHY4myoHa8TXot86Hl7moMq9h8Z238EHoC0ih/+wawNl3zz0L GM8r+NLwjKCifxuajybUJo8QIxLjybbGFAPFazTfIea12VjbR/tHbHeQnEeWcAa0xAcw oZGFaxr/TwQJ068f1pfkq/KLppqZ5OFEJfFplsZRRkDOLgtAp+V7UXp1fmqWLDGU5e/e Hxtw== X-Received: by 10.14.3.137 with SMTP id 9mr10166702eeh.0.1367056329506; Sat, 27 Apr 2013 02:52:09 -0700 (PDT) Received: from [192.168.123.167] (136-206-ftth.onsbrabantnet.nl. [88.159.206.136]) by mx.google.com with ESMTPSA id i53sm20872646eeu.5.2013.04.27.02.52.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Apr 2013 02:52:08 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <517B9FC6.3010805@freebsd.org> Date: Sat, 27 Apr 2013 11:52:06 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 MIME-Version: 1.0 To: Kubilay Kocak Subject: Re: svn commit: r316554 - in head/www/py-requests: . files References: <201304260258.r3Q2wqxN057764@svn.freebsd.org> In-Reply-To: <201304260258.r3Q2wqxN057764@svn.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 27 Apr 2013 09:52:16 -0000 On 26-04-2013 04:58, Kubilay Kocak wrote: > Author: koobs > Date: Fri Apr 26 02:58:51 2013 > New Revision: 316554 > URL: http://svnweb.freebsd.org/changeset/ports/316554 > > Log: > - Update to 1.1.0 > - Update pkg-plist > - Remove unnecessary RUN_DEPENDS [...] > Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst > > PR: ports/174646 > Submitted by: rene, Alexey V. Degtyarev [...] > > Modified: head/www/py-requests/Makefile > ============================================================================== > --- head/www/py-requests/Makefile Fri Apr 26 02:57:22 2013 (r316553) > +++ head/www/py-requests/Makefile Fri Apr 26 02:58:51 2013 (r316554) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= requests > -PORTVERSION= 0.14.1 > +PORTVERSION= 1.1.0 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -12,14 +12,10 @@ COMMENT= HTTP library written in Python > > LICENSE= ISCL > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certify \ Are you sure that dropping py-certify from RUN_DEPENDS is OK (I left it in the patch for the PR) ? I now get a depends_error when trying to build a port using py-requests: http://rene-ladan.nl/tb/errors/9-FreeBSD/py27-SpotifyWebsocketAPI-0.2.log Or is my tinderbox confused? René