From owner-svn-ports-all@freebsd.org Mon Jun 27 20:34:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6636B850CA; Mon, 27 Jun 2016 20:34:28 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id 962612F28; Mon, 27 Jun 2016 20:34:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5RKYRCP000693; Mon, 27 Jun 2016 20:34:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5RKYRT9000692; Mon, 27 Jun 2016 20:34:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201606272034.u5RKYRT9000692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 27 Jun 2016 20:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417684 - head/multimedia/mplayer2 X-SVN-Group: ports-head 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.22 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: Mon, 27 Jun 2016 20:34:28 -0000 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} \