issue updating FreeBSD 10

On FreeBSD 9.2 I used to do it like this:
portsnap fetch && portsnap update && portaudit -F && portupgrade -aRC

But in FreeBSD 10 this command isn't working, how do I run the code above on FreeBSD 10 using pkg(8).
 
What errors do you see?

Also, running an automatic update with portupgrade will eventually cause problems because you will miss important upgrade steps in /usr/ports/UPDATING.
 
Okay, what do you recommend to update all ports and installed application on FreeBSD 10. I would love to know what the best way to do that would be...

Thank you for your help in advance...
 
Take a look at poudriere. It builds packages in a separate, clean environment using jails. Then you can use pkg to upgrade installed packages using poudriere repository.
 
Back
Top