From owner-svn-ports-all@freebsd.org Tue Feb 27 19:38:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D4CF213EF; Tue, 27 Feb 2018 19:38:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B60ED6B8B3; Tue, 27 Feb 2018 19:38:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0FF870F2; Tue, 27 Feb 2018 19:38:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJcalU062739; Tue, 27 Feb 2018 19:38:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJcagt062738; Tue, 27 Feb 2018 19:38:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271938.w1RJcagt062738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 19:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463155 - head/audio/musicpc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/musicpc X-SVN-Commit-Revision: 463155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:38:37 -0000 Author: yuri Date: Tue Feb 27 19:38:36 2018 New Revision: 463155 URL: https://svnweb.freebsd.org/changeset/ports/463155 Log: audio/musicpc: Changed += to =; Changed python to python:env Thanks to sunpoet for his remarks! Reported by: sunpoet Approved by: tcberner (mentor, implicit) Modified: head/audio/musicpc/Makefile Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Tue Feb 27 19:33:35 2018 (r463154) +++ head/audio/musicpc/Makefile Tue Feb 27 19:38:36 2018 (r463155) @@ -16,14 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig python tar:xz -MESON_ARGS+= --mandir=${MANPREFIX} +MESON_ARGS= --mandir=${MANPREFIX} PLIST_FILES= bin/mpc OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES ICONV OPTIONS_DEFAULT= MANPAGES ICONV -MANPAGES_USES= python +MANPAGES_USES= python:env MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} MANPAGES_MESON_TRUE= use_sphinx MANPAGES_PLIST_FILES= man/man1/mpc.1.gz