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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 21 23:09:12 UTC 2019


Author: sunpoet
Date: Fri Jun 21 23:09:09 2019
New Revision: 504822
URL: https://svnweb.freebsd.org/changeset/ports/504822

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/audio/py-pyacoustid/Makefile

Modified: head/audio/py-pyacoustid/Makefile
==============================================================================
--- head/audio/py-pyacoustid/Makefile	Fri Jun 21 23:09:03 2019	(r504821)
+++ head/audio/py-pyacoustid/Makefile	Fri Jun 21 23:09:09 2019	(r504822)
@@ -8,7 +8,7 @@ CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
 
 LICENSE=	MIT
@@ -16,6 +16,8 @@ LICENSE=	MIT
 LIB_DEPENDS=	libchromaprint.so:audio/chromaprint
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list