summaryrefslogtreecommitdiff
path: root/www/tinyproxy
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-25 04:48:53 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-25 04:48:53 +0000
commit07af0dafe6c8f57d449453f8f06759e3508f8653 (patch)
tree119650f39a565ae7ae2f96d8387e6043d90b349d /www/tinyproxy
parent- Update to 1.4.4. (diff)
Update to tinyproxy 1.3.3.
PR: 18203 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=27985
Diffstat (limited to 'www/tinyproxy')
-rw-r--r--www/tinyproxy/Makefile10
-rw-r--r--www/tinyproxy/distinfo2
-rw-r--r--www/tinyproxy/files/patch-aa41
-rw-r--r--www/tinyproxy/pkg-descr2
4 files changed, 23 insertions, 32 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index 184332f038ad..dfb23e256bb8 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= tinyproxy
-PORTVERSION= 1.2.8
+PORTVERSION= 1.3.3
CATEGORIES= www
-MASTER_SITES= http://tinyproxy.attacca.com/ \
- http://www.flarenet.com/tinyproxy/
+MASTER_SITES= http://download.sourceforge.net/tinyproxy/
MAINTAINER= mitsuru@riken.go.jp
-WRKSRC= ${WRKDIR}/tinyproxy
+BUILD_DEPENDS= ${LOCALBASE}/lib/libadns.a:${PORTSDIR}/net/adns
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-log-file=/var/log/tinyproxy.log --with-port=8080 --with-user=nobody --with-adns-include=${LOCALBASE}/include --with-adns-lib=${LOCALBASE}/lib
MAN8= tinyproxy.8
diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo
index c8af778aea76..8825ff072542 100644
--- a/www/tinyproxy/distinfo
+++ b/www/tinyproxy/distinfo
@@ -1 +1 @@
-MD5 (tinyproxy-1.2.8.tar.gz) = d95bbf01bc709a155d5c3c7ac47613bf
+MD5 (tinyproxy-1.3.3.tar.gz) = 134693ada7b7136b53fc87a2d10c6be9
diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa
index c22b99293ee5..de8916332f74 100644
--- a/www/tinyproxy/files/patch-aa
+++ b/www/tinyproxy/files/patch-aa
@@ -1,27 +1,16 @@
---- src/Makefile.orig Fri Jun 4 14:42:34 1999
-+++ src/Makefile Sun Jul 4 16:15:09 1999
-@@ -1,13 +1,13 @@
- # Written by Steven Young (sdyoung@well.com)
- # Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05
+--- src/dnscache.c.dist Thu Mar 30 01:18:05 2000
++++ src/dnscache.c Fri Apr 7 19:59:54 2000
+@@ -28,12 +28,12 @@
+ #include <string.h>
+ #include <netdb.h>
+ #include <time.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <assert.h>
+ #include <ctype.h>
+-#include <sys/types.h>
--CC = gcc # change this to your prefered compiler
-+#CC = gcc # change this to your prefered compiler
-
- WARN = -Wall -Wshadow -Wstrict-prototypes # Warnings
-
- #
- # Full Production System (No debuging info)
--CFLAGS = -O2 ${WARN}
-+CFLAGS += ${WARN}
- #
- # Full Debuging Version
- #CFLAGS = -g ${WARN}
-@@ -21,7 +21,7 @@
-
- # Set location for installation
- INSTALL = /usr/bin/install
--BINPATH = /usr/local/bin
-+BINPATH = /usr/local/sbin
- STRIP = /usr/bin/strip
-
- all: ${OBJS}
+ #include "utils.h"
+ #include "dnscache.h"
diff --git a/www/tinyproxy/pkg-descr b/www/tinyproxy/pkg-descr
index f8edb18b6fae..abfc9c1c040c 100644
--- a/www/tinyproxy/pkg-descr
+++ b/www/tinyproxy/pkg-descr
@@ -6,7 +6,7 @@ Note that tinyproxy requires commandline arguments to run in anonymizing
mode. For most people, "/usr/local/sbin/tinyproxy -a Host: -a Authorization:"
is sufficient for an anonymizing proxy.
-WWW: http://tinyproxy.attacca.com/
+WWW: http://tinyproxy.sourceforge.net/
- Mitsuru Yoshida
mitsuru@riken.go.jp