Best way to update

What's your preferred tool to update installed ports?

  • other

    Votes: 3 100.0%

  • Total voters
    3
Scenario: You keep several machines installed with Apache/PHP/MYSQL for backups/new-servers when you need them.
(ports collection installed using portsnap)

So when the time comes to use one of these servers what is the best way to update it?

Portupgrade?

Portmanager?

Portmaster?
 
I like portmaster and use it on desktops and server. It has fewer dependecies and doesn't need a database compared portmaster.

But I think it depends a lot on your customs which one you prefer. Their functionality doesn't differ very much.

I don't know portmanager

mousaka
 
Added poll to the thread. May make it easier to summarize what people prefer.
 
I'm using portupgrade too.
I've started with it and I don't feel the need to change. Maybe I'm too lazy.
I also have a lot of entries as MAKE_ARGS in pkgtools.conf.

If you have to deal with several machines and you are using same options while building, have a look at the -p option.
Maybe you have to # mkdir /usr/ports/packages.
 
I would back up my configuration files, dump the home directory or whatever you need to save and do fresh installation.
Unless there is security reason or the major feature which I need for my
work implemented in the new version of the software I would not bother to
"upgrade".
 
I use portmaster as well.
best thing about it: no dependencies.
also no manual database updates are necessary
not to mention that it doesn't use own database
 
Oko: An "upgrade" done with portupgrade or portmaster will compile the new version, deinstall the old version, and then install the new version. How is that different?
 
Djn said:
Oko: An "upgrade" done with portupgrade or portmaster will compile the new version, deinstall the old version, and then install the new version. How is that different?
It also updates dependencies and can roll-back if install fails.
 
I'm switching to portmaster, my system is already bloated with useless portupgrade dependencies. I'm curious to hear someone about portmanager though, anybody tried it?
 
i faced several problems with portupgrade and still have some now but i use portupgrade for upgrading my ports tree.
 
Back
Top