Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11440 (closed enhancement: fixed)

Opened 22 months ago

Last modified 16 months ago

subversion: new variant bash_completion

Reported by: macports@… Owned by: dluke@…
Priority: Low Milestone: Port Enhancements
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

Changed 21 months ago by pipping@…

  • milestone set to Available Ports

Changed 21 months ago by pipping@…

  • milestone changed from Available Ports to Port Enhancements

Changed 21 months ago by pipping@…

the line

xinstall -d ${destroot}${prefix}/etc/bash_completion.d

is obsoleted by

depends_run-append port:bash-completion

Changed 21 months 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

Changed 21 months ago by pipping@…

  • status changed from new to closed
  • resolution set to fixed

fixed in r23346.

Changed 16 months ago by nox@…

  • priority changed from Nice to have to Low
Note: See TracTickets for help on using tickets.