Bug 211421 - DEPRECATED messages are printed with backslash escaped spaces
Summary: DEPRECATED messages are printed with backslash escaped spaces
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-28 13:07 UTC by Miroslav Lachman
Modified: 2016-08-09 14:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2016-07-28 13:07:11 UTC
For example port lang/php55 has this in Makefile

DEPRECATED= EOL upstream since 10 Jul 2016

On installation by "pkg upgrade" it prints following message:

-----------
This port is deprecated; you may wish to reconsider installing it:

EOL\ upstream\ since\ 10\ Jul\ 2016.

It is scheduled to be removed on or after 2016-08-20.
-----------

All spaces are escaped by backslash.


Bapt thinks it is ports bug:
https://lists.freebsd.org/pipermail/freebsd-ports/2016-July/104180.html
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2016-08-09 14:22:58 UTC
Oh, I messed that up, sorry about that.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-08-09 14:29:15 UTC
A commit references this bug:

Author: mat
Date: Tue Aug  9 14:29:05 UTC 2016
New revision: 419923
URL: https://svnweb.freebsd.org/changeset/ports/419923

Log:
  Don't overquote the DEPRECATED message, it ended up looking silly.

  Something like:

  -----------
  This port is deprecated; you may wish to reconsider installing it:

  EOL\ upstream\ since\ 10\ Jul\ 2016.

  It is scheduled to be removed on or after 2016-08-20.
  -----------

  PR:		211421
  Reported by:	Miroslav Lachman
  Sponsored by:	Absolight

Changes:
  head/Mk/bsd.port.mk