From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 30 16:43:43 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B791065680 for ; Tue, 30 Dec 2008 16:43:43 +0000 (UTC) (envelope-from yokota@res.otaru-uc.ac.jp) Received: from ca3.otaru-uc.ac.jp (ca3.otaru-uc.ac.jp [150.83.48.29]) by mx1.freebsd.org (Postfix) with ESMTP id A15378FC16 for ; Tue, 30 Dec 2008 16:43:42 +0000 (UTC) (envelope-from yokota@res.otaru-uc.ac.jp) Received: from canal1.otaru-uc.ac.jp (canal1 [150.83.48.23]) by ca3.otaru-uc.ac.jp (Postfix) with ESMTP id C59BF1422C9; Wed, 31 Dec 2008 01:26:24 +0900 (JST) Received: from [150.83.225.1] ([150.83.225.1]) by canal1.otaru-uc.ac.jp (SMTP) with ESMTP id mBUGQO9P024742; Wed, 31 Dec 2008 01:26:24 +0900 (JST) Message-ID: <495A4BAF.30308@res.otaru-uc.ac.jp> Date: Wed, 31 Dec 2008 01:26:23 +0900 From: Koji Yokota User-Agent: Thunderbird 2.0.0.18 (X11/20081129) MIME-Version: 1.0 To: miwi@FreeBSD.org References: <200812190600.mBJ60B6s049352@freefall.freebsd.org> In-Reply-To: <200812190600.mBJ60B6s049352@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------090803050401020200080000" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/129746: Update www/firefox3-i18n X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2008 16:43:48 -0000 This is a multi-part message in MIME format. --------------090803050401020200080000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Miwi, Could you apply the attached tgz file for www/firefox3-i18n and a diff file for www/xpi-adblock? I attached the update of www/firefox3-i18n as a tgz file because it includes new files. In the new version, users can choose appropriate languages via the OPTIONS interface. www/xpi-adblock needs to be updated too because its Makefile.xpi doesn't consider firefox3. > http://www.freebsd.org/cgi/query-pr.cgi?pr=129746 > Best regards, Koji --------------090803050401020200080000 Content-Type: text/plain; name="www::xpi-adblock.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="www::xpi-adblock.diff" diff -u xpi-adblock.orig/Makefile.xpi xpi-adblock/Makefile.xpi --- xpi-adblock.orig/Makefile.xpi 2008-04-20 02:54:14.000000000 +0900 +++ xpi-adblock/Makefile.xpi 2008-12-31 01:11:20.000000000 +0900 @@ -90,7 +90,7 @@ XPI_APPS_ALL= firefox firefox-devel linux-firefox linux-firefox-devel \ thunderbird linux-thunderbird flock linux-flock \ linux-netscape-navigator linux-netscape-messenger \ - sunbird linux-sunbird + sunbird linux-sunbird firefox3 # nvu linux-nvu kompozer linux-kompozer # Other apps: mango --------------090803050401020200080000--