aboutsummaryrefslogtreecommitdiff
path: root/net/libsocketcpp
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-09 20:29:30 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-09 20:29:30 +0000
commitd3efda6ac08a3a89fa74bcc50d049c38b91b8196 (patch)
treea7644b3f93326b68c0d7e81c035dcf5515c8c559 /net/libsocketcpp
parentf4e68a587f93e7011eed8f67a1fcd19765a4ed7f (diff)
downloadports-d3efda6ac08a3a89fa74bcc50d049c38b91b8196.tar.gz
ports-d3efda6ac08a3a89fa74bcc50d049c38b91b8196.zip
Notes
Diffstat (limited to 'net/libsocketcpp')
-rw-r--r--net/libsocketcpp/Makefile2
-rw-r--r--net/libsocketcpp/distinfo2
-rw-r--r--net/libsocketcpp/files/patch-src::tcptest.cpp12
3 files changed, 14 insertions, 2 deletions
diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile
index 3c7e5806a44d..e979880a8cb8 100644
--- a/net/libsocketcpp/Makefile
+++ b/net/libsocketcpp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libsocketcpp
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libsocket
diff --git a/net/libsocketcpp/distinfo b/net/libsocketcpp/distinfo
index c2117a9e7907..bc1b2cdfa09d 100644
--- a/net/libsocketcpp/distinfo
+++ b/net/libsocketcpp/distinfo
@@ -1 +1 @@
-MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3
+MD5 (libsocketcpp-1.0.7.tar.gz) = 5e60bae68564d6513fe721e035c6cfae
diff --git a/net/libsocketcpp/files/patch-src::tcptest.cpp b/net/libsocketcpp/files/patch-src::tcptest.cpp
new file mode 100644
index 000000000000..02b651505cb5
--- /dev/null
+++ b/net/libsocketcpp/files/patch-src::tcptest.cpp
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/tcptest.cpp.orig Sun Jun 9 16:03:19 2002
++++ src/tcptest.cpp Sun Jun 9 16:03:31 2002
+@@ -22,6 +22,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include "tcpsocket.h"
+
+ main() {