aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-12-19 06:11:16 +0800
committermarcus <marcus@FreeBSD.org>2008-12-19 06:11:16 +0800
commitb6ca296454d6c74945c5f65be331b5f6f2ca88fd (patch)
tree8e77a2c01a2bacc722507b54da99fedfcf97583c /www/firefox
parent1af4fa3f620fdebc38f92d0cc9203fc93832191a (diff)
downloadfreebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.tar.gz
freebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.tar.zst
freebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.zip
Update to 2.0.0.19, and add libgnomeui support.
PR: 129728 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile9
-rw-r--r--www/firefox/distinfo6
2 files changed, 11 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index cb7f371ae741..8eb25f5a6f30 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= firefox
-DISTVERSION= 2.0.0.18
+DISTVERSION= 2.0.0.19
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
@@ -52,6 +52,13 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+= libgnomeui
+MOZ_OPTIONS+= --enable-gnomeui
+.else
+MOZ_OPTIONS+= --disable-gnomeui
+.endif
+
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 12a58b63e866..912af54134bd 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-MD5 (firefox-2.0.0.18-source.tar.bz2) = 6913f038e125e34faa8c540cb77bde51
-SHA256 (firefox-2.0.0.18-source.tar.bz2) = 67de864f47949bc51e5aa7407c0b2f3cb9ae7728b28d6c57e68a048da31218d7
-SIZE (firefox-2.0.0.18-source.tar.bz2) = 40291897
+MD5 (firefox-2.0.0.19-source.tar.bz2) = 1dc4d445df7b30abd7da1d88d948f11d
+SHA256 (firefox-2.0.0.19-source.tar.bz2) = 945f79fae1ff6bb8fb8e6cf0dc91b37d3381546df659939912aefe75b4a2c0cf
+SIZE (firefox-2.0.0.19-source.tar.bz2) = 40298609