Bug 242487

Summary: archivers/amigadepacker: switch from sed to patch
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: --- Flags: bugzilla: maintainer-feedback? (ehaupt)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for amigadepacker none

Description Steve Wills freebsd_committer freebsd_triage 2019-12-06 17:22:02 UTC
Created attachment 209762 [details]
patch for amigadepacker

Per section 4.4.3 of the Porters Handbook, REINPLACE_CMD (sed) should not be used to replace static content. See attached patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-07 08:31:02 UTC
A commit references this bug:

Author: ehaupt
Date: Sat Dec  7 08:30:15 UTC 2019
New revision: 519189
URL: https://svnweb.freebsd.org/changeset/ports/519189

Log:
  Per section 4.4.3 of the Porters Handbook, REINPLACE_CMD (sed) should not be
  used to replace static content.

  Switch from sed to patch.

  PR:		242487
  Submitted by:	swills

Changes:
  head/archivers/amigadepacker/Makefile
  head/archivers/amigadepacker/files/
  head/archivers/amigadepacker/files/patch-Makefile.in
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2019-12-07 08:31:16 UTC
Committed, thank you.