From owner-svn-ports-all@FreeBSD.ORG Fri Dec 21 21:17:33 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 B64FCF28; Fri, 21 Dec 2012 21:17:33 +0000 (UTC) (envelope-from mva@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 9A0A18FC0A; Fri, 21 Dec 2012 21:17:33 +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 qBLLHXrq040162; Fri, 21 Dec 2012 21:17:33 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBLLHXqf040161; Fri, 21 Dec 2012 21:17:33 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201212212117.qBLLHXqf040161@svn.freebsd.org> From: Marcus von Appen Date: Fri, 21 Dec 2012 21:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309372 - head/lang/python33 X-SVN-Group: ports-head 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, 21 Dec 2012 21:17:33 -0000 Author: mva Date: Fri Dec 21 21:17:33 2012 New Revision: 309372 URL: http://svnweb.freebsd.org/changeset/ports/309372 Log: - Remove test and regression-test targets for now - they pollute the installation on tinderboxes causing leftovers Discussed with: Kubilay Kocak Modified: head/lang/python33/Makefile (contents, props changed) Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Fri Dec 21 19:57:42 2012 (r309371) +++ head/lang/python33/Makefile Fri Dec 21 21:17:33 2012 (r309372) @@ -231,9 +231,4 @@ post-install: @${CAT} ${PKGMESSAGE} -test: build - @cd ${WRKSRC} && ./python -m test -u all -j 1 -w - -regression-test: test - .include