mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.9.1
PR: ports/94776 Submitted by: maintainer
This commit is contained in:
parent
44f0f1027a
commit
2db166c935
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157901
@ -6,19 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.9.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.9.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
COMMENT= An object-based web application platform
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_RC_SUBR= ${PORTNAME}29.sh zeo29.sh
|
||||
LATEST_LINK= zope29
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zope/Zope-2.9.0.tgz) = db36ef8c3f43574c88a4388fef80d661
|
||||
SHA256 (zope/Zope-2.9.0.tgz) = 29befe13ebd32bd130af4cfb385c929c40f1b27974fa8bcc56f9c39a36a244b2
|
||||
SIZE (zope/Zope-2.9.0.tgz) = 7943193
|
||||
MD5 (zope/Zope-2.9.1.tar.gz) = 75351b49800fa4a5da138bbb87258794
|
||||
SHA256 (zope/Zope-2.9.1.tar.gz) = 065a0488334eddffdfcf7a28e862eada26bbd43e1012c1d31fd56cd61bfd7d4c
|
||||
SIZE (zope/Zope-2.9.1.tar.gz) = 7945029
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
@@ -21,6 +21,7 @@
|
||||
function.
|
||||
"""
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
--- Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
from Testing.makerequest import makerequest
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
@@ -786,7 +786,7 @@
|
||||
|
||||
def doc_literal(
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- Zope/skel/etc/zope.conf.in.orig Sun Jan 15 11:56:31 2006
|
||||
+++ Zope/skel/etc/zope.conf.in Sun Jan 15 11:57:01 2006
|
||||
@@ -866,7 +866,7 @@
|
||||
#
|
||||
# large-file-threshold 1Mb
|
||||
|
||||
-# Directive: default_zpublisher_encoding
|
||||
+# Directive: default-zpublisher-encoding
|
||||
#
|
||||
# Description:
|
||||
# This controls what character set is used to encode unicode
|
||||
@@ -876,7 +876,7 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
-# default_zpublisher_encoding utf-8
|
||||
+# default-zpublisher-encoding utf-8
|
||||
|
||||
# Directives: servers
|
||||
#
|
24830
www/zope210/pkg-plist
24830
www/zope210/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -6,19 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.9.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.9.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
COMMENT= An object-based web application platform
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_RC_SUBR= ${PORTNAME}29.sh zeo29.sh
|
||||
LATEST_LINK= zope29
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zope/Zope-2.9.0.tgz) = db36ef8c3f43574c88a4388fef80d661
|
||||
SHA256 (zope/Zope-2.9.0.tgz) = 29befe13ebd32bd130af4cfb385c929c40f1b27974fa8bcc56f9c39a36a244b2
|
||||
SIZE (zope/Zope-2.9.0.tgz) = 7943193
|
||||
MD5 (zope/Zope-2.9.1.tar.gz) = 75351b49800fa4a5da138bbb87258794
|
||||
SHA256 (zope/Zope-2.9.1.tar.gz) = 065a0488334eddffdfcf7a28e862eada26bbd43e1012c1d31fd56cd61bfd7d4c
|
||||
SIZE (zope/Zope-2.9.1.tar.gz) = 7945029
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
@@ -21,6 +21,7 @@
|
||||
function.
|
||||
"""
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
--- Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
from Testing.makerequest import makerequest
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
@@ -786,7 +786,7 @@
|
||||
|
||||
def doc_literal(
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- Zope/skel/etc/zope.conf.in.orig Sun Jan 15 11:56:31 2006
|
||||
+++ Zope/skel/etc/zope.conf.in Sun Jan 15 11:57:01 2006
|
||||
@@ -866,7 +866,7 @@
|
||||
#
|
||||
# large-file-threshold 1Mb
|
||||
|
||||
-# Directive: default_zpublisher_encoding
|
||||
+# Directive: default-zpublisher-encoding
|
||||
#
|
||||
# Description:
|
||||
# This controls what character set is used to encode unicode
|
||||
@@ -876,7 +876,7 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
-# default_zpublisher_encoding utf-8
|
||||
+# default-zpublisher-encoding utf-8
|
||||
|
||||
# Directives: servers
|
||||
#
|
24830
www/zope211/pkg-plist
24830
www/zope211/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -6,19 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.9.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.9.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
COMMENT= An object-based web application platform
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_RC_SUBR= ${PORTNAME}29.sh zeo29.sh
|
||||
LATEST_LINK= zope29
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zope/Zope-2.9.0.tgz) = db36ef8c3f43574c88a4388fef80d661
|
||||
SHA256 (zope/Zope-2.9.0.tgz) = 29befe13ebd32bd130af4cfb385c929c40f1b27974fa8bcc56f9c39a36a244b2
|
||||
SIZE (zope/Zope-2.9.0.tgz) = 7943193
|
||||
MD5 (zope/Zope-2.9.1.tar.gz) = 75351b49800fa4a5da138bbb87258794
|
||||
SHA256 (zope/Zope-2.9.1.tar.gz) = 065a0488334eddffdfcf7a28e862eada26bbd43e1012c1d31fd56cd61bfd7d4c
|
||||
SIZE (zope/Zope-2.9.1.tar.gz) = 7945029
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
@@ -21,6 +21,7 @@
|
||||
function.
|
||||
"""
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
--- Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
from Testing.makerequest import makerequest
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
@@ -786,7 +786,7 @@
|
||||
|
||||
def doc_literal(
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- Zope/skel/etc/zope.conf.in.orig Sun Jan 15 11:56:31 2006
|
||||
+++ Zope/skel/etc/zope.conf.in Sun Jan 15 11:57:01 2006
|
||||
@@ -866,7 +866,7 @@
|
||||
#
|
||||
# large-file-threshold 1Mb
|
||||
|
||||
-# Directive: default_zpublisher_encoding
|
||||
+# Directive: default-zpublisher-encoding
|
||||
#
|
||||
# Description:
|
||||
# This controls what character set is used to encode unicode
|
||||
@@ -876,7 +876,7 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
-# default_zpublisher_encoding utf-8
|
||||
+# default-zpublisher-encoding utf-8
|
||||
|
||||
# Directives: servers
|
||||
#
|
24830
www/zope213/pkg-plist
24830
www/zope213/pkg-plist
File diff suppressed because it is too large
Load Diff
@ -6,19 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.9.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.9.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= yasi@yasi.to
|
||||
COMMENT= An object-based web application platform
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_RC_SUBR= ${PORTNAME}29.sh zeo29.sh
|
||||
LATEST_LINK= zope29
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zope/Zope-2.9.0.tgz) = db36ef8c3f43574c88a4388fef80d661
|
||||
SHA256 (zope/Zope-2.9.0.tgz) = 29befe13ebd32bd130af4cfb385c929c40f1b27974fa8bcc56f9c39a36a244b2
|
||||
SIZE (zope/Zope-2.9.0.tgz) = 7943193
|
||||
MD5 (zope/Zope-2.9.1.tar.gz) = 75351b49800fa4a5da138bbb87258794
|
||||
SHA256 (zope/Zope-2.9.1.tar.gz) = 065a0488334eddffdfcf7a28e862eada26bbd43e1012c1d31fd56cd61bfd7d4c
|
||||
SIZE (zope/Zope-2.9.1.tar.gz) = 7945029
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
--- Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/RestrictedPython-Zope-2.9.1/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
|
||||
@@ -21,6 +21,7 @@
|
||||
function.
|
||||
"""
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
--- Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
|
||||
+++ Dependencies/Products-Zope-2.9.1/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
from Testing.makerequest import makerequest
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/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.0/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
--- Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
|
||||
+++ Dependencies/StructuredText-Zope-2.9.1/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
|
||||
@@ -786,7 +786,7 @@
|
||||
|
||||
def doc_literal(
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- Zope/skel/etc/zope.conf.in.orig Sun Jan 15 11:56:31 2006
|
||||
+++ Zope/skel/etc/zope.conf.in Sun Jan 15 11:57:01 2006
|
||||
@@ -866,7 +866,7 @@
|
||||
#
|
||||
# large-file-threshold 1Mb
|
||||
|
||||
-# Directive: default_zpublisher_encoding
|
||||
+# Directive: default-zpublisher-encoding
|
||||
#
|
||||
# Description:
|
||||
# This controls what character set is used to encode unicode
|
||||
@@ -876,7 +876,7 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
-# default_zpublisher_encoding utf-8
|
||||
+# default-zpublisher-encoding utf-8
|
||||
|
||||
# Directives: servers
|
||||
#
|
24830
www/zope29/pkg-plist
24830
www/zope29/pkg-plist
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user