From owner-svn-ports-all@FreeBSD.ORG Mon Dec 9 10:15:15 2013 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 9E3BA1AC; Mon, 9 Dec 2013 10:15:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8264D1953; Mon, 9 Dec 2013 10:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9AFFsB039247; Mon, 9 Dec 2013 10:15:15 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9AFF82039246; Mon, 9 Dec 2013 10:15:15 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312091015.rB9AFF82039246@svn.freebsd.org> From: William Grzybowski Date: Mon, 9 Dec 2013 10:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335960 - head/devel/py-twisted 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.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: Mon, 09 Dec 2013 10:15:15 -0000 Author: wg Date: Mon Dec 9 10:15:14 2013 New Revision: 335960 URL: http://svnweb.freebsd.org/changeset/ports/335960 Log: devel/py-twisted: remove useless and misleading PYDISTUTILS_NOEGGINFO Reported by: antoine Modified: head/devel/py-twisted/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Mon Dec 9 10:12:39 2013 (r335959) +++ head/devel/py-twisted/Makefile Mon Dec 9 10:15:14 2013 (r335960) @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twis NO_BUILD= yes USE_PYTHON= -2.7 -PYDISTUTILS_NOEGGINFO= yes # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options