aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-11 02:56:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-11 02:56:18 +0000
commit6cd4c0f2e4d259cd8c1caa983eb11d688ca4b6e4 (patch)
tree457625ef942f7efdada4458f15fc1a41c181fea9 /net/avahi
parent49cdb0be33453345d4d530b55975f6360a21eac9 (diff)
downloadports-6cd4c0f2e4d259cd8c1caa983eb11d688ca4b6e4.tar.gz
ports-6cd4c0f2e4d259cd8c1caa983eb11d688ca4b6e4.zip
Update to 0.6.15, and fix the build with D-BUS 1.0.
Notes
Notes: svn path=/head/; revision=177046
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile6
-rw-r--r--net/avahi/distinfo6
-rw-r--r--net/avahi/files/patch-avahi-daemon_dbus-protocol.c11
3 files changed, 17 insertions, 6 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index e99b7f04006a..2bee0e4d4aa3 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -6,10 +6,10 @@
# $MCom: ports/net/avahi/Makefile,v 1.19 2006/10/12 16:44:41 marcus Exp $
PORTNAME= avahi
-PORTVERSION= 0.6.14
-PORTREVISION?= 3
+PORTVERSION= 0.6.15
+PORTREVISION?= 0
CATEGORIES?= net dns
-MASTER_SITES= http://www.avahi.org/download/
+MASTER_SITES= http://lathiat.net/
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Service discovery on a local network
diff --git a/net/avahi/distinfo b/net/avahi/distinfo
index 8ab897bd5219..78f92a17a898 100644
--- a/net/avahi/distinfo
+++ b/net/avahi/distinfo
@@ -1,3 +1,3 @@
-MD5 (avahi-0.6.14.tar.gz) = 6abad76bbc2ac0f51a8869b3a2e5c238
-SHA256 (avahi-0.6.14.tar.gz) = e599f03b2d493b492fc23f50c5fe7bbf78af90e79a0c6c8c2e6600048e71c2e6
-SIZE (avahi-0.6.14.tar.gz) = 923556
+MD5 (avahi-0.6.15.tar.gz) = 94dbd41336d18c47fc8213735a3fbf8e
+SHA256 (avahi-0.6.15.tar.gz) = 21dc28f464dbf158ad15dc5ee9d0bad78215ef5633086e55b7201294d5841da0
+SIZE (avahi-0.6.15.tar.gz) = 892455
diff --git a/net/avahi/files/patch-avahi-daemon_dbus-protocol.c b/net/avahi/files/patch-avahi-daemon_dbus-protocol.c
new file mode 100644
index 000000000000..4ca1e84bcc67
--- /dev/null
+++ b/net/avahi/files/patch-avahi-daemon_dbus-protocol.c
@@ -0,0 +1,11 @@
+--- avahi-daemon/dbus-protocol.c.orig Fri Nov 10 21:50:07 2006
++++ avahi-daemon/dbus-protocol.c Fri Nov 10 21:50:55 2006
+@@ -1067,7 +1067,7 @@ static int dbus_connect(void) {
+ if (dbus_bus_request_name(
+ server->bus,
+ AVAHI_DBUS_NAME,
+-#if (DBUS_VERSION_MAJOR == 0) && (DBUS_VERSION_MINOR >= 60)
++#if ((DBUS_VERSION_MAJOR == 0) && (DBUS_VERSION_MINOR >= 60)) || DBUS_VERSION_MAJOR > 0
+ DBUS_NAME_FLAG_DO_NOT_QUEUE,
+ #else
+ DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT,