svn commit: r531616 - in head/multimedia/webcamd: . files

Hans Petter Selasky hselasky at FreeBSD.org
Mon Apr 13 16:40:30 UTC 2020


Author: hselasky
Date: Mon Apr 13 16:40:29 2020
New Revision: 531616
URL: https://svnweb.freebsd.org/changeset/ports/531616

Log:
  Remove BEFORE keyword from webcamd's rc.d file to avoid circular dependency.
  
  Found by:	Jose Perez <fbl at aoek.com>
  Approved by:	pi (implicit)

Modified:
  head/multimedia/webcamd/Makefile
  head/multimedia/webcamd/files/webcamd.in

Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile	Mon Apr 13 16:11:56 2020	(r531615)
+++ head/multimedia/webcamd/Makefile	Mon Apr 13 16:40:29 2020	(r531616)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webcamd
 PORTVERSION=	5.3.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org/distfiles/

Modified: head/multimedia/webcamd/files/webcamd.in
==============================================================================
--- head/multimedia/webcamd/files/webcamd.in	Mon Apr 13 16:11:56 2020	(r531615)
+++ head/multimedia/webcamd/files/webcamd.in	Mon Apr 13 16:40:29 2020	(r531616)
@@ -3,7 +3,6 @@
 #
 # PROVIDE: webcamd
 # REQUIRE: FILESYSTEMS netif dbus
-# BEFORE: devd
 # KEYWORD: shutdown
 #
 # ================================================================


More information about the svn-ports-all mailing list