diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-18 22:11:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-18 22:11:16 +0000 |
commit | e6a13684ad478a2ebcd4efa98339859ac48b16ec (patch) | |
tree | 0f1d2388395034a99bf3bb7cf2c7c90ee4c5afd7 /www/firefox | |
parent | 2df9fce4ade489b1b44958877f1441b0381933c1 (diff) | |
download | ports-e6a13684ad478a2ebcd4efa98339859ac48b16ec.tar.gz ports-e6a13684ad478a2ebcd4efa98339859ac48b16ec.zip |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 9 | ||||
-rw-r--r-- | www/firefox/distinfo | 6 |
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 |