View | Details | Raw Unified | Return to bug 230514 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-yubikey-manager/Makefile (-7 / +7 lines)
Lines 1-26 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	yubikey-manager
3
PORTNAME=	yubikey-manager
4
PORTVERSION=	0.6.1
4
PORTVERSION=	0.7.1
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ndowens@yahoo.com
10
COMMENT=	Python library and command line tool for configuring a YubiKey
10
COMMENT=	Python library and command line tool for configuring a YubiKey
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
18
		pcsc-spy:devel/pcsc-lite \
17
		${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \
19
		${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \
18
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
20
		u2f-host:security/libu2f-host \
19
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
21
		ykpers>0:security/ykpers
20
		ykpers>0:security/ykpers
22
21
23
USES=		python:3.4+
22
USES=		python:2.7
24
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
24
NO_ARCH=	yes
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)security/py-yubikey-manager/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524469668
1
TIMESTAMP = 1533917745
2
SHA256 (yubikey-manager-0.6.1.tar.gz) = bd5400b4bd246b3e3aa04e76e4fc665d92389709d6574d2244e3c94a12fe16ad
2
SHA256 (yubikey-manager-0.7.1.tar.gz) = 177bbf953b8557b8de68bacbbdfc56764e93733f337b2327e322cfc4ed4f7d18
3
SIZE (yubikey-manager-0.6.1.tar.gz) = 78915
3
SIZE (yubikey-manager-0.7.1.tar.gz) = 71834

Return to bug 230514