From owner-cvs-all@FreeBSD.ORG Fri Feb 25 07:51:59 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A0B16A4CE; Fri, 25 Feb 2005 07:51:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B87643D53; Fri, 25 Feb 2005 07:51:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1P7px0s038876; Fri, 25 Feb 2005 07:51:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1P7pwkN038875; Fri, 25 Feb 2005 07:51:58 GMT (envelope-from marcus) Message-Id: <200502250751.j1P7pwkN038875@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 25 Feb 2005 07:51:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox Makefile distinfo patch-browser_app_mozilla.in patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 07:51:59 -0000 marcus 2005-02-25 07:51:58 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo www/firefox/files firefox.desktop.in patch-browser_app_mozilla.in Added files: www/firefox/files patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp Log: * Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ for the release notes) * Add a new Firefox launch script [1] * Merge URI helper patch from www/mozilla * Add option to make URLs open in new tabs instead of new windows [1] * Sanitize CFLAGS [1] * Update the GNOME .desktop file with i18n translations and MIME types [1] PR: 75816 [1] Submitted by: Jose M Rodriguez (freebsd) [1] Revision Changes Path 1.114 +25 -8 ports/www/firefox/Makefile 1.19 +2 -2 ports/www/firefox/distinfo 1.3 +185 -3 ports/www/firefox/files/firefox.desktop.in 1.6 +491 -48 ports/www/firefox/files/patch-browser_app_mozilla.in 1.1 +29 -0 ports/www/firefox/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp (new)