Add support for upgrades on 4.10.
This commit is contained in:
parent
e33c33f236
commit
f76575f614
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20667
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# 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.
|
# 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/"
|
PROJECT_URL="http://www.FreeBSD.org/gnome/"
|
||||||
SUPPORT_EMAIL="freebsd-gnome@FreeBSD.org"
|
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
|
# 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_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"
|
EXTERNAL_4_DEPENDS="libgnugetopt"
|
||||||
|
|
Loading…
Reference in a new issue