diff options
author | miwi <miwi@FreeBSD.org> | 2011-04-12 11:57:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-04-12 11:57:51 +0800 |
commit | c88b34bc7917f6413fbe8680eda3d2249ac4b499 (patch) | |
tree | e76e3f4a95f79459f019811a3cc29f9bb22a8122 /www/xpi-forecastfox | |
parent | fc4ceb3a48ffd314e405270f797d6d5139bded19 (diff) | |
download | freebsd-ports-gnome-c88b34bc7917f6413fbe8680eda3d2249ac4b499.tar.gz freebsd-ports-gnome-c88b34bc7917f6413fbe8680eda3d2249ac4b499.tar.zst freebsd-ports-gnome-c88b34bc7917f6413fbe8680eda3d2249ac4b499.zip |
- Update to 2.0.12
PR: 156037
Submitted by: maintainer
Diffstat (limited to 'www/xpi-forecastfox')
-rw-r--r-- | www/xpi-forecastfox/Makefile | 5 | ||||
-rw-r--r-- | www/xpi-forecastfox/distinfo | 4 | ||||
-rw-r--r-- | www/xpi-forecastfox/pkg-plist | 17 |
3 files changed, 6 insertions, 20 deletions
diff --git a/www/xpi-forecastfox/Makefile b/www/xpi-forecastfox/Makefile index 5948fde4da8f..26ebf2634c9b 100644 --- a/www/xpi-forecastfox/Makefile +++ b/www/xpi-forecastfox/Makefile @@ -6,15 +6,18 @@ # PORTNAME= forecastfox -PORTVERSION= 0.9.10.2 +PORTVERSION= 2.0.12 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www MAINTAINER= simon@olofsson.de COMMENT= Get international weather forecasts and display them +XPI_DISTNAME= ${PORTNAME}_weather XPI_ID= {0538E3E3-7E9B-4d49-8831-A227C80A7AD3} XPI_NUM= 398 +XPI_FILES= chrome/forecastfox.jar chrome.manifest icon.png install.rdf +XPI_DIRS= chrome .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-forecastfox/distinfo b/www/xpi-forecastfox/distinfo index ea5eed6dafe8..a4009959f174 100644 --- a/www/xpi-forecastfox/distinfo +++ b/www/xpi-forecastfox/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/forecastfox-0.9.10.2-fx+sm.xpi) = 8284a9229d558d00de26c78be0f81d4bdfd83b10fa156b72bee1028c4bc927f3 -SIZE (xpi/forecastfox-0.9.10.2-fx+sm.xpi) = 407168 +SHA256 (xpi/forecastfox_weather-2.0.12-fx+sm.xpi) = 643a47c2602877c967ebcfddd1c6e113f6d5e3343bb26d9b8cdd37b59bf4fd24 +SIZE (xpi/forecastfox_weather-2.0.12-fx+sm.xpi) = 433790 diff --git a/www/xpi-forecastfox/pkg-plist b/www/xpi-forecastfox/pkg-plist deleted file mode 100644 index aba35a96a16d..000000000000 --- a/www/xpi-forecastfox/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%XPI_XPIDIR%%/chrome/forecastfox.jar -%%XPI_XPIDIR%%/components/nsForecastfox.js -%%XPI_XPIDIR%%/components/nsForecastfox.xpt -%%XPI_XPIDIR%%/defaults/.autoreg -%%XPI_XPIDIR%%/defaults/converters.js -%%XPI_XPIDIR%%/defaults/default.jar -%%XPI_XPIDIR%%/defaults/parser.js -%%XPI_XPIDIR%%/defaults/upgrade.js -%%XPI_XPIDIR%%/defaults/preferences/forecastfox.js -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/install.rdf -@dirrm %%XPI_XPIDIR%%/chrome -@dirrm %%XPI_XPIDIR%%/components -@dirrm %%XPI_XPIDIR%%/defaults/icons -@dirrm %%XPI_XPIDIR%%/defaults/preferences -@dirrm %%XPI_XPIDIR%%/defaults |