FreeBSD Bugzilla – Attachment 199789 Details for
Bug 233709
security/py-yubikey-manager: Add missing (required) dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/py-yubikey-manager: Add missing (required) dependencies
ports_r486504_PATCH__security_py-yubikey-manager.diff (text/plain), 1.42 KB, created by
VinÃcius Zavam
on 2018-12-03 10:29:25 UTC
(
hide
)
Description:
security/py-yubikey-manager: Add missing (required) dependencies
Filename:
MIME Type:
Creator:
VinÃcius Zavam
Created:
2018-12-03 10:29:25 UTC
Size:
1.42 KB
patch
obsolete
>Index: security/py-yubikey-manager/Makefile >=================================================================== >--- security/py-yubikey-manager/Makefile (revision 486504) >+++ security/py-yubikey-manager/Makefile (working copy) >@@ -1,27 +1,30 @@ > # $FreeBSD$ > > PORTNAME= yubikey-manager > PORTVERSION= 1.0.1 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= egypcio@googlemail.com > COMMENT= Python library and command line tool for configuring a YubiKey > > 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 flavors > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233709
:
199731
| 199789