mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.5.6
This commit is contained in:
parent
f2889b4db3
commit
2a0f8acf8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181278
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= moinmoin
|
||||
PORTVERSION= 1.5.5a
|
||||
PORTVERSION= 1.5.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= moin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (moin-1.5.5a.tar.gz) = 90d4ae4df700dd1dfb4afbcaae9c9e52
|
||||
SHA256 (moin-1.5.5a.tar.gz) = d9e9d1fdd0761d3e113fb5d21aebf5aeff86a5915771f901516ebe992134857e
|
||||
SIZE (moin-1.5.5a.tar.gz) = 4404165
|
||||
MD5 (moin-1.5.6.tar.gz) = b87046e39a13f749163a39e8ffa0e0f4
|
||||
SHA256 (moin-1.5.6.tar.gz) = 64b9885e1143d269855b8f65cb197fd6fc344bc972c1fe541de15d485c27d927
|
||||
SIZE (moin-1.5.6.tar.gz) = 4407789
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- MoinMoin/request.py.orig Thu Sep 28 17:21:09 2006
|
||||
+++ MoinMoin/request.py Thu Sep 28 17:22:42 2006
|
||||
@@ -1682,10 +1682,8 @@
|
||||
self.http_user_agent = sa.headers.getheader('user-agent', '')
|
||||
co = filter(None, sa.headers.getheaders('cookie'))
|
||||
self.saved_cookie = ', '.join(co) or ''
|
||||
- self.if_modified_since = (sa.headers.getheader('if-modified-since')
|
||||
- or self.if_modified_since)
|
||||
- self.if_none_match = (sa.headers.getheader('if-none-match')
|
||||
- or self.if_none_match)
|
||||
+ self.if_modified_since = sa.headers.getheader('if-modified-since')
|
||||
+ self.if_none_match = sa.headers.getheader('if-none-match')
|
||||
|
||||
# Copy rest from standalone request
|
||||
self.server_name = sa.server.server_name
|
@ -1946,7 +1946,6 @@ share/moin/server/mointwisted
|
||||
share/moin/server/mointwisted.cmd
|
||||
share/moin/server/mointwisted.py
|
||||
share/moin/server/moinwsgi.py
|
||||
share/moin/underlay/meta
|
||||
share/moin/underlay/pages/AbandonedPages/current
|
||||
share/moin/underlay/pages/AbandonedPages/revisions/00000001
|
||||
share/moin/underlay/pages/AutoAdminGroup/current
|
||||
@ -2239,6 +2238,7 @@ share/moin/underlay/pages/SystemPagesSetup/attachments/Swedish.zip
|
||||
share/moin/underlay/pages/SystemPagesSetup/attachments/TraditionalChinese.zip
|
||||
share/moin/underlay/pages/SystemPagesSetup/attachments/Turkish.zip
|
||||
share/moin/underlay/pages/SystemPagesSetup/attachments/all_languages.zip
|
||||
share/moin/underlay/pages/SystemPagesSetup/attachments/extra.zip
|
||||
share/moin/underlay/pages/SystemPagesSetup/current
|
||||
share/moin/underlay/pages/SystemPagesSetup/revisions/00000001
|
||||
share/moin/underlay/pages/TitleIndex/current
|
||||
|
Loading…
Reference in New Issue
Block a user