Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 10:35:05 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491700 - head/security/py-yubikey-manager
Message-ID:  <201901311035.x0VAZ5r7000403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Thu Jan 31 10:35:05 2019
New Revision: 491700
URL: https://svnweb.freebsd.org/changeset/ports/491700

Log:
  security/py-yubikey-manager: update 1.0.1_1 to 2.0.0
  
    - add support to build against both Python flavors;
        yubikey-manager-qt OK (depends on security/py-yubikey-manager);
        tested both versions with real hardware.
    - use RSA_SecurID_getpasswd:devel/libccid as RUN_DEPENDS instead of
        lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so
    - use ykpersonalize:security/ykpers instead of:
        ykpers>=0:security/ykpers
  
    https://raw.githubusercontent.com/Yubico/yubikey-manager/master/NEWS
  
  Approved by:	rene (mentor)
  Sponsored by:	cleverbridge AG
  Differential Revision:	https://reviews.freebsd.org/D18855

Modified:
  head/security/py-yubikey-manager/Makefile
  head/security/py-yubikey-manager/distinfo

Modified: head/security/py-yubikey-manager/Makefile
==============================================================================
--- head/security/py-yubikey-manager/Makefile	Thu Jan 31 09:51:27 2019	(r491699)
+++ head/security/py-yubikey-manager/Makefile	Thu Jan 31 10:35:05 2019	(r491700)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	yubikey-manager
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	2.0.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,18 +12,20 @@ COMMENT=	Python library and command line tool for conf
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${PY_ENUM34} \
+		${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} \
-		${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \
+		RSA_SecurID_getpasswd:devel/libccid \
 		pcsc-spy:devel/pcsc-lite \
 		u2f-host:security/libu2f-host \
-		ykpers>0:security/ykpers
+		ykpersonalize:security/ykpers
 
-USES=		python:3.4+
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/security/py-yubikey-manager/distinfo
==============================================================================
--- head/security/py-yubikey-manager/distinfo	Thu Jan 31 09:51:27 2019	(r491699)
+++ head/security/py-yubikey-manager/distinfo	Thu Jan 31 10:35:05 2019	(r491700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541607882
-SHA256 (yubikey-manager-1.0.1.tar.gz) = 1f915d8899dbcf85b6b9879f5664953ce1edcd5a503a00d03b9c6298900bfc44
-SIZE (yubikey-manager-1.0.1.tar.gz) = 73411
+TIMESTAMP = 1547631549
+SHA256 (yubikey-manager-2.0.0.tar.gz) = e95b4c4e956e105780e59ca2e4f159b4e974da38cdc810d4157e8d979ebf66f4
+SIZE (yubikey-manager-2.0.0.tar.gz) = 97689



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