Bug 233417

Summary: www/w3m: Remove redundant escape
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me CC: kevans
Priority: --- Flags: nobutaka: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 229925    
Attachments:
Description Flags
svn(1) diff against www/w3m none

Description Kyle Evans freebsd_committer freebsd_triage 2018-11-22 23:35:14 UTC
Created attachment 199461 [details]
svn(1) diff against www/w3m

` is an ordinary character in this context; escaping ordinary characters will be disallowed in future versions of regex(3). No functional change, so no PORTREVISION bump.

Thanks!

Kyle Evans
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-24 12:10:05 UTC
A commit references this bug:

Author: nobutaka
Date: Sat Nov 24 12:09:56 UTC 2018
New revision: 485767
URL: https://svnweb.freebsd.org/changeset/ports/485767

Log:
  Remove a redundant escape from REINPLACE_CMD arguments for future versions of
  regex(3).

  PR:		233417
  Submitted by:	kevans

Changes:
  head/www/w3m/Makefile
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2018-11-24 12:10:53 UTC
Committed, thanks!