summaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile9
-rw-r--r--net/socat/distinfo8
-rw-r--r--net/socat/patches/patch-aa11
3 files changed, 14 insertions, 14 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 700518b8c39..bcc078a0296 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/09/30 12:42:45 adrianp Exp $
-DISTNAME= socat-1.3.2.2
-PKGREVISION= 1
+DISTNAME= socat-1.4.0.2
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
-MAINTAINER= adrianp@stindustries.net
+MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.dest-unreach.org/socat/
COMMENT= "netcat++" (extended design, new implementation)
-WRKSRC= ${WRKDIR}/socat-1.3
+WRKSRC= ${WRKDIR}/socat-1.4
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_GNU_READLINE= YES
diff --git a/net/socat/distinfo b/net/socat/distinfo
index 6280a97a392..54856bfb280 100644
--- a/net/socat/distinfo
+++ b/net/socat/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+$NetBSD: distinfo,v 1.2 2004/09/30 12:42:46 adrianp Exp $
-SHA1 (socat-1.3.2.2.tar.gz) = 5026fdc2f65af4a7c711d08fc3cbace5123465ec
-Size (socat-1.3.2.2.tar.gz) = 285280 bytes
-SHA1 (patch-aa) = fae16d2affc6d821f51675cd8f456d41efb0cff9
+SHA1 (socat-1.4.0.2.tar.gz) = ef10a2fb1ee0739b8c86b6b4143b851548810bc1
+Size (socat-1.4.0.2.tar.gz) = 318982 bytes
+SHA1 (patch-aa) = 80e88873bd80c98f8d9209c1b2204c8addb2bdb0
diff --git a/net/socat/patches/patch-aa b/net/socat/patches/patch-aa
index a8bb4bceb97..4a68259a991 100644
--- a/net/socat/patches/patch-aa
+++ b/net/socat/patches/patch-aa
@@ -1,15 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/30 12:42:46 adrianp Exp $
---- Makefile.in.orig 2003-10-19 03:01:41.000000000 -0500
-+++ Makefile.in
-@@ -21,11 +21,11 @@ srcdir = @srcdir@
+--- Makefile.in.orig 2004-09-30 13:23:21.000000000 +0000
++++ Makefile.in 2004-09-30 13:24:30.000000000 +0000
+@@ -21,12 +21,12 @@
VPATH = @srcdir@
CC = @CC@
-CCOPTS = $(CCOPT) -Wall -Wno-parentheses
+CCOPTS = $(CCOPT)
- INCLS = -I. @V_INCL@
+ CPPFLAGS = -I. @CPPFLAGS@
+ #0 INCLS = -I. @V_INCL@
DEFS = @DEFS@
-LIBS = @LIBS@
+LIBS = @LDFLAGS@ @LIBS@