aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-12-17 10:53:36 +0000
committerRene Ladan <rene@FreeBSD.org>2020-12-17 10:53:36 +0000
commit1929dd9dc4b07a9f63af067770dac9bda8f2670f (patch)
tree9ea3ebcb3764e5fbbf6229014ff09f6b1ff37294 /net/avahi
parent228da4c6da759d64e435b6221fb66351e642fdde (diff)
downloadports-1929dd9dc4b07a9f63af067770dac9bda8f2670f.tar.gz
ports-1929dd9dc4b07a9f63af067770dac9bda8f2670f.zip
Oops, commit from the correct directory and update the rest of Avahi too.
Notes
Notes: svn path=/head/; revision=558282
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 63f0749ba9c7..54e35c6522b4 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -3,27 +3,27 @@
# $MCom: ports/net/avahi/Makefile,v 1.30 2011/03/13 17:23:19 kwm Exp $
PORTNAME= avahi
-PORTVERSION= 0.7
-PORTREVISION?= 1
+PORTVERSION= 0.8
CATEGORIES?= net dns
MAINTAINER= gnome@FreeBSD.org
COMMENT= "meta-port" for the Avahi service discovery suite
-RUN_DEPENDS= avahi-app>=0.7:net/avahi-app
+RUN_DEPENDS= avahi-app>=0.8:net/avahi-app
USES= metaport
-OPTIONS_DEFINE= AUTOIPD GTK MONO QT5
-OPTIONS_DEFAULT=AUTOIPD GTK
+OPTIONS_DEFINE= AUTOIPD GTK2 GTK3 MONO QT5 PYTHON
+OPTIONS_DEFAULT=AUTOIPD GTK3
AUTOIPD_DESC= IPv4LL network address configuration daemon
-GTK_DESC= Gtk+ tools and bindings
LIBDNS_DESC= Apple's mDNSResponder compatibility library
AUTOIPD_RUN_DEPENDS= avahi-autoipd:net/avahi-autoipd
-GTK_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk
+GTK2_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-ui.pc:net/avahi-gtk
+GTK3_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk3
#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns
MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp
QT5_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt5.pc:net/avahi-qt5
+PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi
.include <bsd.port.mk>