From lizard@unsane.de  Thu Feb 12 07:02:21 2004
Return-Path: <lizard@unsane.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 04FC116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 07:02:21 -0800 (PST)
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA88543D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 07:02:20 -0800 (PST)
	(envelope-from lizard@unsane.de)
Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de)
	by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1ArIM8-0002DO-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 12 Feb 2004 16:02:20 +0100
Received: from [213.54.214.98] (helo=unsane.de)
	by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
	id 1ArIM7-00045t-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 12 Feb 2004 16:02:19 +0100
Received: from localhost (localhost.unsane.de [127.0.0.1])
	by unsane.de (Postfix) with ESMTP id 8C486365
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 16:02:37 +0100 (CET)
Received: from unsane.de ([127.0.0.1])
 by localhost (galore.unsane.de [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 00334-02 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu, 12 Feb 2004 16:02:28 +0100 (CET)
Received: by unsane.de (Postfix, from userid 1001)
	id 95095262; Thu, 12 Feb 2004 16:02:26 +0100 (CET)
Message-Id: <20040212150226.95095262@unsane.de>
Date: Thu, 12 Feb 2004 16:02:26 +0100 (CET)
From: Oliver Braun <obraun@freebsd.org>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/firefox: fix firefox.rb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62735
>Category:       ports
>Synopsis:       www/firefox: fix firefox.rb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 07:10:09 PST 2004
>Closed-Date:    Thu Feb 12 13:22:02 PST 2004
>Last-Modified:  Thu Feb 12 13:22:02 PST 2004
>Originator:     Oliver Braun
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Feb 6 19:02:27 CET 2004 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE i386


>Description:

firefox.rb is looking for MozillaFirefox-bin which is actually called
Firefox-bin.

>How-To-Repeat:
>Fix:

Index: files/firefox.rb
===================================================================
RCS file: /home/pcvs/ports/www/firefox/files/firefox.rb,v
retrieving revision 1.1
diff -u -r1.1 firefox.rb
--- files/firefox.rb	11 Feb 2004 07:16:17 -0000	1.1
+++ files/firefox.rb	12 Feb 2004 14:58:19 -0000
@@ -71,7 +71,7 @@
   if NAME != "firefox"
     $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">)
   else
-    $windows = io.grep(%r<MozillaFirefox-bin.*>)
+    $windows = io.grep(%r<Firefox-bin.*>)
   end
 }
 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: obraun 
Responsible-Changed-When: Thu Feb 12 07:14:48 PST 2004 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62735 
Responsible-Changed-From-To: gnome->trevor 
Responsible-Changed-By: trevor 
Responsible-Changed-When: Thu Feb 12 09:05:20 PST 2004 
Responsible-Changed-Why:  
I'll look into this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62735 

From: Trevor Johnson <trevor@jpj.net>
To: Oliver Braun <obraun@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/62735: www/firefox: fix firefox.rb
Date: Thu, 12 Feb 2004 12:49:52 -0500 (EST)

 > firefox.rb is looking for MozillaFirefox-bin which is actually called
 > Firefox-bin.
 
 Thank you for finding this.  I have firefox-bin though, not Firefox-bin.
 -- 
 Trevor Johnson

From: Oliver Braun <obraun@freebsd.org>
To: Trevor Johnson <trevor@jpj.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/62735: www/firefox: fix firefox.rb
Date: Thu, 12 Feb 2004 21:13:13 +0100

 --zhXaljGHf11kAtnf
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 * Trevor Johnson <trevor@jpj.net> [2004-02-12 12:49 -0500]:
 > I have firefox-bin though, not Firefox-bin.
 
 Ok, both should work.
 
 `--> xwininfo -display :0 -root -tree | grep -i firefox
      0x20000f9 "firefox-bin": ("firefox-bin" "Firefox-bin")  200x200+0+0  +=
 0+0
 
 Regards,
          Olli
 --=20
 Oliver Braun -- obraun @ { unsane.org | FreeBSD.org | haskell.org }
 
 --zhXaljGHf11kAtnf
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQFAK95YwLFrfe8lsboRAj36AJ0WKEUOuhHDUknKuaR5ETt4lWB6WQCgxS6y
 bDQF0poug9U2S8crDUZkR74=
 =wcpS
 -----END PGP SIGNATURE-----
 
 --zhXaljGHf11kAtnf--
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Thu Feb 12 13:15:33 PST 2004 
State-Changed-Why:  
committed--thank you, Oliver 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62735 
>Unformatted:
