Page MenuHomeFreeBSD

textproc/ripgrep: Install shell completions
ClosedPublic

Authored by tobik on Jul 6 2017, 8:21 PM.
Tags
None
Referenced Files
F170692748: D11509.id30528.diff
Sun, Sep 6, 1:37 AM
F170673689: D11509.diff
Sat, Sep 5, 11:13 PM
F170617596: D11509.id30512.diff
Sat, Sep 5, 4:13 PM
F170597577: D11509.diff
Sat, Sep 5, 2:06 PM
F170574346: D11509.id30573.diff
Sat, Sep 5, 11:36 AM
Unknown Object (File)
Fri, Sep 4, 5:38 AM
Unknown Object (File)
Fri, Sep 4, 1:33 AM
Unknown Object (File)
Thu, Sep 3, 1:39 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10358
Build 10770: arc lint + arc unit

Event Timeline

textproc/ripgrep/Makefile
16

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.