pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: pkglint cleanup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50159c8c4d1a
branches:  trunk
changeset: 427340:50159c8c4d1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 15 08:48:13 2020 +0000

description:
musicpd: pkglint cleanup

diffstat:

 audio/musicpd/Makefile   |  4 ++--
 audio/musicpd/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 0d2debb0c1d6 -r 50159c8c4d1a audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Wed Apr 15 08:48:04 2020 +0000
+++ b/audio/musicpd/Makefile    Wed Apr 15 08:48:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.215 2020/04/14 12:55:04 nia Exp $
+# $NetBSD: Makefile,v 1.216 2020/04/15 08:48:13 wiz Exp $
 
 DISTNAME=      mpd-0.21.22
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -87,7 +87,7 @@
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf=      ${WRKSRC}/mpd.conf
+SUBST_FILES.conf=      mpd.conf
 SUBST_MESSAGE.conf=    Setting variables in the configuration file.
 SUBST_VARS.conf+=      VARBASE
 SUBST_VARS.conf+=      MPD_USER
diff -r 0d2debb0c1d6 -r 50159c8c4d1a audio/musicpd/options.mk
--- a/audio/musicpd/options.mk  Wed Apr 15 08:48:04 2020 +0000
+++ b/audio/musicpd/options.mk  Wed Apr 15 08:48:13 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.35 2020/03/20 10:43:35 nia Exp $
+# $NetBSD: options.mk,v 1.36 2020/04/15 08:48:13 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.musicpd
 
 # audio outputs
-PKG_SUPPORTED_OPTIONS+=        jack openal libao pulseaudio 
+PKG_SUPPORTED_OPTIONS+=        jack openal libao pulseaudio
 # codecs
 PKG_SUPPORTED_OPTIONS+=        adplug faad ffmpeg fluidsynth libgme libwildmidi
 PKG_SUPPORTED_OPTIONS+=        mikmod modplug musepack sidplay wavpack



Home | Main Index | Thread Index | Old Index