From owner-svn-ports-head@FreeBSD.ORG Sat Jun 6 19:40:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B7A5D3; Sat, 6 Jun 2015 19:40:07 +0000 (UTC) (envelope-from dbn@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 909501139; Sat, 6 Jun 2015 19:40:07 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t56Je7vK030864; Sat, 6 Jun 2015 19:40:07 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t56Je7N1030863; Sat, 6 Jun 2015 19:40:07 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201506061940.t56Je7N1030863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 6 Jun 2015 19:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388681 - head/lang/pypy 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.20 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: Sat, 06 Jun 2015 19:40:07 -0000 Author: dbn Date: Sat Jun 6 19:40:06 2015 New Revision: 388681 URL: https://svnweb.freebsd.org/changeset/ports/388681 Log: lang/pypy: unbreak port due to missing space in '@comment'. PR: 200658 Submitted by: Ting-Wei Lan Modified: head/lang/pypy/Makefile Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Sat Jun 6 19:15:55 2015 (r388680) +++ head/lang/pypy/Makefile Sat Jun 6 19:40:06 2015 (r388681) @@ -38,7 +38,7 @@ OPTIONS_DEFAULT+= PYPY_MINMEM .endif # Disable CFFI compilation and shared libraries temporarily -PLIST_SUB+= CFFI="@comment" +PLIST_SUB+= CFFI="@comment " CONFLICTS_INSTALL= pypy-[0-9]*