diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-15 09:05:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-15 09:05:13 +0000 |
commit | 515147d6b604c6e2ac9ecb99ec2b9272f2df421e (patch) | |
tree | e5deef4a399f8226681b21f1b815dd37698bd2d5 /www | |
parent | Add patch to fix bugs. (diff) |
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
Notes
Notes:
svn path=/head/; revision=61311
Diffstat (limited to 'www')
-rw-r--r-- | www/libgtkhtml/Makefile | 5 | ||||
-rw-r--r-- | www/nautilus-gtkhtml/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index ce2be20fca50..f68ae9d54c03 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -7,16 +7,17 @@ PORTNAME= libgtkhtml PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020607 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc1 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \ - gailutil.15:${PORTSDIR}/x11-toolkits/gail + gailutil.16:${PORTSDIR}/x11-toolkits/gail USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/www/nautilus-gtkhtml/Makefile b/www/nautilus-gtkhtml/Makefile index 141b881368f5..a00216adcd9b 100644 --- a/www/nautilus-gtkhtml/Makefile +++ b/www/nautilus-gtkhtml/Makefile @@ -7,9 +7,10 @@ PORTNAME= nautilus-gtkhtml PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc1 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |