Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11440 closed enhancement (fixed)

subversion: new variant bash_completion

Reported by: macports@… Owned by: danielluke (Daniel J. Luke)
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 (7)

comment:1 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:2 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Enhancements

comment:3 Changed 17 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 17 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 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r23346.

comment:6 Changed 17 years ago by nox@…

Priority: Nice to haveLow

comment:7 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.