Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv21754/experimental/dmacks/finkinfo

Modified Files:
        linkchecker.info linkchecker.patch 
Log Message:
give priority to own dnspython


Index: linkchecker.patch
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/linkchecker.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- linkchecker.patch   29 Jul 2011 04:28:21 -0000      1.1
+++ linkchecker.patch   29 Jul 2011 04:50:13 -0000      1.2
@@ -1,7 +1,7 @@
 diff -Nurd -x'*~' LinkChecker-7.0.orig/linkcheck/__init__.py 
LinkChecker-7.0/linkcheck/__init__.py
 --- LinkChecker-7.0.orig/linkcheck/__init__.py 2011-05-28 01:54:11.000000000 
-0400
-+++ LinkChecker-7.0/linkcheck/__init__.py      2011-07-28 23:59:42.000000000 
-0400
-@@ -151,7 +151,7 @@
++++ LinkChecker-7.0/linkcheck/__init__.py      2011-07-29 00:47:33.000000000 
-0400
+@@ -151,9 +151,9 @@
  
  def find_third_party_modules ():
      """Find third party modules and add them to the python path."""
@@ -9,12 +9,13 @@
 +    parent = os.path.dirname(__file__)
      third_party = os.path.join(parent, "third_party")
      if os.path.isdir(third_party):
-         sys.path.append(os.path.join(third_party, "dnspython"))
-Binary files LinkChecker-7.0.orig/linkcheck/__init__.pyc and 
LinkChecker-7.0/linkcheck/__init__.pyc differ
-Binary files LinkChecker-7.0.orig/linkcheck/i18n.pyc and 
LinkChecker-7.0/linkcheck/i18n.pyc differ
+-        sys.path.append(os.path.join(third_party, "dnspython"))
++        sys.path.insert(0,os.path.join(third_party, "dnspython"))
+ 
+ find_third_party_modules()
 diff -Nurd -x'*~' LinkChecker-7.0.orig/setup.py LinkChecker-7.0/setup.py
 --- LinkChecker-7.0.orig/setup.py      2011-05-28 01:54:11.000000000 -0400
-+++ LinkChecker-7.0/setup.py   2011-07-29 00:00:17.000000000 -0400
++++ LinkChecker-7.0/setup.py   2011-07-29 00:46:52.000000000 -0400
 @@ -754,9 +754,6 @@
          'py2app': MyPy2app,
          'register': MyRegister,

Index: linkchecker.info
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/linkchecker.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- linkchecker.info    29 Jul 2011 04:28:21 -0000      1.2
+++ linkchecker.info    29 Jul 2011 04:50:13 -0000      1.3
@@ -1,6 +1,6 @@
 Package: linkchecker
 Version: 7.0
-Revision: 1
+Revision: 2
 Description: Check websites and HTML docs for broken links
 License: GPL
 Maintainer: None <fink-de...@lists.sourceforge.net>
@@ -15,7 +15,7 @@
 
 # Patch Phase:
 PatchFile: %n.patch
-PatchFile-MD5: 35a5e825a16a0881bed82f2c7c224a0c
+PatchFile-MD5: 149cad6aeb3ed61d04400ef3ed39e65f
 PatchScript: <<
        %{default_script}
 
@@ -71,7 +71,8 @@
 
 Includes a specially patched version of dnspython. Bury it in
 linkcheck's own module-hierarchy to avoid colliding with the actual
-dnspython module (and update search-path games to find it).
+dnspython module (and update search-path games to find it--prepend
+hacked location so it takes precedence over others).
 <<
 
 Homepage: http://linkchecker.sourceforge.net/


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to