Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 17:26:53 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369470 - head/audio/pithos
Message-ID:  <201409281726.s8SHQrIn056928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Sep 28 17:26:53 2014
New Revision: 369470
URL: http://svnweb.freebsd.org/changeset/ports/369470
QAT: https://qat.redports.org/buildarchive/r369470/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/audio/pithos/Makefile

Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile	Sun Sep 28 17:25:12 2014	(r369469)
+++ head/audio/pithos/Makefile	Sun Sep 28 17:26:53 2014	(r369470)
@@ -24,11 +24,9 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/_
 		git:${PORTSDIR}/devel/git
 
 USE_GNOME=	gtk30 py3gobject3
-USE_PYTHON=	3
-USE_PYDISTUTILS=yes
+USES=		python:3
+USE_PYTHON=	distutils autoplist
 USE_GSTREAMER=	core good bad soup
-PYDISTUTILS_AUTOPLIST=	yes
-INSTALLS_EGGINFO=	yes
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}



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