Bug 212486

Summary: Change how addport gets variables from the Makefile.
Product: Ports & Packages Reporter: Mathieu Arnold <mat>
Component: Ports FrameworkAssignee: Mathieu Arnold <mat>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports-bugs
Priority: --- Flags: crees: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
v1 none

Description Mathieu Arnold freebsd_committer freebsd_triage 2016-09-08 12:23:05 UTC
Created attachment 174527 [details]
v1
Comment 1 Chris Rees freebsd_committer freebsd_triage 2016-09-08 12:44:15 UTC
I suppose this mainly helps when DISTVERSION and slave ports are used.

Please go ahead.

Chris
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-09-08 12:49:50 UTC
A commit references this bug:

Author: mat
Date: Thu Sep  8 12:49:03 UTC 2016
New revision: 421545
URL: https://svnweb.freebsd.org/changeset/ports/421545

Log:
  Use make(1) to extract variables from a Makefile, not grep.

  PR:		212486
  Submitted by:	mat
  Approved by:	crees (maintainer)
  Sponsored by:	Absolight

Changes:
  head/Tools/scripts/addport