Ticket #11440 (closed enhancement: fixed)
subversion: new variant bash_completion
| Reported by: | macports@… | Owned by: | dluke@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
This new variant installs svn and svnadmin definitions for bash-completion.
variant bash_completion {
depends_run-append port:bash-completion
post-destroot {
xinstall -d ${destroot}${prefix}/etc/bash_completion.d
file copy ${worksrcpath}/tools/client-side/bash_completion ${destroot}${prefix}/etc/bash_completion.d/subversion
}
}
Change History
comment:2 Changed 6 years ago by pipping@…
- Milestone changed from Available Ports to Port Enhancements
comment:3 Changed 6 years ago by pipping@…
the line
xinstall -d ${destroot}${prefix}/etc/bash_completion.d
is obsoleted by
depends_run-append port:bash-completion
comment:4 Changed 6 years ago by pipping@…
also, how is this different than the completion that already comes with bash-completion?
assuming your prefix is set to /opt/local, have a look via
less -N +8811 /opt/local/etc/bash_completion
Note: See
TracTickets for help on using
tickets.

