ports/62735: www/firefox: fix firefox.rb

Oliver Braun obraun at FreeBSD.org
Thu Feb 12 15:10:10 UTC 2004


>Number:         62735
>Category:       ports
>Synopsis:       www/firefox: fix firefox.rb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 07:10:09 PST 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list