Reflect move of portupgrade to a new category

This commit is contained in:
Pav Lucistnik 2007-02-05 01:37:28 +00:00
parent 1f96f49621
commit 36bda048f4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29517
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.120 2006/11/06 07:47:58 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.121 2006/11/06 20:55:41 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
@ -428,7 +428,7 @@ libtool: link: `/usr/X11R6/lib/libglade-2.0.la' is not a valid libtool archive
</pre>
<p><b>Note:</b> the <tt>pkg_deinstall</tt> command requires
you have <tt>sysutils/portupgrade</tt> installed.</p>
you have <tt>ports-mgmt/portupgrade</tt> installed.</p>
<p>If you want to force a removal of all Desktop
components (this is generally not recommended), do the

View file

@ -27,7 +27,7 @@
# Heh. "Tort."
#
# $MCom: portstools/gnomelogalyzer.sh.in,v 1.12 2005/06/28 05:47:54 adamw Exp $
# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.7 2006/01/07 06:14:16 mezz Exp $
# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.8 2006/05/29 18:12:05 mezz Exp $
#
# This script uses some simple yet effective heuristics to analyse
@ -67,13 +67,13 @@ debug(){
soln_portupgrade(){
if echo "$1" | grep -q "^-f" ; then
echo
echo "To correct this problem, make sure that sysutils/portupgrade is installed, and then run the command \"portupgrade $1\"." | fmt 75 79
echo "To correct this problem, make sure that ports-mgmt/portupgrade is installed, and then run the command \"portupgrade $1\"." | fmt 75 79
else
if [ -n "$1" ]; then
specific="either run \"portupgrade $1\", or "
fi
echo
echo "To correct this problem, make sure that sysutils/portupgrade is installed, and then ${specific}upgrade all out-of-date ports with the command \"portupgrade -a\"." | fmt 75 79
echo "To correct this problem, make sure that ports-mgmt/portupgrade is installed, and then ${specific}upgrade all out-of-date ports with the command \"portupgrade -a\"." | fmt 75 79
fi
}