diff options
author | will <will@FreeBSD.org> | 2000-04-25 12:48:53 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-25 12:48:53 +0800 |
commit | 557c290e5a37f00c6c5f43a285ca10921c45b8e9 (patch) | |
tree | 4335140532a3381c52a3505aad9567fa818edf5c /www/tinyproxy | |
parent | 970ad8dafcfe31fd029caf784089fe7b7bb4be39 (diff) | |
download | freebsd-ports-gnome-557c290e5a37f00c6c5f43a285ca10921c45b8e9.tar.gz freebsd-ports-gnome-557c290e5a37f00c6c5f43a285ca10921c45b8e9.tar.zst freebsd-ports-gnome-557c290e5a37f00c6c5f43a285ca10921c45b8e9.zip |
Update to tinyproxy 1.3.3.
PR: 18203
Submitted by: maintainer
Diffstat (limited to 'www/tinyproxy')
-rw-r--r-- | www/tinyproxy/Makefile | 10 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 2 | ||||
-rw-r--r-- | www/tinyproxy/files/patch-aa | 41 | ||||
-rw-r--r-- | www/tinyproxy/pkg-descr | 2 |
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 |