Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 14:13:02 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370182 - head/audio/mbox
Message-ID:  <201410061413.s96ED2JB008430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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