From owner-cvs-all@FreeBSD.ORG Thu Sep 2 18:22:34 2004 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 9F19416A4CE; Thu, 2 Sep 2004 18:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D40343D5D; Thu, 2 Sep 2004 18:22:34 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82IMYgu093684; Thu, 2 Sep 2004 18:22:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82IMYpm093683; Thu, 2 Sep 2004 18:22:34 GMT (envelope-from marcus) Message-Id: <200409021822.i82IMYpm093683@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 2 Sep 2004 18:22:34 +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/mozilla Makefile ports/www/mozilla/files mozilla.sh ports/www/mozilla-gtk1 Makefile 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: Thu, 02 Sep 2004 18:22:34 -0000 marcus 2004-09-02 18:22:34 UTC FreeBSD ports repository Modified files: www/mozilla Makefile www/mozilla/files mozilla.sh www/mozilla-gtk1 Makefile Log: Fix a problem where passing a URL without a trailing slash can stop Mozilla from launching. See http://bugzilla.mozilla.org/show_bug.cgi?id=242123 for more details. PR: 69937 Sbumitted by: Sean Farley Revision Changes Path 1.20 +1 -1 ports/www/mozilla-gtk1/Makefile 1.169 +1 -1 ports/www/mozilla/Makefile 1.10 +2 -2 ports/www/mozilla/files/mozilla.sh