From simon@olofsson.de  Fri Jun 16 12:48:55 2006
Return-Path: <simon@olofsson.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D4A4A16A474
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jun 2006 12:48:55 +0000 (UTC)
	(envelope-from simon@olofsson.de)
Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF4343D48
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jun 2006 12:48:54 +0000 (GMT)
	(envelope-from simon@olofsson.de)
Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21])
	by mail-in-03.arcor-online.net (Postfix) with ESMTP id B29BC17B1E4;
	Fri, 16 Jun 2006 14:48:53 +0200 (CEST)
Received: from mail-in-03.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46])
	by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id A40AB96AB5;
	Fri, 16 Jun 2006 14:48:53 +0200 (CEST)
Received: from gul.lan.gath3n.de (dslb-084-060-181-052.pools.arcor-ip.net [84.60.181.52])
	by mail-in-03.arcor-online.net (Postfix) with SMTP id 46E0A15583E;
	Fri, 16 Jun 2006 14:48:53 +0200 (CEST)
Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Fri, 16 Jun 2006 14:48:52 +0200
Message-Id: <20060616124853.46E0A15583E@mail-in-03.arcor-online.net>
Date: Fri, 16 Jun 2006 14:48:52 +0200
From: "Simon Olofsson" <simon@olofsson.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: infofarmer@gmail.com
Subject: [MAINTAINER] www/xpi-forecastfox: update to 0.9.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99032
>Category:       ports
>Synopsis:       [MAINTAINER] www/xpi-forecastfox: update to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 16 12:50:24 GMT 2006
>Closed-Date:    Fri Jun 16 13:35:49 GMT 2006
>Last-Modified:  Fri Jun 16 13:35:49 GMT 2006
>Originator:     Simon Olofsson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #25: Thu Jun 15 14:44:59 CEST 2006
>Description:
- Update to 0.9.2

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xpi-forecastfox-0.9.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/xpi-forecastfox/Makefile /usr/home/simon/src/ports/www/xpi-forecastfox/Makefile
--- /usr/ports/www/xpi-forecastfox/Makefile	Sat May 20 18:18:23 2006
+++ /usr/home/simon/src/ports/www/xpi-forecastfox/Makefile	Fri Jun 16 14:40:24 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	forecastfox
-PORTVERSION=	0.9.0.2
+PORTVERSION=	0.9.2
 DISTVERSIONSUFFIX=	-fx+fl+mz+ns+zm
 CATEGORIES=	www
 
@@ -14,12 +14,6 @@
 COMMENT=	Get international weather forecasts and display it
 
 XPI_ID=		{0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|install = this._app.clone();|install = app.clone();|g' \
-		${WRKSRC}/components/ffDisk.js
-	@${RM} -f ${WRKSRC}/components/ffDisk.js.bak
 
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/xpi-forecastfox/distinfo /usr/home/simon/src/ports/www/xpi-forecastfox/distinfo
--- /usr/ports/www/xpi-forecastfox/distinfo	Sat May 20 18:18:23 2006
+++ /usr/home/simon/src/ports/www/xpi-forecastfox/distinfo	Fri Jun 16 14:41:05 2006
@@ -1,3 +1,3 @@
-MD5 (xpi/forecastfox-0.9.0.2-fx+fl+mz+ns+zm.xpi) = ca70bac1f3fe5ca0d58c5fb91f006c86
-SHA256 (xpi/forecastfox-0.9.0.2-fx+fl+mz+ns+zm.xpi) = 5a64493ae4ec59d04ec08d498741d94edf7d759fd143a6386c1baab09c451882
-SIZE (xpi/forecastfox-0.9.0.2-fx+fl+mz+ns+zm.xpi) = 409011
+MD5 (xpi/forecastfox-0.9.2-fx+fl+mz+ns+zm.xpi) = d2bf779d8e729ad1bbbff6da621063ec
+SHA256 (xpi/forecastfox-0.9.2-fx+fl+mz+ns+zm.xpi) = 229e36b7b1a9156265ed0dd8ef66a04c7814dc1f6d98d8b90e18ce9b00a50f68
+SIZE (xpi/forecastfox-0.9.2-fx+fl+mz+ns+zm.xpi) = 423624
diff -ruN --exclude=CVS /usr/ports/www/xpi-forecastfox/files/chrome.manifest /usr/home/simon/src/ports/www/xpi-forecastfox/files/chrome.manifest
--- /usr/ports/www/xpi-forecastfox/files/chrome.manifest	Sat May 20 18:18:23 2006
+++ /usr/home/simon/src/ports/www/xpi-forecastfox/files/chrome.manifest	Fri Jun 16 14:32:03 2006
@@ -9,6 +9,8 @@
 
 locale	forecastfox	ca-AD	jar:chrome/forecastfox.jar!/locale/ca-AD/forecastfox/
 
+locale	forecastfox	cs-CZ	jar:chrome/forecastfox.jar!/locale/cs-CZ/forecastfox/
+
 locale	forecastfox	da-DK	jar:chrome/forecastfox.jar!/locale/da-DK/forecastfox/
 
 locale	forecastfox	de-DE	jar:chrome/forecastfox.jar!/locale/de-DE/forecastfox/
@@ -16,6 +18,8 @@
 locale	forecastfox	el-GR	jar:chrome/forecastfox.jar!/locale/el-GR/forecastfox/
 
 locale	forecastfox	es-ES	jar:chrome/forecastfox.jar!/locale/es-ES/forecastfox/
+
+locale	forecastfox	eu-ES	jar:chrome/forecastfox.jar!/locale/eu-ES/forecastfox/
 
 locale	forecastfox	fr-FR	jar:chrome/forecastfox.jar!/locale/fr-FR/forecastfox/
 
diff -ruN --exclude=CVS /usr/ports/www/xpi-forecastfox/pkg-plist /usr/home/simon/src/ports/www/xpi-forecastfox/pkg-plist
--- /usr/ports/www/xpi-forecastfox/pkg-plist	Sat May 20 18:18:23 2006
+++ /usr/home/simon/src/ports/www/xpi-forecastfox/pkg-plist	Fri Jun 16 14:32:03 2006
@@ -39,6 +39,7 @@
 %%XPI_XPIDIR%%/defaults/transforms/profiles-0.8.2.xsl
 %%XPI_XPIDIR%%/defaults/transforms/profiles-0.8.5.xsl
 %%XPI_XPIDIR%%/defaults/transforms/profiles-0.8.xsl
+%%XPI_XPIDIR%%/defaults/transforms/profiles-0.9.xsl
 %%XPI_XPIDIR%%/install.js
 %%XPI_XPIDIR%%/install.rdf
 %%XPI_XPIDIR%%/chrome.manifest
--- xpi-forecastfox-0.9.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 16 12:55:42 UTC 2006 
Responsible-Changed-Why:  
sat@ wants to have xpi- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99032 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Fri Jun 16 13:35:41 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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