1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Revert init script patch due to dependency issue with dbus/mountd

- Bump PORTREVISION

PR:		205281
This commit is contained in:
Ryan Steinmetz 2018-08-17 13:26:16 +00:00
parent 61647c3884
commit af402c53c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477424
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= avahi
PORTVERSION= 0.7
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
PKGNAMESUFFIX?= -app

View File

@ -1,12 +1,6 @@
--- initscript/freebsd/avahi-daemon.sh.in.orig 2017-07-10 10:14:59 UTC
+++ initscript/freebsd/avahi-daemon.sh.in
@@ -4,23 +4,28 @@
#
# PROVIDE: avahi_daemon
# REQUIRE: DAEMON dbus
+# BEFORE: mountd
# KEYWORD: FreeBSD
#
@@ -9,18 +9,22 @@
# Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon.
#