portdowngrade & proxy

Hi,

Is it possible to use portdowngrade through proxy?

Or may be another possibility exists for ports downgrading behind proxy.

Thanks,
Kryol
 
It should respect HTTP_PROXY. Similar to the other tools.
 
If you have a machine on the internet you can reach with ssh(1) you can use port forwarding to 'proxy' cvs(1):
$ ssh -L5999:cvsup.freebsd.org:5999 [email]me@some.machin[/email]e
Then configure portdowngrade to use localhost as the CVS host.
 
The port itself will need to be updated by it's maintainer.
 
Back
Top