From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 19:02:12 2014 Return-Path: Delivered-To: svn-ports-all@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 612DB1A6; Tue, 4 Mar 2014 19:02:12 +0000 (UTC) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03925B36; Tue, 4 Mar 2014 19:02:11 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id f73so5377562yha.14 for ; Tue, 04 Mar 2014 11:02:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6SG5d97h+/gOSGVuALR1E1lqh+X6UQ23kp0zfT08SN0=; b=rMDFjDLT3kdjqQ3zFST7daiI1XZc2dyNbGlgoYI3cHI+c2P0pix7rDBOKOXnVLZGBf WJ88W9fQfz+xUJOzhX/eQn7i88cwEQA9EwVs+W86oSigqULg7SsWBkUlbcMU1IpcyiGq tKTzScmo11rmx9yuH9Xd182F79C9qlyRs0bD+90DH3OyZ8m7h8ThoKhhY7CpmHao9znN kZdVhJkmqOFvRj6J3YnqAgqjstXw1wd3CTGDSqeV1ZnwH2nIp5Jt6BSr7fPux9n+o53a mcjduUdjp1dvivPsXwbQEnnzQW7ApP7p+SjDNpMdB8TLM2ACHlS65sLh1Bae9pZj0FTO J33A== MIME-Version: 1.0 X-Received: by 10.236.19.162 with SMTP id n22mr1263333yhn.23.1393959731214; Tue, 04 Mar 2014 11:02:11 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Tue, 4 Mar 2014 11:02:11 -0800 (PST) In-Reply-To: <53161DE8.1010504@yandex.ru> References: <201403041129.s24BTjeH070117@svn.freebsd.org> <53161DE8.1010504@yandex.ru> Date: Tue, 4 Mar 2014 20:02:11 +0100 X-Google-Sender-Auth: JjJH80WLSBHmwbk0XZY8H3SqxRA Message-ID: Subject: Re: svn commit: r347007 - head/www/py-plone.app.layout From: Antoine Brodin To: Ruslan Makhmatkhanov Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 04 Mar 2014 19:02:12 -0000 On Tue, Mar 4, 2014 at 7:39 PM, Ruslan Makhmatkhanov wrote: > Antoine Brodin wrote on 04.03.2014 15:29: > >> Author: antoine >> Date: Tue Mar 4 11:29:45 2014 >> New Revision: 347007 >> URL: http://svnweb.freebsd.org/changeset/ports/347007 >> QAT: https://qat.redports.org/buildarchive/r347007/ >> >> Log: >> - Use PYDISTUTILS_AUTOPLIST (generated package was empty) >> - Remove infozip dependency >> >> Modified: >> head/www/py-plone.app.layout/Makefile > > > Thank you for this and others! May I ask you, how do you find them? Was that > manual check or there is some know-how you could share? Hi, "poudriere bulk -t -a" reported that those ports had lots of stage orphans. Cheers, Antoine