FreeBSD Bugzilla – Attachment 97338 Details for
Bug 136062
A patch to fix the patch file of www/xpi-foxyproxy about the function getDefaultPath
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xpi-foxyproxy.diff
xpi-foxyproxy.diff (text/plain), 3.85 KB, created by
Ashish Shukla
on 2009-07-14 03:27:40 UTC
(
hide
)
Description:
xpi-foxyproxy.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2009-07-14 03:27:40 UTC
Size:
3.85 KB
patch
obsolete
>diff -urN /usr/ports/www/xpi-foxyproxy/Makefile xpi-foxyproxy/Makefile >--- /usr/ports/www/xpi-foxyproxy/Makefile 2009-06-03 03:02:53.000000000 +0530 >+++ xpi-foxyproxy/Makefile 2009-07-14 07:50:52.000000000 +0530 >@@ -6,7 +6,7 @@ > # > > PORTNAME= foxyproxy >-PORTVERSION= 2.9 >+PORTVERSION= 2.13 > DISTVERSIONSUFFIX= -fx+sm+tb > CATEGORIES= www > >diff -urN /usr/ports/www/xpi-foxyproxy/distinfo xpi-foxyproxy/distinfo >--- /usr/ports/www/xpi-foxyproxy/distinfo 2009-06-03 03:02:53.000000000 +0530 >+++ xpi-foxyproxy/distinfo 2009-07-14 07:39:29.000000000 +0530 >@@ -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 >diff -urN /usr/ports/www/xpi-foxyproxy/files/patch-components_foxyproxy.js xpi-foxyproxy/files/patch-components_foxyproxy.js >--- /usr/ports/www/xpi-foxyproxy/files/patch-components_foxyproxy.js 2009-06-03 03:02:53.000000000 +0530 >+++ xpi-foxyproxy/files/patch-components_foxyproxy.js 1970-01-01 05:30:00.000000000 +0530 >@@ -1,26 +0,0 @@ >- >-$FreeBSD: ports/www/xpi-foxyproxy/files/patch-components_foxyproxy.js,v 1.2 2009/06/02 21:32:53 miwi Exp $ >- >---- 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: >diff -urN /usr/ports/www/xpi-foxyproxy/pkg-plist xpi-foxyproxy/pkg-plist >--- /usr/ports/www/xpi-foxyproxy/pkg-plist 2009-06-03 03:02:53.000000000 +0530 >+++ xpi-foxyproxy/pkg-plist 2009-07-14 07:44:02.000000000 +0530 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136062
:
97337
| 97338