diff options
author | krion <krion@FreeBSD.org> | 2004-03-01 00:09:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-01 00:09:47 +0800 |
commit | 1c0e3d62abfff26e6b02d20b8ba659f92dee9ee8 (patch) | |
tree | 7fa16a75437adf56e8de4d815b370dfb11fd28ca /www/transproxy/Makefile | |
parent | a071f484de380564d641f400226eccbc94050305 (diff) | |
download | freebsd-ports-gnome-1c0e3d62abfff26e6b02d20b8ba659f92dee9ee8.tar.gz freebsd-ports-gnome-1c0e3d62abfff26e6b02d20b8ba659f92dee9ee8.tar.zst freebsd-ports-gnome-1c0e3d62abfff26e6b02d20b8ba659f92dee9ee8.zip |
- Update to version 1.5
- Pet portlint
- Take maintainership
PR: ports/63526
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Diffstat (limited to 'www/transproxy/Makefile')
-rw-r--r-- | www/transproxy/Makefile | 18 |
1 files changed, 5 insertions, 13 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> |