Page MenuHomeFreeBSD

textproc/ripgrep: Install shell completions
ClosedPublic

Authored by tobik on Jul 6 2017, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 2:45 AM
Unknown Object (File)
Sun, Jun 21, 9:22 PM
Unknown Object (File)
Sun, Jun 21, 7:09 PM
Unknown Object (File)
Sun, Jun 21, 7:09 PM
Unknown Object (File)
Sat, Jun 20, 10:55 PM
Unknown Object (File)
Fri, Jun 19, 7:53 PM
Unknown Object (File)
Apr 28 2026, 9:52 PM
Unknown Object (File)
Apr 24 2026, 6:03 PM
Subscribers
None

Details

Summary
Add options for installing Bash, Fish and Zsh completions.

PR:		220361
Submitted by:	petteri.valkonen@iki.fi (maintainer)
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 10.3/i386, 11.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

textproc/ripgrep/Makefile
16 ↗(On Diff #30512)

When there is more than one license, LICENSE_FILE is never used, only LICENSE_FILE_<lic> are.

  • Remove LICENSE_FILE

When there is more than one license, LICENSE_FILE is never used, only LICENSE_FILE_<lic> are.

Good to know. COPYING just says it's dual licensed, so it's probably redundant anyway.

This revision is now accepted and ready to land.Jul 8 2017, 10:54 AM
This revision was automatically updated to reflect the committed changes.