diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-10 15:22:59 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-10 15:22:59 +0800 |
commit | 57551883f3b8b34f7302cb855f0fd78aa0ed55a6 (patch) | |
tree | 87ab4b20cc27a63ffef80fb273b783a9d294797e | |
parent | 27b7d1e9df2919e075d0afc81ce37b83509ab5f7 (diff) | |
download | freebsd-ports-gnome-57551883f3b8b34f7302cb855f0fd78aa0ed55a6.tar.gz freebsd-ports-gnome-57551883f3b8b34f7302cb855f0fd78aa0ed55a6.tar.zst freebsd-ports-gnome-57551883f3b8b34f7302cb855f0fd78aa0ed55a6.zip |
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>
-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%% |