Bug 193432

Summary: Fix a typo in processing EXTRA_PATCHES
Product: Ports & Packages Reporter: Ian Lepore <ian>
Component: Ports FrameworkAssignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Some People CC: marino, portmgr
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 193435    
Attachments:
Description Flags
patch to fix the typo none

Description Ian Lepore freebsd_committer freebsd_triage 2014-09-07 16:55:40 UTC
Created attachment 147016 [details]
patch to fix the typo

The $$patch_file variable is misspealled $$patfh_files in bsd.port.mk
Comment 1 John Marino freebsd_committer freebsd_triage 2014-09-07 17:10:50 UTC
I'll take this, the error is obvious.  CC'ing portmgr though.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-07 17:19:14 UTC
A commit references this bug:

Author: marino
Date: Sun Sep  7 17:18:39 UTC 2014
New revision: 367578
URL: http://svnweb.freebsd.org/changeset/ports/367578

Log:
  bsd.port.mk: Fix typo found in EXTRA_PATCHES handling

  PR:		193432
  Reported by:	ian@
  Approved by:	portmgr (implicit, obvious, just-fix-it)

Changes:
  head/Mk/bsd.port.mk
Comment 3 John Marino freebsd_committer freebsd_triage 2014-09-07 17:21:54 UTC
Thanks!