Date: Sat, 16 Mar 2019 21:28:17 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495959 - head/net/avahi Message-ID: <201903162128.x2GLSHfg056335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 21:28:17 2019 New Revision: 495959 URL: https://svnweb.freebsd.org/changeset/ports/495959 Log: net/avahi: remove QT4 option (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/net/avahi/Makefile Modified: head/net/avahi/Makefile ============================================================================== --- head/net/avahi/Makefile Sat Mar 16 20:48:15 2019 (r495958) +++ head/net/avahi/Makefile Sat Mar 16 21:28:17 2019 (r495959) @@ -4,7 +4,7 @@ PORTNAME= avahi PORTVERSION= 0.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net dns MAINTAINER= gnome@FreeBSD.org @@ -14,7 +14,7 @@ RUN_DEPENDS= avahi-app>=0.7:net/avahi-app USES= metaport -OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 QT5 PYTHON +OPTIONS_DEFINE= AUTOIPD GTK MONO QT5 PYTHON OPTIONS_DEFAULT=AUTOIPD GTK AUTOIPD_DESC= IPv4LL network address configuration daemon GTK_DESC= Gtk+ tools and bindings @@ -24,7 +24,6 @@ AUTOIPD_RUN_DEPENDS= avahi-autoipd:net/avahi-autoipd GTK_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk #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 -QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:net/avahi-qt4 QT5_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt5.pc:net/avahi-qt5 PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903162128.x2GLSHfg056335>