Update to 0.2.3

PR:		ports/70015
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-08-05 07:37:17 +00:00
parent 75eacb3518
commit dceff4fa87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115450
3 changed files with 13 additions and 4 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= libopendaap
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTVERSION= 0.2.3
CATEGORIES= devel net
MASTER_SITES= http://crazney.net/programs/itunes/files/

View File

@ -1,2 +1,2 @@
MD5 (libopendaap-0.2.1.tar.bz2) = 539ad7ec4c55b3d3e63c2bdc4e4ed485
SIZE (libopendaap-0.2.1.tar.bz2) = 325586
MD5 (libopendaap-0.2.3.tar.bz2) = 939a3e69cf51c1991d70d074493d9950
SIZE (libopendaap-0.2.3.tar.bz2) = 360110

View File

@ -0,0 +1,10 @@
--- http_client.c.orig Wed Aug 4 20:11:25 2004
+++ http_client.c Wed Aug 4 20:12:06 2004
@@ -37,6 +37,7 @@
# include <sys/socket.h>
# include <sys/select.h>
# include <netdb.h>
+# include <netinet/in.h>
#elif defined(SYSTEM_WIN32)
# include <winsock2.h>
# include <ws2tcpip.h>