1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Update to 1.0.7.

PR:		39075
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Pete Fritchman 2002-06-09 20:29:30 +00:00
parent f4e68a587f
commit d3efda6ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60999
3 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3
MD5 (libsocketcpp-1.0.7.tar.gz) = 5e60bae68564d6513fe721e035c6cfae

View File

@ -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() {