Date: Thu, 12 Feb 2004 16:02:26 +0100 (CET) From: Oliver Braun <obraun@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62735: www/firefox: fix firefox.rb Message-ID: <20040212150226.95095262@unsane.de> Resent-Message-ID: <200402121510.i1CFA9BN064640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040212150226.95095262>