[SVN-Commit] r1618 - trunk/mail/thunderbird

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jul 10 05:46:43 UTC 2014


Author: jbeich
Date: Thu Jul 10 05:46:36 2014
New Revision: 1618

Log:
default protocols work fine everywhere

thunderbird 0.2 probably used to exclude gopher:// (removed in 2.0) to
reduce attack vectors. It's better to rely on upstream decisions
instead of having to maintain our own list only to bitrot.

Modified:
   trunk/mail/thunderbird/Makefile

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Thu Jul 10 05:46:23 2014	(r1617)
+++ trunk/mail/thunderbird/Makefile	Thu Jul 10 05:46:36 2014	(r1618)
@@ -47,7 +47,6 @@
 USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 
-MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--enable-single-profile --disable-profilesharing \
 	--enable-application=mail --enable-official-branding


More information about the freebsd-gecko mailing list