howto dissallow upgrade for specific port?

2003-10-24 Thread Jesse Guardiani
Howdy list, I have a port that I do NOT want to upgrade: python-2.2.2 If I do upgrade it, some of the software on my system will not work correctly. However, I'd still like to use portupgrade -R on a few ports to upgrade all dependencies EXCEPT python. Is there a way to mark a port as

Re: howto dissallow upgrade for specific port?

2003-10-24 Thread Thomas Spreng
hello, Read the portupgrade manpage. I think the --exclude parameter is what you want. cheers, tom On Fri, Oct 24, 2003 at 11:23:03AM -0400, Jesse Guardiani wrote: Howdy list, I have a port that I do NOT want to upgrade: python-2.2.2 If I do upgrade it, some of the software on my

Re: howto dissallow upgrade for specific port?

2003-10-24 Thread Ruben de Groot
On Fri, Oct 24, 2003 at 11:23:03AM -0400, Jesse Guardiani typed: Howdy list, I have a port that I do NOT want to upgrade: python-2.2.2 If I do upgrade it, some of the software on my system will not work correctly. However, I'd still like to use portupgrade -R on a few ports to upgrade

Re: howto dissallow upgrade for specific port?

2003-10-24 Thread Jesse Guardiani
Ruben de Groot wrote: On Fri, Oct 24, 2003 at 11:23:03AM -0400, Jesse Guardiani typed: [...] Is there a way to mark a port as non-upgradable? Yes, see /usr/local/etc/pkgtools.conf HOLD_PKGS = [ 'bsdpan-*', 'x11*/XFree86*', 'portupgrade', 'python-*', ] Thanks!