aboutsummaryrefslogtreecommitdiff
path: root/www/firefox36/Makefile
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-07-21 13:31:55 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-07-21 13:31:55 +0000
commit284db446f6973a567cf49ba77607ef3f6375561c (patch)
tree10a0e2919d5b5cd5c40e990f70e6f600427716e6 /www/firefox36/Makefile
parent3487d27e366aebc5573f8a04b510000e0a228e64 (diff)
downloadports-284db446f6973a567cf49ba77607ef3f6375561c.tar.gz
ports-284db446f6973a567cf49ba77607ef3f6375561c.zip
- Update to 3.6.7.
- Remove NEWTAB option as the preference browser.link.open_external was removed in Firefox 3.5. [1] Reported by: crsd on EFnet [1] Security: http://www.vuxml.org/freebsd/8c2ea875-9499-11df-8e32-000f20797ede.html
Notes
Notes: svn path=/head/; revision=258023
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r--www/firefox36/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 5bd919cadb9c..08024211d7a5 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= firefox
-DISTVERSION= 3.6.4
+DISTVERSION= 3.6.7
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -51,10 +51,7 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \
--enable-canvas --enable-libxul --disable-necko-wifi \
--disable-ipc
-SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js
-
OPTIONS= DBUS "Enable D-BUS support" on \
- NEWTAB "Open external links in a new tab" on \
SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
@@ -112,12 +109,6 @@ port-pre-install:
${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
-.if !defined(WITHOUT_NEWTAB)
- ${ECHO_CMD} >> ${SYSTEM_PREFS}
- ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS}
- ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \
- >> ${SYSTEM_PREFS}
-.endif # !defined(WITHOUT_NEWTAB)
post-install:
${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps