svn commit: r477424 - in head/net/avahi-app: . files

Ryan Steinmetz zi at FreeBSD.org
Fri Aug 17 13:26:18 UTC 2018


Author: zi
Date: Fri Aug 17 13:26:16 2018
New Revision: 477424
URL: https://svnweb.freebsd.org/changeset/ports/477424

Log:
  - Revert init script patch due to dependency issue with dbus/mountd
  - Bump PORTREVISION
  
  PR:		205281

Modified:
  head/net/avahi-app/Makefile
  head/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Fri Aug 17 13:07:56 2018	(r477423)
+++ head/net/avahi-app/Makefile	Fri Aug 17 13:26:16 2018	(r477424)
@@ -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

Modified: head/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in
==============================================================================
--- head/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in	Fri Aug 17 13:07:56 2018	(r477423)
+++ head/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in	Fri Aug 17 13:26:16 2018	(r477424)
@@ -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.
  #
  


More information about the svn-ports-all mailing list