diff options
author | sat <sat@FreeBSD.org> | 2006-06-16 21:35:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-16 21:35:36 +0800 |
commit | 19c18e7c9bb859446a16a6be06c8bde5d2abc42b (patch) | |
tree | 8d54ebeb1baf3d9d60eaadfd1b1b58d771754905 /www | |
parent | 785be0ebf5482c9f644b5633e183dfb96e8befc8 (diff) | |
download | freebsd-ports-gnome-19c18e7c9bb859446a16a6be06c8bde5d2abc42b.tar.gz freebsd-ports-gnome-19c18e7c9bb859446a16a6be06c8bde5d2abc42b.tar.zst freebsd-ports-gnome-19c18e7c9bb859446a16a6be06c8bde5d2abc42b.zip |
- Update to 0.9.2
PR: ports/99032
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-forecastfox/Makefile | 8 | ||||
-rw-r--r-- | www/xpi-forecastfox/distinfo | 6 | ||||
-rw-r--r-- | www/xpi-forecastfox/files/chrome.manifest | 4 | ||||
-rw-r--r-- | www/xpi-forecastfox/pkg-plist | 1 |
4 files changed, 9 insertions, 10 deletions
diff --git a/www/xpi-forecastfox/Makefile b/www/xpi-forecastfox/Makefile index a344975cd68e..322ea7f390b9 100644 --- a/www/xpi-forecastfox/Makefile +++ b/www/xpi-forecastfox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= forecastfox -PORTVERSION= 0.9.0.2 +PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm CATEGORIES= www @@ -15,11 +15,5 @@ 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 --git a/www/xpi-forecastfox/distinfo b/www/xpi-forecastfox/distinfo index f3177d034883..c2f57d16d8a2 100644 --- a/www/xpi-forecastfox/distinfo +++ b/www/xpi-forecastfox/distinfo @@ -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 --git a/www/xpi-forecastfox/files/chrome.manifest b/www/xpi-forecastfox/files/chrome.manifest index 357b421834db..18baf067ca8d 100644 --- a/www/xpi-forecastfox/files/chrome.manifest +++ b/www/xpi-forecastfox/files/chrome.manifest @@ -9,6 +9,8 @@ locale forecastfox en-US jar:chrome/forecastfox.jar!/locale/en-US/forecastfox/ 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/ @@ -17,6 +19,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/ locale forecastfox hu-HU jar:chrome/forecastfox.jar!/locale/hu-HU/forecastfox/ diff --git a/www/xpi-forecastfox/pkg-plist b/www/xpi-forecastfox/pkg-plist index 9f74f8667804..a0f12b817fa2 100644 --- a/www/xpi-forecastfox/pkg-plist +++ b/www/xpi-forecastfox/pkg-plist @@ -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 |