Bug 200658

Summary: lang/pypy: add the missing space after @comment
Product: Ports & Packages Reporter: Ting-Wei Lan <lantw44>
Component: Individual Port(s)Assignee: David Naylor <dbn>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (dbn)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
A simple patch to fix the build none

Description Ting-Wei Lan 2015-06-05 18:31:54 UTC
Created attachment 157438 [details]
A simple patch to fix the build

pypy is still broken after r388494 because a missing space.

Added line
PLIST_SUB+= CFFI="@comment"

should be
PLIST_SUB+= CFFI="@comment "
Comment 1 David Naylor freebsd_committer freebsd_triage 2015-06-06 19:40:36 UTC
Thank you for your report and patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-06 19:41:07 UTC
A commit references this bug:

Author: dbn
Date: Sat Jun  6 19:40:07 UTC 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>

Changes:
  head/lang/pypy/Makefile