From e058223c9b0f2cd0fdfe49ce092c71a6b388ab0a Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Mon, 29 Jul 2002 14:05:26 +0000 Subject: Upgrade to 2.7d. --- www/wwwoffle/Makefile | 3 +-- www/wwwoffle/distinfo | 2 +- www/wwwoffle/files/patch-src::parse.c | 11 ----------- 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 www/wwwoffle/files/patch-src::parse.c (limited to 'www') diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index b07529e202b4..e12ae641c3c5 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wwwoffle -PORTVERSION= 2.7c -PORTREVISION= 1 +PORTVERSION= 2.7d CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo index ff14003e96f3..d113ee8a0249 100644 --- a/www/wwwoffle/distinfo +++ b/www/wwwoffle/distinfo @@ -1 +1 @@ -MD5 (wwwoffle-2.7c.tgz) = de4a185c3e279b57a88283016211b989 +MD5 (wwwoffle-2.7d.tgz) = 3166cacef0f8fd81b098c5eb55c5efde diff --git a/www/wwwoffle/files/patch-src::parse.c b/www/wwwoffle/files/patch-src::parse.c deleted file mode 100644 index 05ba79c921cf..000000000000 --- a/www/wwwoffle/files/patch-src::parse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/parse.c- Tue Jul 16 02:38:21 2002 -+++ src/parse.c Tue Jul 16 02:38:36 2002 -@@ -180,7 +180,7 @@ - if(!strcmp("POST",(*request_head)->method) || - !strcmp("PUT",(*request_head)->method)) - { -- if(length==-1) -+ if(length<0) - {free(url);return(NULL);} - - *request_body=CreateBody(length); -- cgit v1.2.3