diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-app/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in | 13 | ||||
-rw-r--r-- | net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in | 13 |
3 files changed, 21 insertions, 7 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 04153d877df8..fc023467c629 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,7 +3,7 @@ PORTNAME= avahi PORTVERSION= 0.6.31 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ PKGNAMESUFFIX?= -app diff --git a/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in b/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in index acf93597a63b..91b122f91df6 100644 --- a/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in +++ b/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in @@ -1,6 +1,6 @@ ---- initscript/freebsd/avahi-daemon.sh.in.orig 2010-08-26 00:51:39 UTC -+++ initscript/freebsd/avahi-daemon.sh.in -@@ -9,13 +9,15 @@ +--- initscript/freebsd/avahi-daemon.sh.in.orig 2010-08-26 09:51:39.036153000 +0900 ++++ initscript/freebsd/avahi-daemon.sh.in 2016-01-17 11:59:38.578756000 +0900 +@@ -9,18 +9,22 @@ # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. # @@ -18,3 +18,10 @@ start_cmd=avahi_daemon_start stop_cmd=avahi_daemon_stop + + avahi_daemon_bin=@sbindir@/avahi-daemon ++command=${avahi_daemon_bin} ++pidfile="/var/run/avahi-daemon/pid" + + avahi_daemon_start() { + checkyesno avahi_daemon_enable && echo "Starting avahi-daemon." && \ diff --git a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in index 7c10b14fd7dd..03bcfe9f210c 100644 --- a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in +++ b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in @@ -1,6 +1,6 @@ ---- initscript/freebsd/avahi-dnsconfd.sh.in.orig 2010-08-26 00:51:39 UTC -+++ initscript/freebsd/avahi-dnsconfd.sh.in -@@ -12,13 +12,15 @@ +--- initscript/freebsd/avahi-dnsconfd.sh.in.orig 2010-08-26 09:51:39.037153000 +0900 ++++ initscript/freebsd/avahi-dnsconfd.sh.in 2016-01-17 11:59:50.394307000 +0900 +@@ -12,18 +12,22 @@ # DNS servers in a DHCP-like fashion with mDNS. # @@ -18,3 +18,10 @@ start_cmd=avahi_dnsconfd_start stop_cmd=avahi_dnsconfd_stop + + avahi_dnsconfd_bin=@sbindir@/avahi-dnsconfd ++command=${avahi_dnsconfd_bin} ++pidfile="/var/run/avahi-dnsconfd.pid" + + avahi_dnsconfd_start() { + checkyesno avahi_dnsconfd_enable && echo "Starting avahi-dnsconfd." && \ |