diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-25 16:54:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-25 16:54:03 +0800 |
commit | b977d349bcb1139ff57b3edac11383edd042ac07 (patch) | |
tree | 215848b3aa804adfb39f51e8cb812e3ff883b65c /www | |
parent | 65893c3f3198ee323b2ea61ae0ac700128d54ae3 (diff) | |
download | freebsd-ports-gnome-b977d349bcb1139ff57b3edac11383edd042ac07.tar.gz freebsd-ports-gnome-b977d349bcb1139ff57b3edac11383edd042ac07.tar.zst freebsd-ports-gnome-b977d349bcb1139ff57b3edac11383edd042ac07.zip |
- Update to 1.15
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-greasemonkey/Makefile | 2 | ||||
-rw-r--r-- | www/xpi-greasemonkey/distinfo | 4 | ||||
-rw-r--r-- | www/xpi-greasemonkey/pkg-plist | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile index 605aaef33cf2..c2c124670092 100644 --- a/www/xpi-greasemonkey/Makefile +++ b/www/xpi-greasemonkey/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greasemonkey -PORTVERSION= 1.12 +PORTVERSION= 1.15 DISTVERSIONSUFFIX= -fx CATEGORIES= www diff --git a/www/xpi-greasemonkey/distinfo b/www/xpi-greasemonkey/distinfo index 89c00b4799d9..7620204fa716 100644 --- a/www/xpi-greasemonkey/distinfo +++ b/www/xpi-greasemonkey/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-1.12-fx.xpi) = 666f94126c93081981ca725391df5bc1c2480cc1e61ebe367c516dab02471152 -SIZE (xpi/greasemonkey-1.12-fx.xpi) = 282570 +SHA256 (xpi/greasemonkey-1.15-fx.xpi) = 2672eafe007aede40fa1f2e398188edcb9edc087b58e8c4022372fb15644bd61 +SIZE (xpi/greasemonkey-1.15-fx.xpi) = 287566 diff --git a/www/xpi-greasemonkey/pkg-plist b/www/xpi-greasemonkey/pkg-plist index baf672885299..fc876c545415 100644 --- a/www/xpi-greasemonkey/pkg-plist +++ b/www/xpi-greasemonkey/pkg-plist @@ -3,7 +3,6 @@ %%XPI_XPIDIR%%/LICENSE.mit %%XPI_XPIDIR%%/LICENSE.mpl %%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/components/gmIGreasemonkeyService.xpt %%XPI_XPIDIR%%/components/greasemonkey.js %%XPI_XPIDIR%%/components/scriptProtocol.js %%XPI_XPIDIR%%/content/addons4-overlay.js @@ -17,7 +16,6 @@ %%XPI_XPIDIR%%/content/install.js %%XPI_XPIDIR%%/content/install.xul %%XPI_XPIDIR%%/content/menucommander.js -%%XPI_XPIDIR%%/content/miscapis.js %%XPI_XPIDIR%%/content/newscript.js %%XPI_XPIDIR%%/content/newscript.xul %%XPI_XPIDIR%%/content/options.js @@ -244,6 +242,7 @@ %%XPI_XPIDIR%%/modules/GM_setClipboard.js %%XPI_XPIDIR%%/modules/addons4.js %%XPI_XPIDIR%%/modules/constants.js +%%XPI_XPIDIR%%/modules/miscapis.js %%XPI_XPIDIR%%/modules/parseScript.js %%XPI_XPIDIR%%/modules/prefmanager.js %%XPI_XPIDIR%%/modules/remoteScript.js @@ -253,6 +252,7 @@ %%XPI_XPIDIR%%/modules/scriptRequire.js %%XPI_XPIDIR%%/modules/scriptResource.js %%XPI_XPIDIR%%/modules/stats.js +%%XPI_XPIDIR%%/modules/sync.js %%XPI_XPIDIR%%/modules/third-party/MatchPattern.js %%XPI_XPIDIR%%/modules/third-party/convert2RegExp.js %%XPI_XPIDIR%%/modules/third-party/droppedUrls.js @@ -263,6 +263,7 @@ %%XPI_XPIDIR%%/modules/util/checkCoralCache.js %%XPI_XPIDIR%%/modules/util/compareFirefoxVersion.js %%XPI_XPIDIR%%/modules/util/emptyEl.js +%%XPI_XPIDIR%%/modules/util/enqueueRemoveFile.js %%XPI_XPIDIR%%/modules/util/getBinaryContents.js %%XPI_XPIDIR%%/modules/util/getBrowserWindow.js %%XPI_XPIDIR%%/modules/util/getContents.js |