svn commit: r461647 - head/security/py-trezor

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 12 20:03:06 UTC 2018


Author: ehaupt
Date: Mon Feb 12 20:03:05 2018
New Revision: 461647
URL: https://svnweb.freebsd.org/changeset/ports/461647

Log:
  - Avoid conflict flavors by using 'concurrent' python keyword
  - While here mark NO_ARCH
  
  PR:		225840
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>

Modified:
  head/security/py-trezor/Makefile

Modified: head/security/py-trezor/Makefile
==============================================================================
--- head/security/py-trezor/Makefile	Mon Feb 12 20:02:51 2018	(r461646)
+++ head/security/py-trezor/Makefile	Mon Feb 12 20:03:05 2018	(r461647)
@@ -3,6 +3,7 @@
 
 PORTNAME=	trezor
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi
 
 USES=		python
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
 GH_PROJECT=	python-trezor
 


More information about the svn-ports-head mailing list