summaryrefslogtreecommitdiff
path: root/net/socat/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-04-09 09:47:48 +0000
committeradrianp <adrianp@pkgsrc.org>2007-04-09 09:47:48 +0000
commit03db4e56cfd4389a2a26ed51fd5c44933fb3ed57 (patch)
tree74f36d005f17ee83e6557eb2208fb4840aa051d4 /net/socat/Makefile
parentde11a77c7cb82179f0e14f560e45a8881ce6d4cc (diff)
downloadpkgsrc-03db4e56cfd4389a2a26ed51fd5c44933fb3ed57.tar.gz
Update to 1.6.0.0
Some new features/corrections include: * new addresses IP-DATAGRAM and UDP-DATAGRAM allow versatile broadcast and multicast modes * range option supports form address:mask with IPv4 * changed behaviour of SSL-LISTEN to require and verify client certificate per default * filan (and socat -D) could hang when a socket was involved See: http://www.dest-unreach.org/socat/doc/CHANGES for all the details
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r--net/socat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 74f127b4a1b..e73d2d558f9 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2007/02/17 17:44:57 adrianp Exp $
+# $NetBSD: Makefile,v 1.11 2007/04/09 09:47:48 adrianp Exp $
-DISTNAME= socat-1.5.0.0
+DISTNAME= socat-1.6.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
@@ -8,7 +8,6 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.dest-unreach.org/socat/
COMMENT= "netcat++" (extended design, new implementation)
-#WRKSRC= ${WRKDIR}/socat-1.5
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
@@ -18,7 +17,7 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-patch
-SUBST_FILES.paths= socat.1
+SUBST_FILES.paths= doc/socat.1
SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g'
.include "../../security/openssl/buildlink3.mk"