From owner-svn-ports-all@FreeBSD.ORG Sun Feb 16 18:43:13 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 599224D1; Sun, 16 Feb 2014 18:43:13 +0000 (UTC) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C95A14C0; Sun, 16 Feb 2014 18:43:13 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 369F21440C7F; Sun, 16 Feb 2014 22:43:09 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 8119B134018B; Sun, 16 Feb 2014 22:43:08 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id LUdVmzea93-h7QiJdZ8; Sun, 16 Feb 2014 22:43:08 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 41f5fef0-90d5-456f-b6f2-242bf975318e DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1392576188; bh=OR4qBjYxh6//u02LPTEWikOhf+pRo8PuJOMiZlP2pSw=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HrZBXQKQx6cMYcmARKcxlk1NQM6kSn8Qmgiu0zWMXkg0lL7gp+PifuRFR+tPtf4Ha s5imjLFIRyY6KSCLvuPMxkx3y9GLt7vvTw7sBZVdTXfxc8KqyFZ+aI58xhjB9cRLHD gjYsxnX/S7hvy5szDsFQqlcH7xFmKW3ou/5m0HsY= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5301068E.8000100@yandex.ru> Date: Sun, 16 Feb 2014 22:42:22 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Mikolaj Golub , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r344608 - head/databases/py-swiftclient References: <201402161621.s1GGLxeM019360@svn.freebsd.org> In-Reply-To: <201402161621.s1GGLxeM019360@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 16 Feb 2014 18:43:13 -0000 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? -- Regards, Ruslan T.O.S. Of Reality