With the move to svn in FreeBSD 9.1.
I found webpages about getting the ports tree updated with svn.
I do not understand what program is used like portversion and portupgrade
to actually keep track of what ports need upgrading.
portsnap(8) works now and will continue to work. csup(1) also works now, the SVN changes are mirrored to CVS. That may go away someday, but it won't happen soon.
With the move to svn in FreeBSD 9.1.
I found webpages about getting the ports tree updated with svn.
I do not understand what program is used like portversion and portupgrade
to actually keep track of what ports need upgrading.
If you understand fully the commands in the post before this one, (in other words, have actually updated your ports tree...) there are
several ways...
a... if
Code:
portmaster
has your PACKAGESITE in its /usr/local/etc/portmaster.rc (OR /usr/local/etc/.portmasterrc
Code:
portmaster -L --index-only | tee -a /tmp/index.fil && grep version /tmp/index.fil
# this one does not req. the ports tree to be updated *yet*
or
Code:
pkg_version -voL '=' | tee -a /tmp/update_due.fil
less (or cat) /tmp/update_due.fil
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.