Bug 233417 - www/w3m: Remove redundant escape
Summary: www/w3m: Remove redundant escape
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks: 229925
  Show dependency treegraph
 
Reported: 2018-11-22 23:35 UTC by Kyle Evans
Modified: 2018-11-24 12:10 UTC (History)
1 user (show)

See Also:
nobutaka: maintainer-feedback+


Attachments
svn(1) diff against www/w3m (432 bytes, patch)
2018-11-22 23:35 UTC, Kyle Evans
no flags Details | Diff

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