Update to 2.13.
PR: ports/136062 Reported by: Sutra Zhou zhoushuqun gmail com Submitted by: Ashish SHUKLA wahjava gmail com (maintainer)
This commit is contained in:
parent
8da8b7904e
commit
b2e878614d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237748
4 changed files with 11 additions and 30 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= foxyproxy
|
||||
PORTVERSION= 2.9
|
||||
PORTVERSION= 2.13
|
||||
DISTVERSIONSUFFIX= -fx+sm+tb
|
||||
CATEGORIES= www
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xpi/foxyproxy-2.9-fx+sm+tb.xpi) = ea71be9f4ab3ee3e81c21160c5fb146f
|
||||
SHA256 (xpi/foxyproxy-2.9-fx+sm+tb.xpi) = 1921ae4aafffc000d067930156a3a243a4e0f143b44fc60f121185bf5b113bea
|
||||
SIZE (xpi/foxyproxy-2.9-fx+sm+tb.xpi) = 567733
|
||||
MD5 (xpi/foxyproxy-2.13-fx+sm+tb.xpi) = 51eea61bcc733f05a883f120e2f110d1
|
||||
SHA256 (xpi/foxyproxy-2.13-fx+sm+tb.xpi) = 14f3a696c4f95392161ea62c81fd5c6045cb83757e86a6c038dc6d1870860810
|
||||
SIZE (xpi/foxyproxy-2.13-fx+sm+tb.xpi) = 610587
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- components/foxyproxy.js.orig
|
||||
+++ components/foxyproxy.js
|
||||
@@ -424,15 +424,13 @@
|
||||
},
|
||||
|
||||
getDefaultPath : function() {
|
||||
- //var file = CC["@mozilla.org/file/local;1"].createInstance(CI.nsILocalFile);
|
||||
- //var dir = CC["@mozilla.org/file/directory_service;1"].getService(CI.nsIProperties).get("ProfD", CI.nsILocalFile);
|
||||
- var f = settingsDir.clone();
|
||||
- f.append("foxyproxy.xml");
|
||||
+ var file = CC["@mozilla.org/file/local;1"].createInstance(CI.nsILocalFile);
|
||||
+ var dir = CC["@mozilla.org/file/directory_service;1"].getService(CI.nsIProperties).get("ProfD", CI.nsILocalFile);
|
||||
// dump("settings file: " + f.path + "\n");
|
||||
return f;
|
||||
- // file.initWithPath(dir.path);
|
||||
- // file.appendRelativePath("foxyproxy.xml");
|
||||
- // return file;
|
||||
+ file.initWithPath(dir.path);
|
||||
+ file.appendRelativePath("foxyproxy.xml");
|
||||
+ return file;
|
||||
},
|
||||
|
||||
// Convert |o| from:
|
|
@ -8,7 +8,9 @@
|
|||
%%XPI_XPIDIR%%/chrome/content/blockedpagepattern.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/chooseproxy.js
|
||||
%%XPI_XPIDIR%%/chrome/content/chooseproxy.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/colorvalidator.js
|
||||
%%XPI_XPIDIR%%/chrome/content/firefoxOptionsOverlay.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/firefoxOverlay-svg.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/firefoxOverlay.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/foxyproxy.css
|
||||
%%XPI_XPIDIR%%/chrome/content/foxyproxySongbird.css
|
||||
|
@ -157,6 +159,10 @@
|
|||
%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxyproxy.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/uk-UA/foxyproxy.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/uk-UA/torwizhelp.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/vi-VN/amo.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/vi-VN/foxyproxy.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/vi-VN/foxyproxy.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/vi-VN/torwizhelp.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/amo.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxyproxy.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/foxyproxy.properties
|
||||
|
@ -208,6 +214,7 @@
|
|||
@dirrm %%XPI_XPIDIR%%/chrome/locale/th-TH
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/tr-TR
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/uk-UA
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/vi-VN
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/zh-CN
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/zh-TW
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale
|
||||
|
|
Loading…
Reference in a new issue