diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-05 07:37:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-05 07:37:17 +0000 |
commit | dceff4fa87e272bb39f26ce6c643177e19e8ed91 (patch) | |
tree | 124d7250ac05499288eb82f9c54a72330c75e6aa /devel/libopendaap | |
parent | 75eacb3518ee638e8e9acdb70f99a5e87418e6b2 (diff) |
Notes
Diffstat (limited to 'devel/libopendaap')
-rw-r--r-- | devel/libopendaap/Makefile | 3 | ||||
-rw-r--r-- | devel/libopendaap/distinfo | 4 | ||||
-rw-r--r-- | devel/libopendaap/files/patch-http_client.c | 10 |
3 files changed, 13 insertions, 4 deletions
diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index bbaf4fc69538..b8bbeb728339 100644 --- a/devel/libopendaap/Makefile +++ b/devel/libopendaap/Makefile @@ -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/ diff --git a/devel/libopendaap/distinfo b/devel/libopendaap/distinfo index 85454dec10c3..6938aa9e862b 100644 --- a/devel/libopendaap/distinfo +++ b/devel/libopendaap/distinfo @@ -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 diff --git a/devel/libopendaap/files/patch-http_client.c b/devel/libopendaap/files/patch-http_client.c new file mode 100644 index 000000000000..d6141f2a3fac --- /dev/null +++ b/devel/libopendaap/files/patch-http_client.c @@ -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> |