From owner-svn-ports-all@freebsd.org Tue Dec 4 13:32:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0C18130C978; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7833E78F84; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5948025D7E; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4DW93a025946; Tue, 4 Dec 2018 13:32:09 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4DW9qQ025945; Tue, 4 Dec 2018 13:32:09 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812041332.wB4DW9qQ025945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Dec 2018 13:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486597 - branches/2018Q4/security/py-yubikey-manager X-SVN-Group: ports-branches X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: branches/2018Q4/security/py-yubikey-manager X-SVN-Commit-Revision: 486597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7833E78F84 X-Spamd-Result: default: False [-0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.56)[0.563,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 13:32:10 -0000 Author: egypcio Date: Tue Dec 4 13:32:08 2018 New Revision: 486597 URL: https://svnweb.freebsd.org/changeset/ports/486597 Log: MFH: r486592 security/py-yubikey-manager: add missing (required) dependencies - add missing depends to RUN_DEPENDS; - add concurrent to USE_PYTHON, remove flavors; - bump PORTREVISION. PR: 233709 Submitted by: Daniel Shafer Reviewed by: koobs Approved by: araujo (mentor), miwi (ports-secteam) Differential Revision: https://reviews.freebsd.org/D18419 Approved by: ports-secteam Modified: branches/2018Q4/security/py-yubikey-manager/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/py-yubikey-manager/Makefile ============================================================================== --- branches/2018Q4/security/py-yubikey-manager/Makefile Tue Dec 4 12:45:18 2018 (r486596) +++ branches/2018Q4/security/py-yubikey-manager/Makefile Tue Dec 4 13:32:08 2018 (r486597) @@ -1,26 +1,30 @@ # $FreeBSD$ PORTNAME= yubikey-manager -PORTVERSION= 0.7.1 +PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Python library and command line tool for configuring a YubiKey -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ - pcsc-spy:devel/pcsc-lite \ ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \ + pcsc-spy:devel/pcsc-lite \ u2f-host:security/libu2f-host \ ykpers>0:security/ykpers USES= python:3.4+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include