From owner-svn-ports-head@FreeBSD.ORG Sat Apr 27 10:37:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5320FC3D; Sat, 27 Apr 2013 10:37:28 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE5C1640; Sat, 27 Apr 2013 10:37:26 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id fl20so2282303lab.37 for ; Sat, 27 Apr 2013 03:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+lxLm5u+oE3CVxiUOaPC68GJAi7AgjeklIGHC3JG370=; b=HtstyfGYXsVnrQGbbhb/xoFNfxyaEg0wpVoBtJCIKDeDVrRN/hjV7e4D7GR+Ob16mi 0Oo+XAK5mT47wsHj5HsyZtHSqA0NKP2mL94p5lH//t2fwEDM0IlQl/EA23KiOjEausGd BXTnq+RLi35CewycXzAuErPIQmFe+CEOrZSTINwkOs6OgxethThNOtIlQo7uD+jbv2N5 5kFADi3WSMJDsNg3gnHq4gX8Lr2Ax11G+fD8rNO+KciyXXdVgQowhoSpR6FROnUM7K88 K+Q1bRXxW0uUOvT7jvoHkmnGfyET8zo+8OwtnRbKrh6YV1tPeui12d3ZGcZBu07Bydmu p/Tw== MIME-Version: 1.0 X-Received: by 10.112.139.102 with SMTP id qx6mr23166661lbb.99.1367059045876; Sat, 27 Apr 2013 03:37:25 -0700 (PDT) Received: by 10.152.120.33 with HTTP; Sat, 27 Apr 2013 03:37:25 -0700 (PDT) In-Reply-To: <517B9FC6.3010805@freebsd.org> References: <201304260258.r3Q2wqxN057764@svn.freebsd.org> <517B9FC6.3010805@freebsd.org> Date: Sat, 27 Apr 2013 12:37:25 +0200 Message-ID: Subject: Re: svn commit: r316554 - in head/www/py-requests: . files From: Olivier Duchateau To: =?ISO-8859-1?Q?Ren=E9_Ladan?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , svn-ports-all@freebsd.org, Kubilay Kocak , "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 10:37:28 -0000 2013/4/27 Ren=E9 Ladan > 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 < > alexey@renatasystems.org> > > [...] > > > > Modified: head/www/py-requests/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > --- 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=3D requests > > -PORTVERSION=3D 0.14.1 > > +PORTVERSION=3D 1.1.0 > > CATEGORIES=3D www python > > MASTER_SITES=3D CHEESESHOP > > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > > @@ -12,14 +12,10 @@ COMMENT=3D HTTP library written in Python > > > > LICENSE=3D ISCL > > > > -RUN_DEPENDS=3D > ${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? > With 1.1.0 release security/py-certify is needed [1] (I know it's optional module). But with 1.2.0 release [2], you can drop this module. [1] https://github.com/kennethreitz/requests/blob/v1.1.0/requests/certs.py [2] https://github.com/kennethreitz/requests/blob/v1.2.0/requests/certs.py > > Ren=E9 > --=20 olivier