Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 20:34:27 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417684 - head/multimedia/mplayer2
Message-ID:  <201606272034.u5RKYRT9000692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Mon Jun 27 20:34:27 2016
New Revision: 417684
URL: https://svnweb.freebsd.org/changeset/ports/417684

Log:
  - Change USES=python:3,build to USES=python:build will silence pkg-fallout
  - Bump PORTREVISION
  
  Reported by:	pkg-fallout
  Reviewed by:	amdmi3, feld (mentors)
  Approved by:	amdmi3, feld (mentors)
  Differential Revision:	D6983

Modified:
  head/multimedia/mplayer2/Makefile

Modified: head/multimedia/mplayer2/Makefile
==============================================================================
--- head/multimedia/mplayer2/Makefile	Mon Jun 27 20:06:34 2016	(r417683)
+++ head/multimedia/mplayer2/Makefile	Mon Jun 27 20:34:27 2016	(r417684)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mplayer2
 PORTVERSION=	${MPLAYER2_PORT_VERSION}
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	multimedia audio
 MASTER_SITES=	LOCAL/gblach/
 
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libavcodec.so:multimedia/ffmpeg
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
-USES=		cpe gmake iconv ncurses pkgconfig python:3,build tar:xz
+USES=		cpe gmake iconv ncurses pkgconfig python:build tar:xz
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	TMPDIR="${WRKSRC}"
 CONFIGURE_ARGS=	--cc=${CC} \



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