On Thu, Feb 25, 2010 at 12:26:14PM +0000, Helmut Schneider wrote: > Hi, > > How do I update dependencies? > > # /usr/ports/infrastructure/build/out-of-date > [...] > security/gnupg # curl-7.19.5p0 -> curl-7.19.5p1 > # pkg_info | grep curl-7.19.5p1 > curl-7.19.5p1 get files from FTP, Gopher, HTTP or HTTPS servers > # cd /usr/ports/security/gnupg/ > # make clean && make depends && make && make update && make clean
make FORCE_UPDATE=yes or make FORCE_UPDATE=hard if you really want to insist...
