From owner-svn-ports-head@FreeBSD.ORG Thu Nov 29 14:34:32 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11DFD9C8; Thu, 29 Nov 2012 14:34:32 +0000 (UTC) (envelope-from nivit@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 DBF258FC13; Thu, 29 Nov 2012 14:34:31 +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 qATEYVtO096445; Thu, 29 Nov 2012 14:34:31 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATEYVst096444; Thu, 29 Nov 2012 14:34:31 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201211291434.qATEYVst096444@svn.freebsd.org> From: Nicola Vitale Date: Thu, 29 Nov 2012 14:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307963 - head/editors/spe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 14:34:32 -0000 Author: nivit Date: Thu Nov 29 14:34:31 2012 New Revision: 307963 URL: http://svnweb.freebsd.org/changeset/ports/307963 Log: - Fix fetch PR: ports/173216 Submitted by: avilla Feature safe: yes Modified: head/editors/spe/Makefile (contents, props changed) Modified: head/editors/spe/Makefile ============================================================================== --- head/editors/spe/Makefile Thu Nov 29 14:10:36 2012 (r307962) +++ head/editors/spe/Makefile Thu Nov 29 14:34:31 2012 (r307963) @@ -18,6 +18,7 @@ COMMENT= Stani's Python Editor NO_BUILD= yes +FETCH_ARGS= -Fpr USE_PYTHON= yes USE_WX= 2.6 WANT_UNICODE= yes