Received: by mail.netbsd.org (Postfix, from userid 605) id 7304084DB1; Thu, 24 Oct 2019 21:42:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA7AA84D8B for ; Thu, 24 Oct 2019 21:42:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 64-zvBq4H5YJ for ; Thu, 24 Oct 2019 21:42:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C2D484CFC for ; Thu, 24 Oct 2019 21:42:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40075FA84; Thu, 24 Oct 2019 21:42:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571953350286810" MIME-Version: 1.0 Date: Thu, 24 Oct 2019 21:42:30 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191024214230.40075FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571953350286810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 24 21:42:30 UTC 2019 Modified Files: pkgsrc/audio/musicpd: Makefile Log Message: musicpd: Switch back to PYTHON_VERSIONED_DEPENDENCIES To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 pkgsrc/audio/musicpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571953350286810 Content-Disposition: inline Content-Length: 867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.200 pkgsrc/audio/musicpd/Makefile:1.201 --- pkgsrc/audio/musicpd/Makefile:1.200 Thu Oct 24 21:36:45 2019 +++ pkgsrc/audio/musicpd/Makefile Thu Oct 24 21:42:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2019/10/24 21:36:45 nia Exp $ +# $NetBSD: Makefile,v 1.201 2019/10/24 21:42:30 nia Exp $ DISTNAME= mpd-0.21.16 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 CONFLICTS= mpd-[0-9]* -TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx - USE_TOOLS+= pkg-config USE_LANGUAGES= c99 c++14 MESON_ARGS+= -Ddocumentation=true @@ -64,6 +62,8 @@ INSTALLATION_DIRS= ${EGDIR} PYTHON_FOR_BUILD_ONLY= tool +PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool + post-extract: ${CP} ${FILESDIR}/mpd.conf ${WRKSRC}/mpd.conf --_----------=_1571953350286810--