pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd Remove two unsupported options from defa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3cc7df543c6
branches:  trunk
changeset: 587016:b3cc7df543c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 26 14:18:53 2011 +0000

description:
Remove two unsupported options from default config supplied by pkgsrc.
>From Anon Ymous.
Bump PKGREVISION.

diffstat:

 audio/musicpd/Makefile       |  3 ++-
 audio/musicpd/files/mpd.conf |  4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r e9570560a8dd -r b3cc7df543c6 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Sat Mar 26 13:46:19 2011 +0000
+++ b/audio/musicpd/Makefile    Sat Mar 26 14:18:53 2011 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2011/02/27 11:01:04 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2011/03/26 14:18:53 wiz Exp $
 
 DISTNAME=              mpd-0.16.1
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
+PKGREVISION=           1
 CATEGORIES=            audio
 #MASTER_SITES=         http://musicpd.org/uploads/files/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=musicpd/}
diff -r e9570560a8dd -r b3cc7df543c6 audio/musicpd/files/mpd.conf
--- a/audio/musicpd/files/mpd.conf      Sat Mar 26 13:46:19 2011 +0000
+++ b/audio/musicpd/files/mpd.conf      Sat Mar 26 14:18:53 2011 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: mpd.conf,v 1.4 2007/08/10 02:05:58 simonb Exp $
+# $NetBSD: mpd.conf,v 1.5 2011/03/26 14:18:53 wiz Exp $
 
 # required
 port                   "2100"
 music_directory                "/mp3"
 playlist_directory     "/mp3"
 log_file               "/var/log/mpd.log"
-error_file             "/var/log/mpd.error"
 
 # optional
 max_connections                "5"
@@ -30,7 +29,6 @@
 }
 
 mixer_type             "software"
-mixer_device           "/dev/mixer"
 # mixer_control defaults to the master volume control. uncomment the
 # following line to have mpd's volume control modify the "PCM"
 # volume instead:



Home | Main Index | Thread Index | Old Index