From owner-svn-ports-head@FreeBSD.ORG Mon Oct 6 14:13:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9D0FC7D; Mon, 6 Oct 2014 14:13:02 +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 953E1F9; Mon, 6 Oct 2014 14:13:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96ED2LL008431; Mon, 6 Oct 2014 14:13:02 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96ED2JB008430; Mon, 6 Oct 2014 14:13:02 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410061413.s96ED2JB008430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 6 Oct 2014 14:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370182 - head/audio/mbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 14:13:02 -0000 Author: jhale Date: Mon Oct 6 14:13:01 2014 New Revision: 370182 URL: https://svnweb.freebsd.org/changeset/ports/370182 QAT: https://qat.redports.org/buildarchive/r370182/ Log: - Convert to USES=python - Depend on python packages instead of installed file - Add LICENSE Modified: head/audio/mbox/Makefile Modified: head/audio/mbox/Makefile ============================================================================== --- head/audio/mbox/Makefile Mon Oct 6 14:00:58 2014 (r370181) +++ head/audio/mbox/Makefile Mon Oct 6 14:13:01 2014 (r370182) @@ -10,17 +10,17 @@ MASTER_SITES= http://www.mbox.wz.cz/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Program intended to help with organizing your music files -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \ - ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \ +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:${PORTSDIR}/audio/py-ogg \ + ${PYTHON_PKGNAMEPREFIX}vorbis>0:${PORTSDIR}/audio/py-vorbis \ lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mplayer:${PORTSDIR}/multimedia/mplayer WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} -USES= tar:bzip2 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 tar:bzip2 +USE_PYTHON= autoplist distutils USE_WX= 3.0+ WX_COMPS= python