diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 06:26:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 06:26:55 +0000 |
commit | fb6a27778d5a46f5137fd70bb764129ce0200d65 (patch) | |
tree | 00966e7948fe79f42a8c13e46a62511fbdbc8df0 /www/xpi-greasemonkey | |
parent | 1be247271e835279f3b9589211a34c18fe1cd213 (diff) |
Notes
Diffstat (limited to 'www/xpi-greasemonkey')
-rw-r--r-- | www/xpi-greasemonkey/Makefile | 2 | ||||
-rw-r--r-- | www/xpi-greasemonkey/distinfo | 4 | ||||
-rw-r--r-- | www/xpi-greasemonkey/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile index 595e52cb622c..9950ba424ee6 100644 --- a/www/xpi-greasemonkey/Makefile +++ b/www/xpi-greasemonkey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= greasemonkey -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.9 DISTVERSIONSUFFIX= -fx CATEGORIES= www diff --git a/www/xpi-greasemonkey/distinfo b/www/xpi-greasemonkey/distinfo index 1cec1cb0aec3..3042e7b094e7 100644 --- a/www/xpi-greasemonkey/distinfo +++ b/www/xpi-greasemonkey/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-0.9.6-fx.xpi) = e2bb2cd75ec2491d7245e7630556db70dc331a084c1fe03f26d6da2c8420f032 -SIZE (xpi/greasemonkey-0.9.6-fx.xpi) = 116631 +SHA256 (xpi/greasemonkey-0.9.9-fx.xpi) = 4717d26ff6d61aa6fd81e6d3d3c6bf865b69515df548c5575e0ad11ad4c1d669 +SIZE (xpi/greasemonkey-0.9.9-fx.xpi) = 129178 diff --git a/www/xpi-greasemonkey/pkg-plist b/www/xpi-greasemonkey/pkg-plist index db959b79db98..6024c7bc3923 100644 --- a/www/xpi-greasemonkey/pkg-plist +++ b/www/xpi-greasemonkey/pkg-plist @@ -10,8 +10,12 @@ %%XPI_XPIDIR%%/install.rdf %%XPI_XPIDIR%%/modules/GM_notification.js %%XPI_XPIDIR%%/modules/addons4.js +%%XPI_XPIDIR%%/modules/third-party/MatchPattern.js +%%XPI_XPIDIR%%/modules/third-party/convert2RegExp.js +%%XPI_XPIDIR%%/modules/utils.js @dirrm %%XPI_XPIDIR%%/chrome @dirrm %%XPI_XPIDIR%%/components @dirrm %%XPI_XPIDIR%%/defaults/preferences @dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/modules/third-party @dirrm %%XPI_XPIDIR%%/modules |