diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:09:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:09:47 +0000 |
commit | aeaa89702f78dacd625f208c3e0aaf86d56e8630 (patch) | |
tree | a6829eae09ba34fc40d47db90767ac8360dc2dbd /www | |
parent | ca7d79899f7038070b694b15de138dd8b0849a9c (diff) | |
download | ports-aeaa89702f78dacd625f208c3e0aaf86d56e8630.tar.gz ports-aeaa89702f78dacd625f208c3e0aaf86d56e8630.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/transproxy/Makefile | 18 | ||||
-rw-r--r-- | www/transproxy/distinfo | 4 | ||||
-rw-r--r-- | www/transproxy/pkg-plist | 3 |
3 files changed, 7 insertions, 18 deletions
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 <bsd.port.pre.mk> +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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 |