Hello,

I noticed that after running `sudo port install kubectx` the kubectl dependency 
is missing:

——
❯ kubectx
kubectl is not installed
——

The Portfile contains this line 
(https://github.com/macports/macports-ports/blob/master/sysutils/kubectx/Portfile#L24):

——
depends_run         path:${prefix}/bin/kubectl:kubectl-1.27
——

${prefix}/bin/kubectl doesn’t exist on my machine, but MacPorts didn’t install 
the kubectl-1.27 port.

Shouldn’t MacPorts have installed the kubectl-1.27 port in this case?

I’m using MacPorts 2.12.4 on macOS 26.3.1 (a) arm64.

Nils.

Reply via email to