diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-31 20:27:34 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-31 20:27:34 +0000 |
commit | dfaf6f62a354e62208eb33a77a1c679ddb96e3a2 (patch) | |
tree | a7289da5cc9274b14503f9d93da2ac8183e7a2d6 /www/xpi-fasterfox | |
parent | e4774a0c80a0a0489a1f6c1cf718c6fe0a99b398 (diff) | |
download | ports-dfaf6f62a354e62208eb33a77a1c679ddb96e3a2.tar.gz ports-dfaf6f62a354e62208eb33a77a1c679ddb96e3a2.zip |
Notes
Diffstat (limited to 'www/xpi-fasterfox')
-rw-r--r-- | www/xpi-fasterfox/Makefile | 8 | ||||
-rw-r--r-- | www/xpi-fasterfox/distinfo | 6 | ||||
-rw-r--r-- | www/xpi-fasterfox/files/chrome.manifest | 36 |
3 files changed, 7 insertions, 43 deletions
diff --git a/www/xpi-fasterfox/Makefile b/www/xpi-fasterfox/Makefile index 88358ee3d54a..1dcc761b6dce 100644 --- a/www/xpi-fasterfox/Makefile +++ b/www/xpi-fasterfox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fasterfox -PORTVERSION= 1.0.3 +PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -14,9 +14,9 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Performance and network tweaks for Firefox XPI_ID= {c36177c0-224a-11da-8cd6-0800200c9a66} -XPI_FILES= chrome/fasterfox.jar defaults/preferences/fasterfox.js install.rdf \ - readme.txt chrome.manifest -XPI_DIRS= chrome defaults/preferences defaults +XPI_FILES= chrome/fasterfox.jar chrome.manifest defaults/preferences/fasterfox.js \ + install.rdf readme.txt +XPI_DIRS= chrome defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-fasterfox/distinfo b/www/xpi-fasterfox/distinfo index c373555605c3..608d7fae3ae0 100644 --- a/www/xpi-fasterfox/distinfo +++ b/www/xpi-fasterfox/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/fasterfox-1.0.3-fx.xpi) = 6b34852c2c086b0444b79000c7ff25cb -SHA256 (xpi/fasterfox-1.0.3-fx.xpi) = b617ab9dd02aae3f5c0208afecf2481a44a14aeb7612345699092512238c9810 -SIZE (xpi/fasterfox-1.0.3-fx.xpi) = 93653 +MD5 (xpi/fasterfox-2.0.0-fx.xpi) = b4f31dcf04af161053a2497bfa8c21f3 +SHA256 (xpi/fasterfox-2.0.0-fx.xpi) = a4868365795408e232ef1d213710999a084261c02771fdbe4ef3c3daddeb0170 +SIZE (xpi/fasterfox-2.0.0-fx.xpi) = 118360 diff --git a/www/xpi-fasterfox/files/chrome.manifest b/www/xpi-fasterfox/files/chrome.manifest deleted file mode 100644 index d6ba33823ecb..000000000000 --- a/www/xpi-fasterfox/files/chrome.manifest +++ /dev/null @@ -1,36 +0,0 @@ - -overlay chrome://browser/content/browser.xul chrome://fasterfox/content/fasterfoxOverlay.xul -overlay chrome://navigator/content/navigator.xul chrome://fasterfox/content/fasterfoxOverlay.xul -content fasterfox jar:chrome/fasterfox.jar!/content/fasterfox/ - -skin fasterfox classic/1.0 jar:chrome/fasterfox.jar!/skin/classic/fasterfox/ - -locale fasterfox en-US jar:chrome/fasterfox.jar!/locale/en-US/fasterfox/ - -locale fasterfox cs-CZ jar:chrome/fasterfox.jar!/locale/cs-CZ/fasterfox/ - -locale fasterfox de-DE jar:chrome/fasterfox.jar!/locale/de-DE/fasterfox/ - -locale fasterfox fi-FI jar:chrome/fasterfox.jar!/locale/fi-FI/fasterfox/ - -locale fasterfox fr-FR jar:chrome/fasterfox.jar!/locale/fr-FR/fasterfox/ - -locale fasterfox he-IL jar:chrome/fasterfox.jar!/locale/he-IL/fasterfox/ - -locale fasterfox it-IT jar:chrome/fasterfox.jar!/locale/it-IT/fasterfox/ - -locale fasterfox ja-JP jar:chrome/fasterfox.jar!/locale/ja-JP/fasterfox/ - -locale fasterfox ko-KR jar:chrome/fasterfox.jar!/locale/ko-KR/fasterfox/ - -locale fasterfox nl-NL jar:chrome/fasterfox.jar!/locale/nl-NL/fasterfox/ - -locale fasterfox pl-PL jar:chrome/fasterfox.jar!/locale/pl-PL/fasterfox/ - -locale fasterfox sl-SI jar:chrome/fasterfox.jar!/locale/sl-SI/fasterfox/ - -locale fasterfox sk-SK jar:chrome/fasterfox.jar!/locale/sk-SK/fasterfox/ - -locale fasterfox tr-TR jar:chrome/fasterfox.jar!/locale/tr-TR/fasterfox/ - -locale fasterfox zh-CN jar:chrome/fasterfox.jar!/locale/zh-CN/fasterfox/ |