From aeaa89702f78dacd625f208c3e0aaf86d56e8630 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 29 Feb 2004 16:09:47 +0000 Subject: [PATCH] - Update to version 1.5 - Pet portlint - Take maintainership PR: ports/63526 Submitted by: Sergey Matveychuk --- www/transproxy/Makefile | 18 +++++------------- www/transproxy/distinfo | 4 ++-- www/transproxy/pkg-plist | 3 --- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 www/transproxy/pkg-plist diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index 7e8735c13dc3..5702878b27d5 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -6,24 +6,16 @@ # PORTNAME= transproxy -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= Transparent HTTP proxy for ipfw's fwd rule (or IPFILTER's ipnat command) +MAINTAINER= sem@ciam.ru +COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command MAN8= tproxy.8 -.include +PLIST_FILES= sbin/tproxy sbin/tproxyrun sbin/tproxywatch -# 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 SA_NOCLDWAIT, available in 3.x or later" -.endif - -.include +.include diff --git a/www/transproxy/distinfo b/www/transproxy/distinfo index 4e8a0ea65fcc..da024becd86c 100644 --- a/www/transproxy/distinfo +++ b/www/transproxy/distinfo @@ -1,2 +1,2 @@ -MD5 (transproxy-1.4.tgz) = 9295c93cff451c32df25ae8a98cbd1af -SIZE (transproxy-1.4.tgz) = 22569 +MD5 (transproxy-1.5.tgz) = 7a66f317cd0adeb4e4beaf2931da493e +SIZE (transproxy-1.5.tgz) = 23229 diff --git a/www/transproxy/pkg-plist b/www/transproxy/pkg-plist deleted file mode 100644 index 8bb54d878e2e..000000000000 --- a/www/transproxy/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/tproxy -sbin/tproxyrun -sbin/tproxywatch