svn commit: r356993 - head/audio/py-pyacoustid

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 09:03:02 UTC 2014


Author: mva
Date: Sun Jun  8 09:03:01 2014
New Revision: 356993
URL: http://svnweb.freebsd.org/changeset/ports/356993
QAT: https://qat.redports.org/buildarchive/r356993/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:		python@
  Approved by:	portmgr (implicit)

Modified:
  head/audio/py-pyacoustid/Makefile

Modified: head/audio/py-pyacoustid/Makefile
==============================================================================
--- head/audio/py-pyacoustid/Makefile	Sun Jun  8 08:55:59 2014	(r356992)
+++ head/audio/py-pyacoustid/Makefile	Sun Jun  8 09:03:01 2014	(r356993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyacoustid
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libchromaprint.so:${PORTSDIR}/audio/chromaprint
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list