From owner-cvs-all@FreeBSD.ORG Wed Oct 19 19:29:29 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EE8E106564A; Wed, 19 Oct 2011 19:29:29 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3A9C8FC14; Wed, 19 Oct 2011 19:29:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9JJTSW2085711; Wed, 19 Oct 2011 19:29:28 GMT (envelope-from beat@repoman.freebsd.org) Received: (from beat@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9JJTSqH085710; Wed, 19 Oct 2011 19:29:28 GMT (envelope-from beat) Message-Id: <201110191929.p9JJTSqH085710@repoman.freebsd.org> From: Beat Gaetzi Date: Wed, 19 Oct 2011 19:29:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/firefox Makefile ports/www/firefox/files firefox.desktop.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 19:29:29 -0000 beat 2011-10-19 19:29:28 UTC FreeBSD ports repository Modified files: www/firefox Makefile www/firefox/files firefox.desktop.in Log: - Add x-scheme-handler/http(s) MimeTypes to firefox.desktop. [1] - Add temporary workaround to fix detection of all plugins until we have found a proper solution for this problem. The workaround use the run-mozilla.sh script to start Firefox as it was the default prior to the Firefox 7 release. [2] - Bump PORTREVISION. PR: ports/159606 [1] Submitted by: Dmitry [1] Discussed with: flo@ [2] Revision Changes Path 1.252 +8 -0 ports/www/firefox/Makefile 1.10 +1 -1 ports/www/firefox/files/firefox.desktop.in