aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-05 15:37:17 +0800
committerkrion <krion@FreeBSD.org>2004-08-05 15:37:17 +0800
commitc805ad1e09435ae588577d89b5b4f308bbe6bd42 (patch)
treedb9c5db289252c666031304a9a7647ff58306920 /devel
parent243574ac1a5509212497da6335b2f9f124a8b777 (diff)
downloadfreebsd-ports-gnome-c805ad1e09435ae588577d89b5b4f308bbe6bd42.tar.gz
freebsd-ports-gnome-c805ad1e09435ae588577d89b5b4f308bbe6bd42.tar.zst
freebsd-ports-gnome-c805ad1e09435ae588577d89b5b4f308bbe6bd42.zip
Update to 0.2.3
PR: ports/70015 Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/libopendaap/Makefile3
-rw-r--r--devel/libopendaap/distinfo4
-rw-r--r--devel/libopendaap/files/patch-http_client.c10
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>