Bug 132455 - Update Port: www/xpi-foxyproxy to v2.8.12
Summary: Update Port: www/xpi-foxyproxy to v2.8.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 13:30 UTC by Ashish Shukla
Modified: 2009-03-19 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.63 KB, patch)
2009-03-09 13:30 UTC, Ashish Shukla
no flags Details | Diff
file.diff (4.03 KB, patch)
2009-03-09 13:30 UTC, Ashish Shukla
no flags Details | Diff
xpi-foxyproxy.diff (7.42 KB, patch)
2009-03-19 16:41 UTC, Ashish Shukla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ashish Shukla 2009-03-09 13:30:01 UTC
Update to v2.8.12

Fix: + 

+   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:

+@@ -1471,4 +1468,4 @@
+   _xpComObjects: {},

+   _catObserverName: null,

+   _catContractId: null

+-};
+\ No newline at end of file
++};
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-03-09 14:28:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-19 18:03:19 UTC
miwi        2009-03-19 18:03:04 UTC

  FreeBSD ports repository

  Modified files:
    www/xpi-foxyproxy    Makefile distinfo pkg-plist 
  Added files:
    www/xpi-foxyproxy/files patch-components_foxyproxy.js 
  Log:
  - Update to 2.8.14
  
  PR:             132455
  Submitted by:   Ashish Shukla <wahjava@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.5       +7 -1      ports/www/xpi-foxyproxy/Makefile
  1.5       +3 -3      ports/www/xpi-foxyproxy/distinfo
  1.1       +33 -0     ports/www/xpi-foxyproxy/files/patch-components_foxyproxy.js (new)
  1.5       +44 -39    ports/www/xpi-foxyproxy/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-03-19 18:03:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!