Обновление версии Perl ( how upgrade perl )
Среда, 2 Август 2006FreeBSD
#portinstall lang/perl5.8
# find /usr/local/lib/perl5/{site_perl/5.005,5.00503} -type f -print0 | \
xargs -0 -n 1 pkg_which | sort -u > /tmp/perl-ports
# vi perl-ports
[ Sanity check the results: take out any non-ports (like
'?'), ports that are now bundled with perl or that you no longer
wish to have installed ]
# portupgrade -f `cat /tmp/perl-ports`