mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to version 1.5
- Pet portlint - Take maintainership PR: ports/63526 Submitted by: Sergey Matveychuk <sem@ciam.ru>
This commit is contained in:
parent
ca7d79899f
commit
aeaa89702f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102547
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
sbin/tproxy
|
||||
sbin/tproxyrun
|
||||
sbin/tproxywatch
|
Loading…
Reference in New Issue
Block a user