Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 01:04:31 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305747 - head/lang/pypy
Message-ID:  <201210120104.q9C14V6Z014866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <naylor.b.david@gmail.com> (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 <naylor.b.david@gmail.com>
-#
+# Created by: David Naylor <naylor.b.david@gmail.com>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120104.q9C14V6Z014866>