Bug 271558

Summary: shells/fish: Update to 3.6.1
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Alan Somers <asomers>
Status: Closed FIXED    
Severity: Affects Only Me Flags: asomers: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fish.diff none

Description Lewis Cook freebsd_committer freebsd_triage 2023-05-22 05:29:00 UTC
Created attachment 242317 [details]
fish.diff

While here do some minor housekeeping;

* Remove superfluous `post-stage-MANPAGES-off` target, cleanup is already
  handled with PLIST substitutions.

* Collapse the `PORT_OPTIONS` conditional pre-checks back into `DOCS`.  We
  only need sphinx when building the documentation, not `MANPAGES`, as such
  disallow multiple jobs if `DOCS` is enabled.
Comment 1 Alan Somers freebsd_committer freebsd_triage 2023-05-22 14:41:14 UTC
LGTM.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-23 03:28:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c35875d80d20b16cbe6673e4cf131a300cd6d015

commit c35875d80d20b16cbe6673e4cf131a300cd6d015
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2023-05-23 03:22:21 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2023-05-23 03:28:18 +0000

    shells/fish: Update to 3.6.1

    While here do some minor housekeeping;

    * Remove superfluous `post-stage-MANPAGES-off` target, cleanup is already
      handled with PLIST substitutions.

    * Collapse the `PORT_OPTIONS` conditional pre-checks back into `DOCS`.  We
      only need sphinx when building the documentation, not `MANPAGES`, as such
      disallow multiple jobs if `DOCS` is enabled.

    Changes:        https://github.com/fish-shell/fish-shell/releases/3.6.1
    PR:             271558
    Approved by:    asomers (maintainer)

 shells/fish/Makefile  | 18 +++++-------------
 shells/fish/distinfo  |  6 +++---
 shells/fish/pkg-plist | 16 ++++++++++++++--
 3 files changed, 22 insertions(+), 18 deletions(-)
Comment 3 Lewis Cook freebsd_committer freebsd_triage 2023-05-23 03:29:29 UTC
Committed, ta!