pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/mpdas
Module Name: pkgsrc
Committed By: pho
Date: Fri Nov 26 15:23:05 UTC 2021
Modified Files:
pkgsrc/audio/mpdas: Makefile
pkgsrc/audio/mpdas/files: mpdas.sh
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/mpdas/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/mpdas/files/mpdas.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/mpdas/Makefile
diff -u pkgsrc/audio/mpdas/Makefile:1.33 pkgsrc/audio/mpdas/Makefile:1.34
--- pkgsrc/audio/mpdas/Makefile:1.33 Wed Sep 29 19:00:19 2021
+++ pkgsrc/audio/mpdas/Makefile Fri Nov 26 15:23:04 2021
@@ -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/
Index: pkgsrc/audio/mpdas/files/mpdas.sh
diff -u pkgsrc/audio/mpdas/files/mpdas.sh:1.2 pkgsrc/audio/mpdas/files/mpdas.sh:1.3
--- pkgsrc/audio/mpdas/files/mpdas.sh:1.2 Mon Dec 26 13:22:28 2011
+++ pkgsrc/audio/mpdas/files/mpdas.sh Fri Nov 26 15:23:05 2021
@@ -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