On Wed, 25 Mar 2009, Manish Jain wrote:
However, I would still greatly appreciate it if somebody could send me an sh/bash script or command that would demonstrate how to use cvsup to keep my ports directory up2date. Using cvs is one area which, thanks to my Linux heritage, is best rated as ERROR_NONE

Use csup:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

I use portupgrade, although many like portmaster instead. Here's how I update ports and check what's outdated:

#!/bin/sh
/usr/bin/csup -4 /root/ports-supfile &&
portsdb -Fu &&
portversion -vL=

-Warren Block * Rapid City, South Dakota USA
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to