From owner-svn-ports-all@FreeBSD.ORG Fri Oct 12 01:04:31 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 53A81B1F; Fri, 12 Oct 2012 01:04:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9628FC19; Fri, 12 Oct 2012 01:04:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9C14VX3014868; Fri, 12 Oct 2012 01:04:31 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9C14V6Z014866; Fri, 12 Oct 2012 01:04:31 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210120104.q9C14V6Z014866@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 12 Oct 2012 01:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305747 - 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-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, 12 Oct 2012 01:04:31 -0000 Author: jhale Date: Fri Oct 12 01:04:30 2012 New Revision: 305747 URL: http://svn.freebsd.org/changeset/ports/305747 Log: - Remove quotes from options string While here: - Trim Makefile header PR: ports/172603 Submitted by: David Naylor (maintainer) Approved by: makc, avilla (mentors, implicit) Reported by: Riccardo Torrini Feature safe: yes Modified: head/lang/pypy/Makefile Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Fri Oct 12 00:53:48 2012 (r305746) +++ head/lang/pypy/Makefile Fri Oct 12 01:04:30 2012 (r305747) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: pypy -# Date created: 2011/05/17 -# Whom: David Naylor -# +# Created by: David Naylor # $FreeBSD$ -# PORTNAME= pypy DISTVERSION= 1.9 @@ -23,7 +19,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/ ffi:${PORTSDIR}/devel/libffi OPTIONS_DEFINE= SANDBOX -SANDBOX_DESC= "Translate a sandboxed pypy" +SANDBOX_DESC= Translate a sandboxed pypy BUILD_WRKSRC= ${WRKDIR} USE_BZIP2= yes