From owner-freebsd-ports@FreeBSD.ORG Wed Oct 23 03:46:36 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F428919; Wed, 23 Oct 2013 03:46:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 616892DCD; Wed, 23 Oct 2013 03:46:36 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id r10so275439pdi.4 for ; Tue, 22 Oct 2013 20:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DH37JO2nNXK+GyP4cYB9JJAH5sn8yTk1+9Q0U/m01Sw=; b=WBf0qyxGFH0v50YEL+nwSBKzvA56p0VZ2kN8FWle3rcltSg7cjt/Nf9xVOVz87Ncew Q584VZbpb/FP6HuVQ/k3oV6EjlzihJ4/CR4JjzV9Oc7G5eq+JQQERfcbzYZvJDb/uR6g 7zHNShQOpCGRB20YnLh11CMZv1m/4QRWNxQpK90IJ+ccMgoaUcbj2FX2sdlxliN9HExE 9JH0MXsPrOQnZcsUcxzdfJ+gxYZYVu8XK9zGXL/xd6Qf1NazSUXXAO+Y5ScJpML+z+qf qm2G9c0pKZKdQbqJz1F9f57cQeJQXpqL1SzzyJpnphwWSqooLVKNDG5hmaiJBDPMpEkU 1G5w== X-Received: by 10.66.162.73 with SMTP id xy9mr725951pab.172.1382499995977; Tue, 22 Oct 2013 20:46:35 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id wp8sm1181196pbc.26.2013.10.22.20.46.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 20:46:35 -0700 (PDT) Message-ID: <52674653.4010403@FreeBSD.org> Date: Wed, 23 Oct 2013 14:45:23 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Thunderbird/25.0 MIME-Version: 1.0 To: Douglas Thrift , lwhsu@FreeBSD.org Subject: Re: FreeBSD Port: py27-httplib2-0.8 References: <52647E50.4000203@douglasthrift.net> In-Reply-To: <52647E50.4000203@douglasthrift.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 03:46:36 -0000 On 21/10/2013 12:07 PM, Douglas Thrift wrote: > Hello, > > This seems to be affecting the httplib2 package on FreeBSD as well: > > https://code.google.com/p/httplib2/issues/detail?id=251 > Hi Douglas, Can you submit a PR for www/py-httplib2 so it can be tracked and resolved Thanks for the report :) Koobs