New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11440 (closed enhancement: fixed)

Opened 6 years ago

Last modified 4 years ago

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:1 Changed 6 years ago by pipping@…

  • Milestone set to Available Ports

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

comment:5 Changed 6 years ago by pipping@…

  • Status changed from new to closed
  • Resolution set to fixed

fixed in r23346.

comment:6 Changed 6 years ago by nox@…

  • Priority changed from Nice to have to Low

comment:7 Changed 4 years ago by anonymous

  • Milestone Port Enhancements deleted

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.