ports/110007: [maintainer update] www/polipo to 1.0.0

Frank Behrens frank at pinky.sax.de
Tue Mar 6 20:00:14 UTC 2007


>Number:         110007
>Category:       ports
>Synopsis:       [maintainer update] www/polipo to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 20:00:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Frank Behrens
>Release:        FreeBSD 6.2-STABLE-200702271355 i386
>Organization:
>Environment:
>Description:
	Update port www/polipo to stable version 1.0.0
>How-To-Repeat:
>Fix:


--- polipo-1.0.0-port.patch begins here ---
diff -urwN /usr/ports/www/polipo/Makefile /usr/local/src/ownports/polipo-stable/port/Makefile
--- /usr/ports/www/polipo/Makefile	Thu Feb 15 07:28:03 2007
+++ /usr/local/src/ownports/polipo-stable/port/Makefile	Tue Mar  6 20:38:24 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	polipo
-PORTVERSION=	0.9.12
+PORTVERSION=	1.0.0
 CATEGORIES=	www
 MASTER_SITES=	http://www.pps.jussieu.fr/~jch/software/files/polipo/ \
 		http://www.sax.de/~frank/polipo4bsd/files/
diff -urwN /usr/ports/www/polipo/distinfo /usr/local/src/ownports/polipo-stable/port/distinfo
--- /usr/ports/www/polipo/distinfo	Thu Feb 15 07:28:03 2007
+++ /usr/local/src/ownports/polipo-stable/port/distinfo	Tue Mar  6 20:38:58 2007
@@ -1,3 +1,3 @@
-MD5 (polipo-0.9.12.tar.gz) = ce82913e3698de5d15465fb45dbafa11
-SHA256 (polipo-0.9.12.tar.gz) = 6b42de207937d3b13184aab3de2c3a6b9ab0ede92c340b19305f668e191cf205
-SIZE (polipo-0.9.12.tar.gz) = 149370
+MD5 (polipo-1.0.0.tar.gz) = e9db1fadbce47b8664351d14510bd5c9
+SHA256 (polipo-1.0.0.tar.gz) = 0a00d7009fd4c501daa916c354036f3cbd5533c25c7b0efce6b7176fb4ae80ba
+SIZE (polipo-1.0.0.tar.gz) = 176618
diff -urwN /usr/ports/www/polipo/files/patch-aa /usr/local/src/ownports/polipo-stable/port/files/patch-aa
--- /usr/ports/www/polipo/files/patch-aa	Wed Jul 27 20:54:58 2005
+++ /usr/local/src/ownports/polipo-stable/port/files/patch-aa	Tue Mar  6 20:39:50 2007
@@ -83,21 +83,4 @@
  The default root of the local web space.
  .SH SIGNALS
  .TP 
---- server.c	Thu Jan 20 00:21:19 2005
-+++ server.c	Wed Jul 27 13:24:28 2005
-@@ -1783,10 +1783,11 @@
-     } else if(code < 400 && 
-               (content_range.from >= 0 || content_range.to >= 0 || 
-                content_range.full_length >= 0)) {
--        do_log(L_ERROR, "Range without partial content.\n");
--        httpServerAbort(connection, 1, 502,
--                        internAtom("Range without partial content"));
--        goto fail;
-+        do_log(L_WARN, "Range without partial content.\n");
-+        /* Damn anakata. */
-+        content_range.from = -1;
-+        content_range.to = -1;
-+        content_range.full_length = -1;
-     } else if(code != 304 && code != 412) {
-         full_len = len;
-     }
+
--- polipo-1.0.0-port.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list