From mitsuru@zebu.yokohama.riken.go.jp  Thu May  8 20:57:43 2003
Return-Path: <mitsuru@zebu.yokohama.riken.go.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 254B037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 May 2003 20:57:43 -0700 (PDT)
Received: from zebu.yokohama.riken.go.jp (zebu.yokohama.riken.go.jp [134.160.84.77])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5F72543FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 May 2003 20:57:42 -0700 (PDT)
	(envelope-from mitsuru@zebu.yokohama.riken.go.jp)
Received: (qmail 22951 invoked by uid 123); 9 May 2003 03:58:03 -0000
Message-Id: <20030509035803.22950.qmail@zebu.yokohama.riken.go.jp>
Date: 9 May 2003 03:58:03 -0000
From: mitsuru@riken.go.jp
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update tinyproxy
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51993
>Category:       ports
>Synopsis:       update tinyproxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 08 21:00:26 PDT 2003
>Closed-Date:    Thu May 08 23:36:26 PDT 2003
>Last-Modified:  Thu May 08 23:36:26 PDT 2003
>Originator:     mitsuru@riken.go.jp
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
RIKEN
>Environment:
FreeBSD 5.0-RELEASE-p7


	
>Description:
	update tinyproxy to 1.5.3
>How-To-Repeat:
	
>Fix:

diff -ruN tinyproxy.old/Makefile tinyproxy/Makefile
--- tinyproxy.old/Makefile	Thu May  8 11:03:49 2003
+++ tinyproxy/Makefile	Thu May  8 11:19:56 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinyproxy
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN tinyproxy.old/distinfo tinyproxy/distinfo
--- tinyproxy.old/distinfo	Thu May  8 11:03:49 2003
+++ tinyproxy/distinfo	Thu May  8 11:20:02 2003
@@ -1 +1 @@
-MD5 (tinyproxy-1.5.0.tar.gz) = 2236b57f183b168dcfaaffbda43b4051
+MD5 (tinyproxy-1.5.3.tar.gz) = 589e3344f6da5867691a72d4ec72aa5e
diff -ruN tinyproxy.old/files/patch-aa tinyproxy/files/patch-aa
--- tinyproxy.old/files/patch-aa	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-aa	Thu May  8 11:07:21 2003
@@ -1,11 +1,11 @@
---- Makefile.in.dist	Thu May 16 12:23:51 2002
-+++ Makefile.in	Thu May 16 12:24:07 2002
+--- Makefile.in.orig	Thu Jan 23 04:50:06 2003
++++ Makefile.in	Thu May  8 11:06:57 2003
 @@ -363,9 +363,6 @@
  	$(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@
  	$(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
  		$(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist
--	test ! -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \
--		&& $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
+-	test -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \
+-		|| $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
 -			$(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@
  	@echo ""
  	@echo "A configuration file has been copied to:"
diff -ruN tinyproxy.old/files/patch-ab tinyproxy/files/patch-ab
--- tinyproxy.old/files/patch-ab	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/reqs.c.dist	Fri May 17 15:37:16 2002
-+++ src/reqs.c	Fri May 17 15:38:04 2002
-@@ -783,7 +783,7 @@
- 					     &data,
- 					     (void**)&header);
- 
--			if (!is_anonymous_enabled() || anonymous_search(data) <= 0) {
-+			if (!is_anonymous_enabled() || anonymous_search(data) > 0) {
- 				ret = write_message(connptr->server_fd,
- 						    "%s: %s\r\n",
- 						    data, header);
diff -ruN tinyproxy.old/files/patch-ac tinyproxy/files/patch-ac
--- tinyproxy.old/files/patch-ac	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
---- doc/tinyproxy.8.dist	Fri May 17 15:47:17 2002
-+++ doc/tinyproxy.8	Fri May 17 15:47:25 2002
-@@ -1,6 +1,6 @@
- .\" -*- nroff -*-
- .\"
--.\" tinyproxy.1
-+.\" tinyproxy.8
- .\"
- .\" Copyright (c) 1998-2000  Steven Young and Robert James Kaes.
- .\" Copyright (c) 2001       Robert James Kaes
-@@ -8,7 +8,7 @@
- .\" This program is distributed under the terms of the GNU General Public
- .\" License. See COPYING for additional information.
- .\"
--.TH tinyproxy 1 .\" "tinyproxy Manual" "August 25, 2001"
-+.TH tinyproxy 8 .\" "tinyproxy Manual" "August 25, 2001"
- .SH NAME
- tinyproxy - A small HTTP proxy server
- .SH SYNTAX
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu May 8 23:36:19 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51993 
>Unformatted:
