From owner-svn-ports-all@FreeBSD.ORG Mon Feb 17 13:49:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58ACBC00; Mon, 17 Feb 2014 13:49:51 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74DCE1328; Mon, 17 Feb 2014 13:49:50 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id c11so11416234lbj.3 for ; Mon, 17 Feb 2014 05:49:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=hIrFVPMZjVoLf9j+jHs4gYJLFrheHyFsk/CdkNC64B4=; b=Xvo2R+X2js5TGP/7NP4omDH5DPfx6AxgGPHT7IZU3LP5rGA/FyydMg080aji9OSKAI f8/IOuQpQ3wf6CF1ydcySnM88bbWXFeIm0+WS99UFUWGjq0bSMCWHW+EU//kU7tkt/9y WVcLANRMOUyMRPh7dB+32vvDXdtkR2LgmIpdgspcNz0dEup993az+NOznBZs1RGYh27D MhjJTPM3Tlcrmkq0Jn2GXfeCj9Cl4XVmnZLHlsmV/buV5nCMlTOBDw/eADUEnOXeJrAi 9YWBnRtAPCmbSV2/q3ZSXhFAK1jnb0R1yzC7spxSm7YU/s591S6oDLb6bKiXB5SglA5n bI5A== X-Received: by 10.153.7.137 with SMTP id dc9mr17897699lad.25.1392644988395; Mon, 17 Feb 2014 05:49:48 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id g8sm25861149lae.1.2014.02.17.05.49.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Feb 2014 05:49:46 -0800 (PST) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: svn commit: r344728 - in head/devel/py-country: . files From: Dmitry Sivachenko In-Reply-To: <5301FDC0.7040705@yandex.ru> Date: Mon, 17 Feb 2014 17:49:45 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201402171202.s1HC26QV025254@svn.freebsd.org> <5301FDC0.7040705@yandex.ru> To: Ruslan Makhmatkhanov X-Mailer: Apple Mail (2.1827) Cc: "svn-ports-head@FreeBSD.org" , "svn-ports-all@FreeBSD.org" , "ports-committers@FreeBSD.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 13:49:51 -0000 On 17 =D1=84=D0=B5=D0=B2=D1=80. 2014 =D0=B3., at 16:17, Ruslan = Makhmatkhanov wrote: > Hi Dmitry, >=20 > Dmitry Sivachenko wrote on 17.02.2014 16:02: >> Author: demon >> Date: Mon Feb 17 12:02:05 2014 >> New Revision: 344728 >> URL: http://svnweb.freebsd.org/changeset/ports/344728 >> QAT: https://qat.redports.org/buildarchive/r344728/ >>=20 >> Log: >> Update to version 1.4. >>=20 >=20 > [...] >=20 >> PYDISTUTILS_PKGNAME=3D pycountry >=20 > ^^^ This one is not used, when >=20 >> PYDISTUTILS_AUTOPLIST=3D yes >=20 > is defined. So it's safe to remove. >=20 Probably not, if I remove that line I get the following error: =3D=3D=3D> Checking if devel/py-country already installed running easy_install error: Not a URL, existing file, or requirement spec: = '/tmp/py-country/work/pycountry-1.4/dist/country-1.4-py2.7.egg' *** Error code 1