From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 19:42:34 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id C514B886; Mon, 17 Feb 2014 19:42:34 +0000 (UTC) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E19B1921; Mon, 17 Feb 2014 19:42:33 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id c13so7290863eek.31 for ; Mon, 17 Feb 2014 11:42:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=M4x5h05ZQy97WgetsscJVd3PtlYDlegw0O7VQiOa5TQ=; b=go5hQDGOxgq1lcIh3Ch1FP5pRHI8RsdGI187uKwFnEzG8uG4V8qXR0+9WK1LGaejxl 8OZjGECoWWc4O3Zl4ksjQu8h4Scy4g8viLBuoJbqthRaqi7CUhbWAM+Rt2bIrr3U4TGM derk+c4Z6ejRv38HlHtEkcPiLFRp8Btk8DBzhT8p1YrjHbtRNRv7/r8U3BTexeYGsue9 KZtGh1napon2PMy/L93/XFR1QF1VUYKzOnE2jxPFLZDi6J4aM6LmOqwITvXTL9SlbNgY MFg64ker0XdvNsgLdsRTKZE4B/kbPV/X1Q51gNrlgPC3+n6LzAQArYDbh8+TwaaKVPXQ Q5zQ== X-Received: by 10.15.42.136 with SMTP id u8mr4326377eev.52.1392666152381; Mon, 17 Feb 2014 11:42:32 -0800 (PST) Received: from localhost ([178.150.115.244]) by mx.google.com with ESMTPSA id q44sm60875194eez.1.2014.02.17.11.42.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Feb 2014 11:42:31 -0800 (PST) Sender: Mikolaj Golub Date: Mon, 17 Feb 2014 21:42:29 +0200 From: Mikolaj Golub To: Ruslan Makhmatkhanov Subject: Re: svn commit: r344608 - head/databases/py-swiftclient Message-ID: <20140217194228.GA5267@gmail.com> References: <201402161621.s1GGLxeM019360@svn.freebsd.org> <5301068E.8000100@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5301068E.8000100@yandex.ru> User-Agent: Mutt/1.5.22 (2013-10-16) 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.17 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: Mon, 17 Feb 2014 19:42:34 -0000 On Sun, Feb 16, 2014 at 10:42:22PM +0400, Ruslan Makhmatkhanov wrote: > Mikolaj Golub wrote on 16.02.2014 20:21: > > Author: trociny > > Date: Sun Feb 16 16:21:59 2014 > > New Revision: 344608 > > URL: http://svnweb.freebsd.org/changeset/ports/344608 > > QAT: https://qat.redports.org/buildarchive/r344608/ > > > > Log: > > easy_install has been deprecated. > > > > Submitted by: koobs > > > > Modified: > > head/databases/py-swiftclient/Makefile > > > > Modified: head/databases/py-swiftclient/Makefile > > ============================================================================== > > --- head/databases/py-swiftclient/Makefile Sun Feb 16 16:21:27 2014 (r344607) > > +++ head/databases/py-swiftclient/Makefile Sun Feb 16 16:21:59 2014 (r344608) > > @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sim > > ${PYTHON_PKGNAMEPREFIX}requests>=1.1:${PORTSDIR}/www/py-requests > > > > USE_PYTHON= 2 > > -USE_PYDISTUTILS= easy_install > > +USE_PYDISTUTILS= yes > > Micolaj, this change requires portrevision bump, because package > contents is changed. > > > PYDISTUTILS_AUTOPLIST= yes > > PYDISTUTILS_PKGNAME= python_${PORTNAME} > > PYDISTUTILS_PKGNAME knob isn't required with PYDISTUTILS_AUTOPLIST. > Would you please fix that? Fixed. Thanks. -- Mikolaj Golub