svn commit: r370182 - head/audio/mbox

Jason E. Hale jhale at FreeBSD.org
Mon Oct 6 14:13:02 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list