From b2e878614d98648ee8520a00fc32835b5d83ff2d Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Tue, 14 Jul 2009 03:56:51 +0000 Subject: Update to 2.13. PR: ports/136062 Reported by: Sutra Zhou zhoushuqun gmail com Submitted by: Ashish SHUKLA wahjava gmail com (maintainer) --- .../files/patch-components_foxyproxy.js | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 www/xpi-foxyproxy/files/patch-components_foxyproxy.js (limited to 'www/xpi-foxyproxy/files/patch-components_foxyproxy.js') diff --git a/www/xpi-foxyproxy/files/patch-components_foxyproxy.js b/www/xpi-foxyproxy/files/patch-components_foxyproxy.js deleted file mode 100644 index b1f3c8f43319..000000000000 --- a/www/xpi-foxyproxy/files/patch-components_foxyproxy.js +++ /dev/null @@ -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: -- cgit v1.2.3