mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 1.15
This commit is contained in:
parent
5a078cf465
commit
d7cbdfaddc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355143
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= greasemonkey
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.15
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user