Bug 193432 - Fix a typo in processing EXTRA_PATCHES
Summary: Fix a typo in processing EXTRA_PATCHES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks: 193435
  Show dependency treegraph
 
Reported: 2014-09-07 16:55 UTC by Ian Lepore
Modified: 2014-09-07 17:21 UTC (History)
2 users (show)

See Also:


Attachments
patch to fix the typo (448 bytes, patch)
2014-09-07 16:55 UTC, Ian Lepore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!