svn commit: r328528 - head/audio/mbox

Marcus von Appen mva at FreeBSD.org
Fri Sep 27 22:31:53 UTC 2013


Author: mva
Date: Fri Sep 27 22:31:52 2013
New Revision: 328528
URL: http://svnweb.freebsd.org/changeset/ports/328528

Log:
  - Enable stage support
  - Convert to PYDISTUTILS_AUTOPLIST
  - Limit to the supported python versions

Modified:
  head/audio/mbox/Makefile   (contents, props changed)

Modified: head/audio/mbox/Makefile
==============================================================================
--- head/audio/mbox/Makefile	Fri Sep 27 22:04:40 2013	(r328527)
+++ head/audio/mbox/Makefile	Fri Sep 27 22:31:52 2013	(r328528)
@@ -18,9 +18,9 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/__
 
 WRKSRC=		${WRKDIR}/mBox-${PORTVERSION}
 USE_BZIP2=	yes
-NO_STAGE=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	mBox
 USE_WX=		2.6
 WX_COMPS=	python


More information about the svn-ports-all mailing list