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 | |
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
-rw-r--r-- | net/socat/Makefile | 4 | ||||
-rw-r--r-- | net/socat/distinfo | 2 | ||||
-rw-r--r-- | net/socat/pkg-plist | 1 |
3 files changed, 4 insertions, 3 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) diff --git a/net/socat/distinfo b/net/socat/distinfo index 91db8fbb39b4..d22271d0e746 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1 +1 @@ -MD5 (socat-1.3.1.0.tar.bz2) = a93ad11c5e322a4bb3d5fd8cf93ea57c +MD5 (socat-1.3.2.0.tar.bz2) = 5b845a84d2c53dbf9ec412ea558d86ec diff --git a/net/socat/pkg-plist b/net/socat/pkg-plist index c0139adc98c6..2a885475d847 100644 --- a/net/socat/pkg-plist +++ b/net/socat/pkg-plist @@ -2,5 +2,6 @@ bin/filan bin/procan bin/socat %%PORTDOCS%%%%DOCSDIR%%/EXAMPLES +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/SECURITY %%PORTDOCS%%@dirrm %%DOCSDIR%% |