From a2824e9b0fa462a184de4be772ad46e3a7fe44d9 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 9 May 2003 06:36:05 +0000 Subject: upgrade to 1.5.3 PR: 51993 Submitted by: maintainer --- www/tinyproxy/Makefile | 2 +- www/tinyproxy/distinfo | 2 +- www/tinyproxy/files/patch-aa | 8 ++++---- www/tinyproxy/files/patch-ab | 11 ----------- www/tinyproxy/files/patch-ac | 19 ------------------- 5 files changed, 6 insertions(+), 36 deletions(-) delete mode 100644 www/tinyproxy/files/patch-ab delete mode 100644 www/tinyproxy/files/patch-ac diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 39f0f7d0f85e..b17a25d91f7f 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -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 --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 08f584e95b7f..017092a52dab 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1 +1 @@ -MD5 (tinyproxy-1.5.0.tar.gz) = 2236b57f183b168dcfaaffbda43b4051 +MD5 (tinyproxy-1.5.3.tar.gz) = 589e3344f6da5867691a72d4ec72aa5e diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa index c0fd5d69c9b6..2c687f70bc61 100644 --- a/www/tinyproxy/files/patch-aa +++ b/www/tinyproxy/files/patch-aa @@ -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 --git a/www/tinyproxy/files/patch-ab b/www/tinyproxy/files/patch-ab deleted file mode 100644 index cec1a7178e78..000000000000 --- a/www/tinyproxy/files/patch-ab +++ /dev/null @@ -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 --git a/www/tinyproxy/files/patch-ac b/www/tinyproxy/files/patch-ac deleted file mode 100644 index de2150c0c3de..000000000000 --- a/www/tinyproxy/files/patch-ac +++ /dev/null @@ -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 -- cgit v1.2.3