From 45315d0a5b32573b40d0183b6e0ddda6e7fd0158 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 29 Dec 1999 08:35:07 +0000 Subject: Update to version 1.0. Submitted by: John Saunders --- www/transproxy/Makefile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'www/transproxy/Makefile') diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index ece349ac9d60..71110645c64b 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -1,30 +1,28 @@ # New ports collection makefile for: transproxy -# Version required: 0.3 +# Version required: 1.0 # Date created: Fri Mar 27 21:24:13 WST 1998 # Whom: Peter Wemm # # $FreeBSD$ # -DISTNAME= transproxy-0.3 +DISTNAME= transproxy-1.0 CATEGORIES= www net -MASTER_SITES= ftp://ftp.nlc.net.au/pub/linux/www/ +MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/ EXTRACT_SUFX= .tgz MAINTAINER= peter@FreeBSD.org -ALL_TARGET= tproxy +MAN8= tproxy.8 .include -# This has only been tested with -current, although it might work if you -# can get the ipfilter package to build on a 2.2.x system. YMMV. -# ftp://cheops.anu.edu.au/pub/net/firewall/ip-filter/ +# Requires FreeBSD-3.0 or higher because of a feature it uses to ignore +# the death of child processes. Also later versions of FreeBSD have the +# ipfw fwd rule, and IPFILTER ipnat command, which is needed for this +# sort of program anyway. .if ${OSVERSION} < 300000 -BROKEN= "transproxy requires ipfilter, available in 3.0 or later" +BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later" .endif -do-install: - cd ${WRKSRC}; ${INSTALL_PROGRAM} ${WRKSRC}/tproxy ${PREFIX}/sbin - .include -- cgit