From 2a0f8acf8dc29df66e9b51510857757b660ac51a Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 2 Jan 2007 16:28:12 +0000 Subject: Update to 1.5.6 --- www/moinmoin/Makefile | 2 +- www/moinmoin/distinfo | 6 +++--- www/moinmoin/files/patch-MoinMoin-request.py | 15 --------------- www/moinmoin/pkg-plist | 2 +- 4 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 www/moinmoin/files/patch-MoinMoin-request.py (limited to 'www/moinmoin') diff --git a/www/moinmoin/Makefile b/www/moinmoin/Makefile index c2520e68adc2..5a6ac35d73ed 100644 --- a/www/moinmoin/Makefile +++ b/www/moinmoin/Makefile @@ -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 diff --git a/www/moinmoin/distinfo b/www/moinmoin/distinfo index 6f1ead3601e1..7f7f919683d8 100644 --- a/www/moinmoin/distinfo +++ b/www/moinmoin/distinfo @@ -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 diff --git a/www/moinmoin/files/patch-MoinMoin-request.py b/www/moinmoin/files/patch-MoinMoin-request.py deleted file mode 100644 index 0b69eef2e022..000000000000 --- a/www/moinmoin/files/patch-MoinMoin-request.py +++ /dev/null @@ -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 diff --git a/www/moinmoin/pkg-plist b/www/moinmoin/pkg-plist index ec2a6f431988..3927ecf216b7 100644 --- a/www/moinmoin/pkg-plist +++ b/www/moinmoin/pkg-plist @@ -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 -- cgit v1.2.3