| Summary: | shells/fish: Update to 3.7.1 and fix Makefile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andrew Fyfe <andrew> | ||||
| 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: |
|
||||||
LGTM! Thanks for the patch. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b77636e7a49dc610c5816bf9a9011546cf6343fb commit b77636e7a49dc610c5816bf9a9011546cf6343fb Author: Andrew Fyfe <andrew@fyfe.gb.net> AuthorDate: 2024-02-24 17:13:50 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2024-05-22 18:31:28 +0000 shells/fish: update to 3.7.1 and fix Makefile - Update to fish 3.7.1. - Remove zfs feature check patch; included upstream. - Remove post install step to strip binaries; binaries are stripped durting install. - Add post install steps to remove documentation and/or manual pages if DOCS and/or MANPAGES are not enabled. Be default fish always installs documentation and manual pages. PR: 278468 Approved by: asomers (maintainer) shells/fish/Makefile | 26 ++++++++++++++++---------- shells/fish/distinfo | 8 +++----- shells/fish/pkg-plist | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 68 insertions(+), 17 deletions(-) |
Created attachment 250094 [details] update shells/fish to 3.7.1 - Update to fish 3.7.1. - Remove zfs feature check patch; included upstream. - Remove post install step to strip binaries; binaries are stripped durting install. - Add post install steps to remove documentation and/or manual pages if DOCS and/or MANPAGES are not enabled. Be default fish always installs documentation and manual pages.