svn commit: r463163 - head/audio/musicpc
Yuri Victorovich
yuri at FreeBSD.org
Tue Feb 27 21:24:22 UTC 2018
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
More information about the svn-ports-all
mailing list