aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi-app/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-03-15 00:05:37 +0800
committerkwm <kwm@FreeBSD.org>2011-03-15 00:05:37 +0800
commit2884c297cd6f657802830a3a283c7c4c0d26bb8d (patch)
tree9ce893fc96c7f318c6f48524cca04b6480679890 /net/avahi-app/Makefile
parent650e2905a16f5941bd49fbb4385e59594f743767 (diff)
downloadfreebsd-ports-gnome-2884c297cd6f657802830a3a283c7c4c0d26bb8d.tar.gz
freebsd-ports-gnome-2884c297cd6f657802830a3a283c7c4c0d26bb8d.tar.zst
freebsd-ports-gnome-2884c297cd6f657802830a3a283c7c4c0d26bb8d.zip
Update to 0.6.29.
This also fixes a denial of services vulnability. Security: 8b986a05-4dbe-11e0-8b9a-02e0184b8d35
Diffstat (limited to 'net/avahi-app/Makefile')
-rw-r--r--net/avahi-app/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index a338b64bc62a..320b91a00cb4 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-app/Makefile,v 1.14 2010/10/23 20:58:29 marcus Exp $
+# $MCom: ports/net/avahi-app/Makefile,v 1.17 2011/03/13 17:23:19 kwm Exp $
#
PORTNAME= avahi
-PORTVERSION= 0.6.28
+PORTVERSION= 0.6.29
PORTREVISION?= 0
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
@@ -164,8 +164,10 @@ avahi-post-install:
${PREFIX}/etc/avahi; \
fi
.endfor
+.if ${AVAHI_SLAVE}=="no"
${INSTALL_DATA} ${FILESDIR}/org.freedesktop.Avahi.service \
${LOCALBASE}/share/dbus-1/system-services
+.endif
.if !defined(PACKAGE_BUILDING) && (${AVAHI_SLAVE}=="no" || ${AVAHI_SLAVE}=="autoipd")
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif