Add support for upgrades on 4.10.

This commit is contained in:
Joe Marcus Clarke 2004-04-12 05:58:08 +00:00
parent e33c33f236
commit f76575f614
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20667

View file

@ -34,7 +34,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: gnome_upgrade.sh,v 1.2 2004-04-08 18:21:17 marcus Exp $
# $Id: gnome_upgrade.sh,v 1.3 2004-04-12 05:58:08 marcus Exp $
#
# This script will aid in doing major upgrades to the GNOME Desktop (e.g.
@ -51,7 +51,7 @@ X11BASE=${X11BASE:=/usr/X11R6}
PROJECT_URL="http://www.FreeBSD.org/gnome/"
SUPPORT_EMAIL="freebsd-gnome@FreeBSD.org"
SUPPORTED_FREEBSD_VERSIONS="4.9 5.2 5.2.1"
SUPPORTED_FREEBSD_VERSIONS="4.9 4.10 5.2 5.2.1"
# Ports that must be up-to-date and installed for the Big Update to work
EXTERNAL_DEPENDS="popt gettext* libiconv expat pkgconfig freetype2 XFree86-libraries* Xft XFree86-fontScalable* XFree86-fontEncodings* png libaudiofile tiff jpeg libxml2 python libxslt gnomehier scrollkeeper intltool p5-XML-Parser docbook-sk xmlcatmgr docbook-xsl docbook-xml sdocbook-xml startup-notification gnome-icon-theme Hermes sox libmpeg2 guile libltdl aspell gle cdrtools mkisofs bitstream-vera openldap-client lcms libmng libtool ghostscript*"
EXTERNAL_4_DEPENDS="libgnugetopt"