pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpdas Do not start mpdas before mpd starts up
details: https://anonhg.NetBSD.org/pkgsrc/rev/89ab9de13f3b
branches: trunk
changeset: 770166:89ab9de13f3b
user: pho <pho%pkgsrc.org@localhost>
date: Fri Nov 26 15:23:04 2021 +0000
description:
Do not start mpdas before mpd starts up
mpdas exits with EXIT_FAILURE if it can't connect to mpd on
startup. See main.cpp (main).
diffstat:
audio/mpdas/Makefile | 4 ++--
audio/mpdas/files/mpdas.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r a74aa5966d27 -r 89ab9de13f3b audio/mpdas/Makefile
--- a/audio/mpdas/Makefile Fri Nov 26 15:14:41 2021 +0000
+++ b/audio/mpdas/Makefile Fri Nov 26 15:23:04 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2021/09/29 19:00:19 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/11/26 15:23:04 pho Exp $
#
DISTNAME= mpdas-0.3.2
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
diff -r a74aa5966d27 -r 89ab9de13f3b audio/mpdas/files/mpdas.sh
--- a/audio/mpdas/files/mpdas.sh Fri Nov 26 15:14:41 2021 +0000
+++ b/audio/mpdas/files/mpdas.sh Fri Nov 26 15:23:04 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: mpdas.sh,v 1.2 2011/12/26 13:22:28 joerg Exp $
+# $NetBSD: mpdas.sh,v 1.3 2021/11/26 15:23:05 pho Exp $
#
# PROVIDE: mpdas
-# # REQUIRE: DAEMON network
+# REQUIRE: mpd
# KEYWORD: shutdown
. /etc/rc.subr
Home |
Main Index |
Thread Index |
Old Index