Date: Sat, 6 Jun 2015 19:40:07 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388681 - head/lang/pypy Message-ID: <201506061940.t56Je7N1030863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lantw44@gmail.com> 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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061940.t56Je7N1030863>