diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 07:22:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 07:22:59 +0000 |
commit | 2b677bdf592b4c39e9bac1808665bbe9996da054 (patch) | |
tree | 1e85f724e943a7f3de7893f5510a42b9c2356b2f /net/socat/Makefile | |
parent | Included in this email is a patch to postfix which I need applied for (diff) |
Update net/socat: 1.3.1.0 -> 1.3.2.0
* A new mode allows you to directly connect an
executed program to the other side of the relay.
* A couple of minor improvements and corrections
have been made.
PR: 54284
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=84573
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index c38e90a38265..2e5dbbb257ec 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,7 +7,7 @@ # PORTNAME= socat -PORTVERSION= 1.3.1.0 +PORTVERSION= 1.3.2.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ @@ -23,7 +23,7 @@ MAKE_ARGS= CCOPT="${CFLAGS}" MAN1= socat.1 -DOCS= EXAMPLES SECURITY +DOCS= EXAMPLES README SECURITY post-install: .if !defined(NOPORTDOCS) |