aboutsummaryrefslogtreecommitdiff
path: root/www/zope29/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-08-03 15:53:04 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-08-03 15:53:04 +0000
commitbd3acbc8dffa3c712df1fb4819acb762aed2a191 (patch)
tree9c3d0ecb6cf0bba4cff391c9a5aca2da7dab91b9 /www/zope29/files
parent3c9284d4675c459c782008306fdd3ddb38a8f9ca (diff)
- Update to 2.9.4
PR: ports/101236 Submitted by: HAYASHI Yasushi <yasi at yasi.to> (maintainer)
Notes
Notes: svn path=/head/; revision=169567
Diffstat (limited to 'www/zope29/files')
-rw-r--r--www/zope29/files/patch-Dependencies-RestrictedPython10
-rw-r--r--www/zope29/files/patch-Dependencies-SiteAccess10
-rw-r--r--www/zope29/files/patch-lib-python-Products-SiteAccess10
-rw-r--r--www/zope29/files/patch-lib-python-RestrictedPython10
-rw-r--r--www/zope29/files/patch-lib-python-StructuredText (renamed from www/zope29/files/patch-Dependencies-StructuredText)12
5 files changed, 26 insertions, 26 deletions
diff --git a/www/zope29/files/patch-Dependencies-RestrictedPython b/www/zope29/files/patch-Dependencies-RestrictedPython
deleted file mode 100644
index 927c611a704a..000000000000
--- a/www/zope29/files/patch-Dependencies-RestrictedPython
+++ /dev/null
@@ -1,10 +0,0 @@
---- Dependencies/RestrictedPython-Zope-2.9.3/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/RestrictedPython-Zope-2.9.3/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
-@@ -21,6 +21,7 @@
- function.
- """
-
-+from __future__ import generators
- import dis
- import types
-
diff --git a/www/zope29/files/patch-Dependencies-SiteAccess b/www/zope29/files/patch-Dependencies-SiteAccess
deleted file mode 100644
index f8e7c1989949..000000000000
--- a/www/zope29/files/patch-Dependencies-SiteAccess
+++ /dev/null
@@ -1,10 +0,0 @@
---- Dependencies/Products-Zope-2.9.3/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
-+++ Dependencies/Products-Zope-2.9.3/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
-@@ -12,6 +12,7 @@
-
- from Testing.makerequest import makerequest
-
-+from __future__ import generators
- import Zope2
- Zope2.startup()
-
diff --git a/www/zope29/files/patch-lib-python-Products-SiteAccess b/www/zope29/files/patch-lib-python-Products-SiteAccess
new file mode 100644
index 000000000000..2cee7ce5a3f0
--- /dev/null
+++ b/www/zope29/files/patch-lib-python-Products-SiteAccess
@@ -0,0 +1,10 @@
+--- lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
++++ lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
+@@ -12,6 +12,7 @@
+
+ from Testing.makerequest import makerequest
+
++from __future__ import generators
+ import Zope2
+ Zope2.startup()
+
diff --git a/www/zope29/files/patch-lib-python-RestrictedPython b/www/zope29/files/patch-lib-python-RestrictedPython
new file mode 100644
index 000000000000..dacf354759a4
--- /dev/null
+++ b/www/zope29/files/patch-lib-python-RestrictedPython
@@ -0,0 +1,10 @@
+--- lib/python/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
++++ lib/python/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
+@@ -21,6 +21,7 @@
+ function.
+ """
+
++from __future__ import generators
+ import dis
+ import types
+
diff --git a/www/zope29/files/patch-Dependencies-StructuredText b/www/zope29/files/patch-lib-python-StructuredText
index a2258e52aeb2..475dc88fdfed 100644
--- a/www/zope29/files/patch-Dependencies-StructuredText
+++ b/www/zope29/files/patch-lib-python-StructuredText
@@ -1,5 +1,5 @@
---- Dependencies/StructuredText-Zope-2.9.3/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.3/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
+--- lib/python/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
++++ lib/python/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
@@ -27,7 +27,7 @@
def doc_img(
@@ -9,8 +9,8 @@
):
---- Dependencies/StructuredText-Zope-2.9.3/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.3/StructuredText/ST.py Sun Jan 15 10:23:46 2006
+--- lib/python/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
++++ lib/python/StructuredText/ST.py Sun Jan 15 10:23:46 2006
@@ -116,6 +116,9 @@
Structure => [paragraph,[sub-paragraphs]]
"""
@@ -21,8 +21,8 @@
currentlevel = 0
currentindent = 0
levels = {0:0}
---- Dependencies/StructuredText-Zope-2.9.3/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.3/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
+--- lib/python/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
++++ lib/python/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
@@ -786,7 +786,7 @@
def doc_literal(