From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 08:28:35 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 CAD89A1C; Tue, 21 Jan 2014 08:28:35 +0000 (UTC) Received: from forward5l.mail.yandex.net (forward5l.mail.yandex.net [IPv6:2a02:6b8:0:1819::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F57F1096; Tue, 21 Jan 2014 08:28:35 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward5l.mail.yandex.net (Yandex) with ESMTP id 10903C40DA9; Tue, 21 Jan 2014 12:28:32 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 8B16A1B41F6C; Tue, 21 Jan 2014 12:28:32 +0400 (MSK) Received: from unknown (unknown [77.66.224.37]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id J6c6B8Z7SB-SVlC5S3T; Tue, 21 Jan 2014 12:28:32 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 90d60c94-e553-4281-9c87-c7d8e7c5dcc1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1390292912; bh=mNwZBhlWKBbQNkHRU0WyNzjMYqpU4O4/qkJwMFlXMDQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MKHLGf3vorN2G58M1235JK3pG6ihv20Uk7VpklQO0FmXno7MFR///wZ92fXBRdo0p K8wL63Qgwoo6RXkqD9bhB4ARFuR4ZTXDbiJNf2egpASLswwPXfMDbliASc6V9N3aGC 4VG5hg1nXvUfuoUmsJlVbIBUXnH7aNTWAXSy8X7E= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52DE2FAD.8020307@yandex.ru> Date: Tue, 21 Jan 2014 12:28:29 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340576 - head/devel/py-protobuf References: <201401210824.s0L8OktB058668@svn.freebsd.org> In-Reply-To: <201401210824.s0L8OktB058668@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: Tue, 21 Jan 2014 08:28:35 -0000 Vanilla I. Shu wrote on 21.01.2014 12:24: > Author: vanilla > Date: Tue Jan 21 08:24:46 2014 > New Revision: 340576 > URL: http://svnweb.freebsd.org/changeset/ports/340576 > QAT: https://qat.redports.org/buildarchive/r340576/ > > Log: > Support STAGEDIR. > > Deleted: > head/devel/py-protobuf/pkg-plist > Modified: > head/devel/py-protobuf/Makefile > > Modified: head/devel/py-protobuf/Makefile > ============================================================================== > --- head/devel/py-protobuf/Makefile Tue Jan 21 08:20:08 2014 (r340575) > +++ head/devel/py-protobuf/Makefile Tue Jan 21 08:24:46 2014 (r340576) > @@ -16,9 +16,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER > PROJECTHOST= protobuf > USE_BZIP2= yes > USE_PYTHON= yes > -USE_PYDISTUTILS= easy_install > +USE_PYDISTUTILS= yes > +PYDISTUTILS_AUTOPLIST= yes > > -NO_STAGE= yes > pre-build: > @${MKDIR} ${WRKSRC}/google/protobuf/compiler > Please note, that this change requires portrevision bump, because before this change the package installed [zipped] egg, and now it installs extracted plain tree. -- Regards, Ruslan T.O.S. Of Reality