From owner-freebsd-ports@FreeBSD.ORG Sat May 31 09:51:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8237B401; Sat, 31 May 2003 09:51:57 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D9F43F3F; Sat, 31 May 2003 09:51:56 -0700 (PDT) (envelope-from lizard@unsane.de) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19M9aF-0006Rh-00; Sat, 31 May 2003 18:51:55 +0200 Received: from [217.80.246.119] (helo=unsane.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19M9aF-0003pR-00; Sat, 31 May 2003 18:51:55 +0200 Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id BD440A0A; Sat, 31 May 2003 18:51:54 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 8D9D396D; Sat, 31 May 2003 18:51:52 +0200 (CEST) Date: Sat, 31 May 2003 18:51:52 +0200 From: Oliver Braun To: Joe Marcus Clarke Message-ID: <20030531165152.GA54624@unsane.de> Mail-Followup-To: Oliver Braun , Joe Marcus Clarke , ports@FreeBSD.org References: <1054366060.65940.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i9LlY+UWpKt15+FH" Content-Disposition: inline In-Reply-To: <1054366060.65940.5.camel@shumai.marcuscom.com> X-PGP-Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xEF25B1BA X-PGP-Key-Alternative: finger obraun@FreeBSD.org X-PGP-Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Editor: Vim-601 http://www.vim.org/ User-Agent: Mutt/1.5.4i X-Virus-Scanned: by AMaViS snapshot-20020531 cc: ports@FreeBSD.org Subject: Re: mozilla-firebird port ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 16:51:57 -0000 --i9LlY+UWpKt15+FH Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable firebird.rb does not work. Fix attached. Regards, Olli --=20 Oliver Braun :: obraun@unsane.org :: Work =3D> obraun@informatik.unibw-muenchen.de :: FreeBSD =3D> obraun@FreeBSD.org -> http://people.freebsd.org/~obraun/ :: Haskell =3D> obraun@haskell.org -> http://haskell.org/freebsd/ --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="firebird.rb.diff" Content-Transfer-Encoding: quoted-printable Index: firebird.rb =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /space/cvs/marcuscom-cvs/ports-stable/www/mozilla-firebird/files/= firebird.rb,v retrieving revision 1.1 diff -u -r1.1 firebird.rb --- firebird.rb 31 May 2003 07:22:19 -0000 1.1 +++ firebird.rb 31 May 2003 16:49:55 -0000 @@ -71,7 +71,7 @@ if NAME !=3D "firebird" $windows =3D io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) else - $windows =3D io.grep(%r) + $windows =3D io.grep(%r) end } =20 --sdtB3X0nJg68CQEu-- --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+2N2owLFrfe8lsboRAsPcAJ0Z5dhfgeapG7IbsZyQU1UJ1baWsQCguJnv 8zQaVix95MOmvY+XDv+CF5Y= =xZF6 -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH--