Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2019 23:09:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504822 - head/audio/py-pyacoustid
Message-ID:  <201906212309.x5LN9ADg062346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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>



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