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 | |
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')
-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 |