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

Collapse All | Expand All

(-)security/py-yubikey-manager/Makefile (-4 / +6 lines)
Lines 1-15 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=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
Lines 20-26 Link Here
20
		u2f-host:security/libu2f-host \
21
		u2f-host:security/libu2f-host \
21
		ykpers>0:security/ykpers
22
		ykpers>0:security/ykpers
22
23
23
USES=		python:3.4+
24
USES=		python
24
USE_PYTHON=	autoplist distutils
25
USE_PYTHON=	autoplist distutils
26
NO_ARCH=	yes
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)security/py-yubikey-manager/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524469668
1
TIMESTAMP = 1533955267
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
(-)security/py-yubikey-manager/pkg-message (+6 lines)
Line 0 Link Here
1
If using Python3.x:
2
You must export your UTF-8 locale, for ykman to run
3
4
Example:
5
export LC_ALL=en_US.UTF-8
6

Return to bug 230514