diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-02 23:01:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-02 23:01:51 +0800 |
commit | 0c230bbbe1bcff95b1d9186703541ca6d83e9fad (patch) | |
tree | e01a3c9444591cfba8d766956ebf2799efa3bfdf | |
parent | 2cd1e0433a3db8740ce2cdc4d14c6bee9c431e3e (diff) | |
download | freebsd-ports-gnome-0c230bbbe1bcff95b1d9186703541ca6d83e9fad.tar.gz freebsd-ports-gnome-0c230bbbe1bcff95b1d9186703541ca6d83e9fad.tar.zst freebsd-ports-gnome-0c230bbbe1bcff95b1d9186703541ca6d83e9fad.zip |
- Update to 1.8
-rw-r--r-- | www/xpi-greasemonkey/Makefile | 2 | ||||
-rw-r--r-- | www/xpi-greasemonkey/distinfo | 4 | ||||
-rw-r--r-- | www/xpi-greasemonkey/pkg-plist | 7 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile index f1fc84353d5d..7c8f56b74fdf 100644 --- a/www/xpi-greasemonkey/Makefile +++ b/www/xpi-greasemonkey/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greasemonkey -PORTVERSION= 1.7.1 +PORTVERSION= 1.8 DISTVERSIONSUFFIX= -fx CATEGORIES= www diff --git a/www/xpi-greasemonkey/distinfo b/www/xpi-greasemonkey/distinfo index 66a6eb79c2b4..a6a18e8f2331 100644 --- a/www/xpi-greasemonkey/distinfo +++ b/www/xpi-greasemonkey/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-1.7.1-fx.xpi) = 2097b33c7b528653f3f8426101c76c27df06561da9f4e862178248232a39fd78 -SIZE (xpi/greasemonkey-1.7.1-fx.xpi) = 242136 +SHA256 (xpi/greasemonkey-1.8-fx.xpi) = a95303917ee26a24a3233873d63e99613f966f31079b0156116e3f31b2bd22b3 +SIZE (xpi/greasemonkey-1.8-fx.xpi) = 269007 diff --git a/www/xpi-greasemonkey/pkg-plist b/www/xpi-greasemonkey/pkg-plist index c03e5ed42c26..fa14d1bc2a6a 100644 --- a/www/xpi-greasemonkey/pkg-plist +++ b/www/xpi-greasemonkey/pkg-plist @@ -22,12 +22,11 @@ %%XPI_XPIDIR%%/content/newscript.xul %%XPI_XPIDIR%%/content/options.js %%XPI_XPIDIR%%/content/options.xul +%%XPI_XPIDIR%%/content/scratchpad-overlay.xul %%XPI_XPIDIR%%/content/scriptprefs.js %%XPI_XPIDIR%%/content/scriptprefs.xul %%XPI_XPIDIR%%/content/third-party/addons4.css %%XPI_XPIDIR%%/content/third-party/mpl-utils.js -%%XPI_XPIDIR%%/content/third-party/toolbar-mac.png -%%XPI_XPIDIR%%/content/xmlhttprequester.js %%XPI_XPIDIR%%/defaults/preferences/greasemonkey.js %%XPI_XPIDIR%%/install.rdf %%XPI_XPIDIR%%/locale/ar/gm-addons.dtd @@ -254,9 +253,11 @@ %%XPI_XPIDIR%%/modules/stats.js %%XPI_XPIDIR%%/modules/third-party/MatchPattern.js %%XPI_XPIDIR%%/modules/third-party/convert2RegExp.js +%%XPI_XPIDIR%%/modules/third-party/droppedUrls.js %%XPI_XPIDIR%%/modules/third-party/getChromeWinForContentWin.js %%XPI_XPIDIR%%/modules/util/alert.js %%XPI_XPIDIR%%/modules/util/anonWrap.js +%%XPI_XPIDIR%%/modules/util/apiLeakCheck.js %%XPI_XPIDIR%%/modules/util/compareFirefoxVersion.js %%XPI_XPIDIR%%/modules/util/emptyEl.js %%XPI_XPIDIR%%/modules/util/getBinaryContents.js @@ -279,6 +280,7 @@ %%XPI_XPIDIR%%/modules/util/openInEditor.js %%XPI_XPIDIR%%/modules/util/scriptDir.js %%XPI_XPIDIR%%/modules/util/scriptMatchesUrlAndRuns.js +%%XPI_XPIDIR%%/modules/util/setEditor.js %%XPI_XPIDIR%%/modules/util/setEnabled.js %%XPI_XPIDIR%%/modules/util/sha1.js %%XPI_XPIDIR%%/modules/util/showInstallDialog.js @@ -291,6 +293,7 @@ %%XPI_XPIDIR%%/modules/util/windowIsClosed.js %%XPI_XPIDIR%%/modules/util/writeToFile.js %%XPI_XPIDIR%%/modules/util.js +%%XPI_XPIDIR%%/modules/xmlhttprequester.js %%XPI_XPIDIR%%/skin/addons4.css %%XPI_XPIDIR%%/skin/bindings.css %%XPI_XPIDIR%%/skin/browser.css |