mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.0.7.
PR: 39075 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libsocketcpp
|
PORTNAME= libsocketcpp
|
||||||
PORTVERSION= 1.0.6
|
PORTVERSION= 1.0.7
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= libsocket
|
MASTER_SITE_SUBDIR= libsocket
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3
|
MD5 (libsocketcpp-1.0.7.tar.gz) = 5e60bae68564d6513fe721e035c6cfae
|
||||||
|
|
12
net/libsocketcpp/files/patch-src::tcptest.cpp
Normal file
12
net/libsocketcpp/files/patch-src::tcptest.cpp
Normal 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() {
|
Loading…
Add table
Reference in a new issue