From owner-svn-ports-all@FreeBSD.ORG Fri Nov 9 09:38:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1334F69; Fri, 9 Nov 2012 09:38:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 949AC8FC0A; Fri, 9 Nov 2012 09:38:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA99cUTh042553; Fri, 9 Nov 2012 09:38:30 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA99cUfn042551; Fri, 9 Nov 2012 09:38:30 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211090938.qA99cUfn042551@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 9 Nov 2012 09:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307231 - in branches/RELENG_9_1_0/devel: . py-eggtestinfo X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 09 Nov 2012 09:38:30 -0000 Author: rm Date: Fri Nov 9 09:38:30 2012 New Revision: 307231 URL: http://svnweb.freebsd.org/changeset/ports/307231 Log: MFH r307197 This package is a setuptools plugin: it adds a file to the generated .egg-info directory, capturing the information used by the setup.py test command when running tests. WWW: http://pypi.python.org/pypi/eggtestinfo Approved by: portmgr (beat) Feature safe: yes Added: branches/RELENG_9_1_0/devel/py-eggtestinfo/ - copied from r307197, head/devel/py-eggtestinfo/ Modified: branches/RELENG_9_1_0/devel/Makefile Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/devel/Makefile ============================================================================== --- branches/RELENG_9_1_0/devel/Makefile Fri Nov 9 09:29:31 2012 (r307230) +++ branches/RELENG_9_1_0/devel/Makefile Fri Nov 9 09:38:30 2012 (r307231) @@ -3314,6 +3314,7 @@ SUBDIR += py-distutils-extra SUBDIR += py-durus SUBDIR += py-dynrules + SUBDIR += py-eggtestinfo SUBDIR += py-elementtree SUBDIR += py-epsilon SUBDIR += py-event