Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 11:52:06 +0200
From:      =?UTF-8?B?UmVuw6kgTGFkYW4=?= <rene@freebsd.org>
To:        Kubilay Kocak <koobs@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r316554 - in head/www/py-requests: . files
Message-ID:  <517B9FC6.3010805@freebsd.org>
In-Reply-To: <201304260258.r3Q2wqxN057764@svn.freebsd.org>
References:  <201304260258.r3Q2wqxN057764@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> ==============================================================================
> --- 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é



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