From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 17:08:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DF46782; Mon, 25 Aug 2014 17:08:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 08CF43212; Mon, 25 Aug 2014 17:08:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7PH8FxA011584; Mon, 25 Aug 2014 17:08:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7PH8FLC011582; Mon, 25 Aug 2014 17:08:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201408251708.s7PH8FLC011582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 25 Aug 2014 17:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366099 - in head/audio: py-xmms2 xmms2 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.18-1 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, 25 Aug 2014 17:08:16 -0000 Author: madpilot Date: Mon Aug 25 17:08:15 2014 New Revision: 366099 URL: http://svnweb.freebsd.org/changeset/ports/366099 QAT: https://qat.redports.org/buildarchive/r366099/ Log: Convert to USES=python. Modified: head/audio/py-xmms2/Makefile head/audio/xmms2/Makefile Modified: head/audio/py-xmms2/Makefile ============================================================================== --- head/audio/py-xmms2/Makefile Mon Aug 25 17:06:13 2014 (r366098) +++ head/audio/py-xmms2/Makefile Mon Aug 25 17:08:15 2014 (r366099) @@ -14,7 +14,7 @@ LIB_DEPENDS+= libxmmsclient.so:${PORTSDI MASTERDIR= ${.CURDIR}/../xmms2 -USE_PYTHON= yes +USES= python PLIST= ${.CURDIR}/pkg-plist Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Mon Aug 25 17:06:13 2014 (r366098) +++ head/audio/xmms2/Makefile Mon Aug 25 17:08:15 2014 (r366099) @@ -11,8 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER?= madpilot@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) -USE_PYTHON_BUILD= yes -USES+= pkgconfig tar:bzip2 +USES+= pkgconfig python:build tar:bzip2 .if !defined(XMMS2_SLAVE) USE_GNOME= glib20