svn commit: r517093 - in head/audio/spotifyd: . files

Steve Wills swills at FreeBSD.org
Fri Nov 8 23:52:38 UTC 2019


Author: swills
Date: Fri Nov  8 23:52:37 2019
New Revision: 517093
URL: https://svnweb.freebsd.org/changeset/ports/517093

Log:
  audio/spotifyd: fix rc script args
  
  PR:		241680
  Approved by:	tobik (maintainer)

Modified:
  head/audio/spotifyd/Makefile   (contents, props changed)
  head/audio/spotifyd/files/spotifyd.in

Modified: head/audio/spotifyd/Makefile
==============================================================================
--- head/audio/spotifyd/Makefile	Fri Nov  8 23:01:12 2019	(r517092)
+++ head/audio/spotifyd/Makefile	Fri Nov  8 23:52:37 2019	(r517093)
@@ -3,7 +3,7 @@
 PORTNAME=	spotifyd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 MAINTAINER=	tobik at FreeBSD.org

Modified: head/audio/spotifyd/files/spotifyd.in
==============================================================================
--- head/audio/spotifyd/files/spotifyd.in	Fri Nov  8 23:01:12 2019	(r517092)
+++ head/audio/spotifyd/files/spotifyd.in	Fri Nov  8 23:52:37 2019	(r517093)
@@ -30,7 +30,7 @@ load_rc_config $name
 pidfile="/var/run/${name}/${name}.pid"
 procname="%%PREFIX%%/bin/${name}"
 command="/usr/sbin/daemon"
-command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon -c ${spotifyd_config} ${spotifyd_args}"
+command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon --config-path ${spotifyd_config} ${spotifyd_args}"
 
 spotifyd_precmd()
 {


More information about the svn-ports-head mailing list