Hi,
I previously would use csup(1) with a supfile to upgrade ports from a fresh install of FreeBSD 8. The supfile updates specific ports that I was interested in building, and not the whole tree.
The guide seems geared towards checking out your own ports tree and maintaining it. I am currently installing FreeBSD with ports from distro, then doing this
Which seems pretty suboptimal. Is there a simpler/better/smarter way to upgrade specific ports to a specific version without checking out a new tree?
Thanks!
I previously would use csup(1) with a supfile to upgrade ports from a fresh install of FreeBSD 8. The supfile updates specific ports that I was interested in building, and not the whole tree.
The guide seems geared towards checking out your own ports tree and maintaining it. I am currently installing FreeBSD with ports from distro, then doing this
cd /usr/ports
svn co -r {2012-10-17} [url=svn://svn.freebsd.org/ports/head/net/isc-dhcp41-server]svn://svn.freebsd.org/ports/head/net/isc-dhcp41-server[/url] net/isc-dhcp41-server
svn -R resolve --accept working net/isc-dhcp41-server
svn -R revert net/isc-dhcp41-server
Which seems pretty suboptimal. Is there a simpler/better/smarter way to upgrade specific ports to a specific version without checking out a new tree?
Thanks!