Index: head/www/tinyproxy/Makefile =================================================================== --- head/www/tinyproxy/Makefile (revision 27984) +++ head/www/tinyproxy/Makefile (revision 27985) @@ -1,20 +1,22 @@ # New ports collection makefile for: tinyproxy # Date created: 01 Jul 1999 # Whom: Mitsuru Yoshida # # $FreeBSD$ # 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 .include Property changes on: head/www/tinyproxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/tinyproxy/distinfo =================================================================== --- head/www/tinyproxy/distinfo (revision 27984) +++ head/www/tinyproxy/distinfo (revision 27985) @@ -1 +1 @@ -MD5 (tinyproxy-1.2.8.tar.gz) = d95bbf01bc709a155d5c3c7ac47613bf +MD5 (tinyproxy-1.3.3.tar.gz) = 134693ada7b7136b53fc87a2d10c6be9 Property changes on: head/www/tinyproxy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/tinyproxy/files/patch-aa =================================================================== --- head/www/tinyproxy/files/patch-aa (revision 27984) +++ head/www/tinyproxy/files/patch-aa (revision 27985) @@ -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 + #include + #include ++#include + #include + #include + #include + #include + #include +-#include --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" Property changes on: head/www/tinyproxy/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/tinyproxy/pkg-descr =================================================================== --- head/www/tinyproxy/pkg-descr (revision 27984) +++ head/www/tinyproxy/pkg-descr (revision 27985) @@ -1,12 +1,12 @@ Tinyproxy is a lightweight, non-caching,optionally anonymizing http proxy. It is designed to consume a minimum of system resources. It listens on a given TCP port and handles HTTP proxy requests. 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 Property changes on: head/www/tinyproxy/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property