Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 21:24:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463163 - head/audio/musicpc
Message-ID:  <201802272124.w1RLOLIo018724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 27 21:24:21 2018
New Revision: 463163
URL: https://svnweb.freebsd.org/changeset/ports/463163

Log:
  audio/musicpc: Rm forgotten USES=python
  
  Bumped because of the dependency change.
  
  Reported by:	sunpoet, mat
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/audio/musicpc/Makefile

Modified: head/audio/musicpc/Makefile
==============================================================================
--- head/audio/musicpc/Makefile	Tue Feb 27 21:13:29 2018	(r463162)
+++ head/audio/musicpc/Makefile	Tue Feb 27 21:24:21 2018	(r463163)
@@ -3,6 +3,7 @@
 
 PORTNAME=	musicpc
 DISTVERSION=	0.29
+PORTREVISION=	1
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpc/0/
 DISTNAME=	mpc-${PORTVERSION}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient
 
-USES=		meson pkgconfig python tar:xz
+USES=		meson pkgconfig tar:xz
 MESON_ARGS=	--mandir=${MANPREFIX}
 
 PLIST_FILES=	bin/mpc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802272124.w1RLOLIo018724>