svn commit: r417684 - head/multimedia/mplayer2

Carlos J. Puga Medina cpm at FreeBSD.org
Mon Jun 27 20:34:28 UTC 2016


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} \


More information about the svn-ports-head mailing list