FreeBSD Bugzilla – Attachment 97803 Details for
Bug 136596
[Patch]textproc/py-xml:welcome python2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.58 KB, created by
wenheping
on 2009-07-09 04:30:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wenheping
Created:
2009-07-09 04:30:07 UTC
Size:
3.58 KB
patch
obsolete
>diff -urN py-xml/Makefile py-xml.new/Makefile >--- py-xml/Makefile 2009-06-09 20:38:03.000000000 +0800 >+++ py-xml.new/Makefile 2009-07-09 11:12:46.000000000 +0800 >@@ -7,7 +7,7 @@ > > PORTNAME= xml > PORTVERSION= 0.8.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= pyxml >diff -urN py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py py-xml.new/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py >--- py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py 1970-01-01 08:00:00.000000000 +0800 >+++ py-xml.new/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py 2009-07-09 11:02:01.000000000 +0800 >@@ -0,0 +1,13 @@ >+--- xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py.orig 2009-07-09 08:48:55.000000000 +0800 >++++ xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 2009-07-09 08:49:09.000000000 +0800 >+@@ -24,8 +24,8 @@ >+ self._rel = rel >+ nt = ParsedNodeTest.ParsedNodeTest('node', '') >+ ppl = ParsedPredicateList.ParsedPredicateList([]) >+- as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') >+- self._step = ParsedStep.ParsedStep(as, nt, ppl) >++ as26 = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') >++ self._step = ParsedStep.ParsedStep(as26, nt, ppl) >+ return >+ >+ def evaluate(self, context): >diff -urN py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py py-xml.new/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py >--- py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py 1970-01-01 08:00:00.000000000 +0800 >+++ py-xml.new/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py 2009-07-09 11:02:01.000000000 +0800 >@@ -0,0 +1,13 @@ >+--- xml/xpath/ParsedAbbreviatedRelativeLocationPath.py.orig 2009-07-09 08:43:39.000000000 +0800 >++++ xml/xpath/ParsedAbbreviatedRelativeLocationPath.py 2009-07-09 08:43:56.000000000 +0800 >+@@ -28,8 +28,8 @@ >+ self._right = right >+ nt = ParsedNodeTest.ParsedNodeTest('node','') >+ ppl = ParsedPredicateList.ParsedPredicateList([]) >+- as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') >+- self._middle = ParsedStep.ParsedStep(as, nt, ppl) >++ as26 = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self') >++ self._middle = ParsedStep.ParsedStep(as26, nt, ppl) >+ >+ def evaluate(self, context): >+ res = [] >diff -urN py-xml/pkg-plist py-xml.new/pkg-plist >--- py-xml/pkg-plist 2009-06-09 20:38:03.000000000 +0800 >+++ py-xml.new/pkg-plist 2009-07-09 11:13:41.000000000 +0800 >@@ -532,7 +532,11 @@ > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/NamespaceNode.pyc > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/NamespaceNode.pyo > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedAbsoluteLocationPath.py >+%%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyc >+%%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyo > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedRelativeLocationPath.py >+%%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedRelativeLocationPath.pyc >+%%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbbreviatedRelativeLocationPath.pyo > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbsoluteLocationPath.py > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbsoluteLocationPath.pyc > %%XPATH%%%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/xpath/ParsedAbsoluteLocationPath.pyo
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 136596
: 97803